Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
raziel79
7 years agoHelpful | Level 6
download folder and avoid time to make zip with JS sdk
Hi all, i am working on wrapper for dropbox and i need to select all files in a folder and download as zip without waiting for zip creating in background with JS SDK. fileDownloadZip wait for zip ma...
Greg-DB
Dropbox Community Moderator
7 years agoThe Dropbox JavaScript SDK doesn't offer a way to work around this unfortunately; the download result is only returned once the response is complete. I'll send this along as a feature request, but I can't promise if/when a way to do this would be implemented.
That being the case, you may want to look into streaming from the /2/files/download_zip endpoint itself, without using the SDK.
- raziel797 years agoHelpful | Level 6
Thx Greg, can i use PHP sdk for this? send request to server php endpoint, process with php and return a stream?
- Greg-DB7 years ago
Dropbox Community Moderator
We don't offer a PHP SDK, but you can certainly call the Dropbox API from PHP, and use the result as desired. You can either call the HTTPS endpoints directly from an HTTPS client in PHP, or use a third party library.
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!