Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
ncw
9 years agoCollaborator | Level 8
Using /upload_session/append_v2 is is possible to upload chunks in parallel?
Using /upload_session/append_v2 is it possible to upload chunks in parallel. Namely call /upload_session/append_v2 again before a previous one has finished? The API would seem to allow it (given...
- 9 years agoHi Nick, no, unfortunately you can't upload multiple chunks for the same upload session in parallel. Each upload session only has a single correct "offset" at any one point in time, and it has to match when you upload any chunk.
You can run multiple different upload sessions (i.e. for multiple different files) though. I recommend reading the data ingress guide if you haven't already:
https://www.dropbox.com/developers/reference/data-ingress-guide
Greg-DB
Dropbox Community Moderator
9 years agoHi Nick, no, unfortunately you can't upload multiple chunks for the same upload session in parallel. Each upload session only has a single correct "offset" at any one point in time, and it has to match when you upload any chunk.
You can run multiple different upload sessions (i.e. for multiple different files) though. I recommend reading the data ingress guide if you haven't already:
https://www.dropbox.com/developers/reference/data-ingress-guide
You can run multiple different upload sessions (i.e. for multiple different files) though. I recommend reading the data ingress guide if you haven't already:
https://www.dropbox.com/developers/reference/data-ingress-guide
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!