Start 2025 on time and up to date. Seamlessly integrate your calendars into Dropbox with these simple steps.

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)