We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
keNsei13
7 years agoExplorer | Level 3
How to get Progress Status while uploading or downloading a file ( in VB.Net ) ?
I am using DropboxClient.Files.UploadAsync method for uploading file, and it works perfectly, but it only limits up to 150MB per file, is there a way also to upload larger files? And I would like also to ask for proper code on how to get upload or download status and submit the value to a label and a progress bar, I have seem to found what I am asking for in this question (https://www.dropboxforum.com/t5/API-support/How-to-get-Progress-Status-while-uploading-downloading-a-file-in/td-p/170684), but it is in a different programming language. I would prefer a code from VB.net. It would be a big help if I could get an answer and I would like to thank you in advance.
- You can upload files of any size, i.e., larger than 150 MB, by using "upload sessions":
https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_UploadSessionStartAsync_1.htm
https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_UploadSessionAppendV2Async_1.htm
https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_UploadSessionFinishAsync.htm
The .NET SDK still doesn't offer native progress listeners, but I'll add your vote to the feature request.
I don't have a version of that sample code from the other thread in VB.Net unfortunately.
- Greg-DBDropbox StaffYou can upload files of any size, i.e., larger than 150 MB, by using "upload sessions":
https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_UploadSessionStartAsync_1.htm
https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_UploadSessionAppendV2Async_1.htm
https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_UploadSessionFinishAsync.htm
The .NET SDK still doesn't offer native progress listeners, but I'll add your vote to the feature request.
I don't have a version of that sample code from the other thread in VB.Net unfortunately.- keNsei13Explorer | Level 3
Thank you for your quick response, I guess I will try to use a code translator this time and will try to figure things out based on your given links. Thanks for your time.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,876 PostsLatest Activity: 30 minutes agoIf 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 or Facebook.
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!