Start 2025 on time and up to date! Seamlessly integrate your calendars into Dropbox with these simple steps! 📆
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...
Greg-DB
2 years agoDropbox Staff
Can you clarify what you mean when you say "code is fine, and doesn't have any errors"? How have you verified that the code is uploading the correct data?
For instance, I don't see in this code where you're using "memStream", so it doesn't look like you're sending the actual file data.
Refer to the UploadSessionAppendV2Async documentation for information on the parameters it takes and how to use it.
Note that Dropbox will only save the exact bytes you send, so as verification I suggest comparing comparing the original file with the file uploaded on Dropbox to see if they differ. For example, you can take a hash of both files and see if the hashes match.
Rephoto
2 years agoHelpful | Level 5
Oh, Sorry I didn't see your reply.
Can I use UploadSessionAppendV2Async to run in parallel like this?
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,936 PostsLatest Activity: 10 hours ago
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 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!