Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
scottietrek
8 years agoNew member | Level 2
BeginUploadSessionStart Error
I am getting a wierd error now. i was able to make this work when the stream was empty but when i added the file as a stream which is 750mb i get the error below: at Dropbox.Api.DropboxRequestHandle...
- 8 years ago
Are you sending the entire 750 MB in a single UploadSessionStart call? We recommend not sending more than 150 MB in any single call (and sending less than that is probably better in fact). I can't say for sure what this issue is based on this stack, but sending 750 MB at once would certainly be an issue.
The documentation for UploadSessionStartAsync, UploadSessionAppendV2Async, and UploadSessionFinishAsync has more information. There's also a sample of using upload sessions in the "SimpleTest" example app.
Greg-DB
Dropbox Community Moderator
8 years agoAre you sending the entire 750 MB in a single UploadSessionStart call? We recommend not sending more than 150 MB in any single call (and sending less than that is probably better in fact). I can't say for sure what this issue is based on this stack, but sending 750 MB at once would certainly be an issue.
The documentation for UploadSessionStartAsync, UploadSessionAppendV2Async, and UploadSessionFinishAsync has more information. There's also a sample of using upload sessions in the "SimpleTest" example app.
scottietrek
8 years agoNew member | Level 2
Thank you that did it. The biggest issue was that i had been trying to upload the entire file at once. Now that i have broken it up all is good.
About Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.
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!