We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.

Forum Discussion

esromneb's avatar
esromneb
New member | Level 2
12 months 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
    12 months 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)