Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
Robert S.138
9 years agoHelpful | Level 7
iOS Exception: "Dropbox client already authorized"
While developing my code for using the new Objective-C SDK, I am running on the Xcode emulator. The first time I tried OAuth, it worked and brought up the Dropbox login web page. NSLog verified tha...
Robert S.138
9 years agoHelpful | Level 7
I think the confusion comes from my trying to persist the Access Token myself instead of letting DBKeychain do it. In the Android version, I don't think there was any choice. If we wanted the Access Token to persist between sessions, we had to store it ourselves in the app Preferences. But for the iOS version, it appears the only reason to deal with an Access Token in my code is if the Access Token were manually generated externally. If I understand correctly, the SDK for iOS will automatically persist the Access Token upon a successful OAuth2. (I was actually getting the Access Token from the DBAuthResult.accessToken.accessToken. But apparently that is unnecessary?) Let me know if I should eliminate all explicit references to an Access Token in my application code, as long as I only intend to use Access Tokens that have been generated through the OAuth flow in that app itself.
About Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!