cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Musicians, convert your MuseScore files to PDF to play music on the go! Learn 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: 

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?
Who's talking

Top contributors to this post

  • User avatar
    namithasalian Explorer | Level 3
  • User avatar
    Greg-DB Dropbox Staff
What do Dropbox user levels mean?