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.

Discuss Dropbox Developer & API

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

iOS Swift Drop Box Implementation

iOS Swift Drop Box Implementation

Varender777
Explorer | Level 3

How can I get path of file that I clicked on the webview/ Dropbox application in swifty dropbox?

So that I can download it using drop box access token. If there is any demo please share.

1 Reply 1

Greg-DB
Dropbox Staff

You can list files and folders using SwiftyDropbox via the listFolder and listFolderContinue methods. There's an example here. (That's showing some queue functionality, but that's optional.)

You can download specific files using the paths to the files, e.g., as retrieved using the above, via the download method. There's an example here.

Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropbox Staff
What do Dropbox user levels mean?