We’re Still Here to Help (Even Over the Holidays!) - find out more here.
Forum Discussion
limeygent
7 years agoExplorer | Level 3
HTTP API Throttling?
Hi, I am using the http API to upload files into my account, however >50% of them fail and I suspect it is because I can have up to 20 parallel processes trying to upload in a window of about 5 secon...
limeygent
7 years agoExplorer | Level 3
Thanks Greg.
I'm just now learning Dropbox's API. What are the endpoints for batch upload? Is it the upload_session EP? If there are some code samples, that would be great. Thanks.
Greg-DB
Dropbox Community Moderator
7 years agoIn order to use the batch upload finish endpoint, you do need to use upload sessions. The relevant endpoints are:
- https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-start
- https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-append
- https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-finish_batch
- https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-finish_batch-check
I don't believe we have a sample for using upload sessions with /2/files/upload_session/finish_batch, but there are some examples of just using upload sessions (with some of the SDKs) here, which should be a good starting point for the logic:
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
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, Facebook or Instagram.
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!