We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
gdurrett
7 years agoHelpful | Level 6
SwiftyDropBox Auth flow issue
I'm following the SwiftyDropbox documentation for my project, and have gotten as far as having my app switch to authenticating via the Dropbox app and switching back into my app. However, the ...
- 7 years ago
Greg, that was the issue! Thanks kindly, and I wish I'd noticed that myself so I could have saved us both some time. Oy!!!!
Greg-DB
Dropbox Staff
In this code, you have `open url` inside your `didFinishLaunchingWithOptions`, but it should just be its own method in your app delegate. There's a sample here:
https://github.com/dropbox/PhotoWatch/blob/master/PhotoWatch/AppDelegate.swift#L25
https://github.com/dropbox/PhotoWatch/blob/master/PhotoWatch/AppDelegate.swift#L25
gdurrett
7 years agoHelpful | Level 6
Greg, that was the issue! Thanks kindly, and I wish I'd noticed that myself so I could have saved us both some time. Oy!!!!
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 12 months agoIf 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 or Facebook.
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!