We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
ishan_PGT
4 years agoHelpful | Level 5
DropBox sdk error in chunked upload “cannot access a closed file”
So I am using the below code to ChukUpload a 150MB file and I am getting an error at
var byteRead = fileStream.Read(buffer, 0, (int)ChunkSize);
the exception says its an "cannot access a closed...
- 4 years ago
I found my mistake I was using the main filestream instead of the chunked memory stream in the 1st iteration.
ishan_PGT
4 years agoHelpful | Level 5
I found my mistake I was using the main filestream instead of the chunked memory stream in the 1st iteration.
About Discuss Dropbox Developer & API
Make connections with other developers
795 PostsLatest Activity: 7 days 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!