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.
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.