Reputation: 3305
Is there any way to cancel the file upload of Dropbox Sync API? I want to cancel upload of the files that hasn't been uploaded but left the uploaded files on the Dropbox. Is it possible with Sync API?
Upvotes: 1
Views: 144
Reputation: 608
From Dropbox support:
Depending on your use case though, you may want to just delete the file. (I.e., if the user wants to cancel the upload because they don't actually want to sync the file, just delete the file from the DBFilesystem.)
This worked well for me.
Upvotes: 2