You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
Rephoto
2 years agoHelpful | Level 5
concurrent upload in chunks
Hi, I have done concurrent upload in chunks. My code is fine, and doesn't have any errors. But when I download them, I can't open them My code : My file has been uploaded to dropbox: A...
Rephoto
Helpful | Level 5
I tried it and my file was corrupted. Can I just do UploadSessionAppendV2Async sequentially?
Greg-DB
2 years agoDropbox Staff
Yes, the UploadSessionAppendV2Async method supports both "concurrent" and "sequential" upload session types. Which one you use is up to you, but in either case you'll need to make sure you're sending the correct data at the correct offsets.
- Rephoto2 years agoHelpful | Level 5
I used "concurrent" and my file was uploaded at the correct size. But it cannot be opened and used
And this is when I do the upload with "sequential", it can be opened
Can you tell me why this is? Thanks
- Greg-DB2 years agoDropbox Staff
From that description, it sounds like the code you're using for the "concurrent" type is sending the wrong pieces of data and/or sending the data with the wrong offsets. You'll need to debug the code you've written for that to determine why it's doing so and how to correct it.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,884 PostsLatest Activity: 3 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!