Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
RealProgrammer
5 years agoExplorer | Level 4
System.ArgumentNullException: when inititating concurrent upload
Hi, I've been working on a project and the requirement is to upload files to Dropbox concurrently and in chunks. So, I wrote the following code to accomplish the task. I initiated the request usi...
- 5 years ago
Apologies for the confusion. You can start a concurrent upload session in the .NET SDK by passing an empty body, like this:
var uploadSessionStartResult = await _client.Files.UploadSessionStartAsync(sessionType: UploadSessionType.Concurrent.Instance, body: new MemoryStream());
I'll ask the team to see if we can update the SDK to make this easier/more obvious in the future.
Greg-DB
Dropbox Community Moderator
5 years agoApologies for the confusion. You can start a concurrent upload session in the .NET SDK by passing an empty body, like this:
var uploadSessionStartResult = await _client.Files.UploadSessionStartAsync(sessionType: UploadSessionType.Concurrent.Instance, body: new MemoryStream());
I'll ask the team to see if we can update the SDK to make this easier/more obvious in the future.
- RealProgrammer5 years agoExplorer | Level 4
Thanks for the help. Your answer did the trick.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
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, Facebook or Instagram.
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!