We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
Győző C.
9 years agoExplorer | Level 3
Parallel file upload fails
My app uses core api v1. When I try to upload 10+ files into my dropbox account, a few of them randomly fails with response:
[..] <head><title>Dropbox - 403</title>
<link href="//www.dropbox.com/...
Greg-DB
9 years agoDropbox Staff
That error can occur in some cases, in which case the response status code will be 503. If the response status code is non-200, you should consider the upload failed.
This error generally indicates that there was simultaneous activity in the account preventing your app from making the state-modifying call (e.g., adding or removing files) it is attempting. The simultaneous activity could be coming from your app itself, or elsewhere, e.g., from a user's desktop client.
You can't queue these on our side, so the best practice is to reduce the number of simultaneous requests and to just retry a request, respecting the Retry-After header if given, or after a small delay possibly with an exponential back-off, when receiving this error.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 8 hours agoIf 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!