Hi,
I want to import all audio files from all dropbox flders and files in one api call. is it possible?
Thank you.
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: