I have successfully installed Swiftydropbox and my app successfully registers with Dropbox. But I don't understand what to do now if I want to download from a Dropbox. My goal is to download a text file into a URL and then open that URL in a tableview.
I think where I'm having trouble understanding the docs is this line:
client.files.download(path: "/test/path/in/Dropbox/account", overwrite: true, destination: destination)
What goes in place of /test/path/in/Dropbox/account? For instance, how would I get the app to download something from my own account?
Thank you,
Eli