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

ishan_PGT's avatar
ishan_PGT
Helpful | Level 5
4 years ago

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...
  • ishan_PGT's avatar
    4 years ago

    I found my mistake I was using the main filestream instead of the chunked memory stream in the 1st iteration.