Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
Hi ,
I have created single user app. I am trying to download multpile files from dropbox.
So Do I have to download file by file? Or can I batch all the files and download as a zip?.
I was able to download whole folder as a zip. But I want only specific files inside that folder and download them at once using java sdk.. is it possible?.
Thanks,
Mani
It's not possible to download multiple specific files at once like this, but I'll pass this along as a feature request. You can either download them file by file, or download entire folders as zips, as you mentioned.
hi mani , can you share your code to download a folder as a zip.
@ambs To download an entire folder as a zip, you can use downloadZip. That works the same way as the other download methods, such as the download example here.
i wrote this utility and you can download multiple files parallelly https://github.com/sukanth/Dropbox
Hi there!
If you need more help you can view your support options (expected response time for a 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!