One month down in 2025: How are your resolutions coming along? Check out how to get back on track here.
Forum Discussion
jindal
6 years agoNew member | Level 2
Import all Audio files from dropbox
Hi,
I want to import all audio files from all dropbox flders and files in one api call. is it possible?
Thank you.
- Greg-DB
Dropbox Staff
The Dropbox API doesn't offer a way to download multiple specific files in one API call, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.
The closest functionality would be /2/files/download_zip, which offers the ability to download the entire contents of a particular folder at once.
If you want to download many specific files, you'll need to:
- list the files using /2/files/list_folder[/continue]
- filter that list to just the entries you want
- download each desired file using /2/files/download
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,950 PostsLatest Activity: 2 days ago
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 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!