One month down in 2025: How are your resolutions coming along? Check out how to get back on track here.
Forum Discussion
Андрей Г.2
5 years agoExplorer | Level 4
download_zip
I have code that creates a zip archive folder from dropbox on the server https://monosnap.com/file/PtMN0G6kepdzGaKa0CfOtj7htL4YUa
please tell me if I can immediately download this archive to the user's browser without storing it on the server?
- Greg-DB
Dropbox Staff
Your link is returning "404 Not Found", so I may not have full context here, but if you're making the Dropbox API calls on your server, you should be able to then return the information from the Dropbox API call down to the end-user of your site in their browser. Exactly how you do so will depend on your particular setup though, such your web framework, platform, and language. That's not specific to Dropbox though, so I can't provide exact instructions. I recommend referring to the documentation for your web framework, etc., for information on how to pass data back down to the user's browser.
- Greg-DB
Dropbox Staff
That link is also not working, but in any case, I imagine you're referring to using the /2/files/download_zip endpoint. That returns the zip data for the requested folder in the request body directly. If you want to then return that data directly to the browser accessing your server, you should refer to the documentation for your web framework, etc., for information on how to do so.
About Discuss Dropbox Developer & API
Make connections with other developers806 PostsLatest Activity: 17 hours 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!