Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
Coder
9 years agoExplorer | Level 4
Dropbox file download with share url via api
It's possible to download a file in dropbox knowing the share url , for example: https://www.dropbox.com/s/gjfpl9m4f88oeqz/htaccess.txt?dl=0 using the API?
Greg-DB
Dropbox Community Moderator
9 years ago[Cross-linking for reference: https://stackoverflow.com/questions/41181363/dropbox-file-download-with-share-url-via-api ]
Yes, you can either make an HTTPS request to the link itself, using the raw or dl parameters as documented here:
https://www.dropbox.com/help/201
Or, you can use the /2/sharing/get_shared_link_file endpoint on the Dropbox API:
https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_shared_link_file
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!