Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
LuGas
6 years agoNew member | Level 2
Download entire folder from Dropbox using Vb. NET
Hi guys! I'm trying to write code to create a program that will download and upload files and folders from/to Dropbox automatically. When I need to download a single file there's no problem using X...
erich_e
1 year agoNew member | Level 2
Silly question (RE: Option 2 "Use the DownloadZipAsync method to download the entire folder..."). To where does DownloadZipAsync(...) download the zip file??
The DownloadFileAsync() method accepts an argument containing the download target folder, but I see no such option in for the argument to DownloadZipAsync(...).
Здравко
1 year agoLegendary | Level 20
Hi erich_e,
In both cases (downloading a regular file of any kind or a folder as a zip) there is stream that may be use as you would like. Of course you may redirect/copy this stream to another file stream that refers to file named as you like. Is there something that prevent you do so?
Good luck.
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!