OneDrive / onedrive-sdk-android

OneDrive SDK for Android!
https://dev.onedrive.com
Other
148 stars 52 forks source link

Error 503 when trying to upload #93

Closed RomaSoftware closed 8 years ago

RomaSoftware commented 8 years ago

I'm trying to upload a file from an Android app using "PUT /drive/items/{parent-id}:/{filename}:/content", but consistently get a 503 error stating that the service is unavailable. It worked fine until recently. I read about a similar problem that was fixed in the SDK:

"@skvalex @yanbli the SDK 1.2.0 should have fixed the uploading issue. It is due to an update on our infrastructure at server side."

Is there a fix for HTTP users?

thanks,

mike