dropbox / SwiftyDropbox

Swift SDK for the Dropbox API v2.
MIT License
689 stars 208 forks source link

App Authentication #181

Open radekcep opened 7 years ago

radekcep commented 7 years ago

Is it possible to use App Authentication as described here: https://www.dropbox.com/developers/reference/auth-types#app to download from specific user's public folder?

greg-db commented 7 years ago

No, to download from a shared link you would use getSharedLinkFile, but that doesn't support app authentication unfortunately, only user authentication. I'll pass this along as a feature request for app authentication support on that.