Start 2025 on time and up to date! Seamlessly integrate your calendars into Dropbox with these simple steps! 📆

Forum Discussion

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

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.