Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
namithasalian
8 years agoExplorer | Level 3
handle api request in swift
how to form an api request to download a file from my dropbox account in swift without using any sk support? please help me as soon as possible
Greg-DB
Dropbox Community Moderator
8 years agoWe highly recommend using an SDK, but if you don't want to use one, you can download a file via the /2/files/download API v2 HTTPS endpoint directly:
https://www.dropbox.com/developers/documentation/http/documentation#files-download
There's a curl example included in the documentation there that shows how the API v2 call should be made. You should use that to write the relevant code for whatever HTTP client you're using.
https://www.dropbox.com/developers/documentation/http/documentation#files-download
There's a curl example included in the documentation there that shows how the API v2 call should be made. You should use that to write the relevant code for whatever HTTP client you're using.
- namithasalian8 years agoExplorer | Level 3
Thanks
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!