Hello!
I am working on a Swift app that will upload a text file to dropbox. I followed this tutorial (https://blogs.dropbox.com/developers/2014/09/swift-apps-with-dropbox/) and managed to link the app with the dropbox account. However, I am not sure how to integrate the DBRestClientDelegate with my Swift code in order to actually upload a file from the app. Has anyone done this with Swift yet?
Thanks!