Google Drive resumable upload fails with ResponseCode 308

Android 64 app fails to upload to Google Drive using resumable upload.

ResultTotalBytes = 0

ResponseCode = 308

The same code works on other platforms.

Thank you for your feedback.
We are aware of the issue and will investigate possible fixes/workarounds as soon as possible after we have been able to allocate sufficient development time.

Apparently there is a deeper technical issue related to resumable uploads in Android related to the handling in SSL, so before we can handle the upload failure we'll need to handle the handschake issue in SSL on Android specifically related to DropBox.

1 Like

Thank you.

I was hoping this was an issue only with Dropbox. I rushed to add support for Google Drive to my Android app (including Google's intensive scope requirements) in hopes of rescuing customer data which is still stranded on my customers' devices as their file sizes grow greater than 140MB, hitting the Dropbox limit.