I'm making an application using UbunuOne REST API in order to upload files to the Ubuntu storage service. file storage API
I can achieve uploading some files, but when I try to upload a large file (90Mb) it fails returning http 302 code. Does anyone know if there is a limit?
It seems than only works with smaller files, I couldn't find which size is the limit. Does anyone achieved to upload a large file using the REST API.
Thanks in advance