We're making changes to the Community, so you may have received some notifications - thanks for your patience and welcome back. Learn more 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-DBDropbox StaffWe 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.- namithasalianExplorer | Level 3
Thanks
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,875 PostsLatest Activity: 5 hours agoIf 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!