cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Share your feedback on the Document Scanning Experience in the Dropbox App right here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Re: how to upload files greater than 150 mb with dropbox sdk .net

how to upload files greater than 150 mb with dropbox sdk .net

lcanario
Explorer | Level 4
Go to solution

I've been using dropbox .net api for a while to upload files from an app i created, and it has worked really well so far, but now i'm having a hard time triying to upload files greater than 150 mb. i've read the documentation where it says that i should create an upload session with Routes.FilesUserRoutes.UploadSessionStartAsync but i have no clue how it works. i would aprecciate an example of how to get that done.
Awaiting your answer,
Thanks in advance.

Luis

1 Accepted Solution

Accepted Solutions

Greg-DB
Dropbox Staff
Go to solution

Using upload sessions is the right way to upload large files. There's an example of doing so in the .NET SDK here:

https://github.com/dropbox/dropbox-sdk-dotnet/blob/b8f5c751f9df6765f4e2bbb98b39bc6bde5cfadc/dropbox-...

Hope this helps! 

View solution in original post

2 Replies 2

Greg-DB
Dropbox Staff
Go to solution

Using upload sessions is the right way to upload large files. There's an example of doing so in the .NET SDK here:

https://github.com/dropbox/dropbox-sdk-dotnet/blob/b8f5c751f9df6765f4e2bbb98b39bc6bde5cfadc/dropbox-...

Hope this helps! 

lcanario
Explorer | Level 4
Go to solution

Thank you so much!!!
now i'm gonna try it and see how well it goes

Need more support?