Cut the Clutter: Test Ignore Files Feature - sign up to become a beta tester  here!

Forum Discussion

Josh N.10's avatar
Josh N.10
New member | Level 2
11 years ago

recovery of interrupted resumable uploads?

I have an app that uses the dropbox api to upload audio data that is recorded as it is recorded using the resumable upload api from the browser. Some of my users are experiencing browser crashes during the recording. Dropbox already has the data up to that point but because the resumable upload hasn't been sent the finish request, it doesn't show up in their folder. Is there a way to recover interrupted resumable uploads such as this?

1 Reply

Replies have been turned off for this discussion
  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Community Moderator rankDropbox Community Moderator
    11 years ago

    If you're using chunked a.k.a. resumable uploading, you have 24 hours to complete any upload session. So, as long as your app has access to the data it wants to continue uploading, and the upload ID (a.k.a. UploadCursor in the JavaScript SDK) for the uploading session it started, then yes, it can resume uploading from the last chunk that was successfully uploaded.

    If your app doesn't have the rest of the data, but you want to just commit the data that was already uploaded, you can do so as long as you know the upload ID.

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.6,037 PostsLatest Activity: 15 hours ago
412 Following

The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.

If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.

For more info on available support options for your Dropbox plan, see this article.

If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!