You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

esromneb's avatar
esromneb
New member | Level 2
2 years ago

IOS - SwiftyDropbox - my application, in developer mode, wont update requested permissions

I've made a new developer app. I'm using SwiftDropbox 9.2.0. Before connecting my iOS app, I go into the permissions, and enable: * files.metadata.write * files.content.write * files.content.re...
  • esromneb's avatar
    2 years ago
    OK I figured it out. Even if the app has the permissions, your iOS code needs to request the same permissions: let scopeRequest = ScopeRequest(scopeType: .user, scopes: ["account_info.read", "files.metadata.write", "files.content.write", "files.content.read"], includeGrantedScopes: false)