cancel
Showing results forĀ 
ShowĀ Ā onlyĀ  | Search instead forĀ 
Did you mean:Ā 
Announcements
Whatā€™s new: end-to-end encryption, Replay and Dash updates. Find out more about these updates, new features and more here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results forĀ 
ShowĀ Ā onlyĀ  | Search instead forĀ 
Did you mean:Ā 

Re: handle api request in swift

handle api request in swift

namithasalian
Explorer | Level 3

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

2 Replies 2

Greg-DB
Dropbox Staff
We 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.

namithasalian
Explorer | Level 3

Thanks 

Need more support?