We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
Jon B.1
2 years agoCollaborator | Level 9
OAuth permissions issues in SwiftyDropbox under Ventura?
Have there been any changes in recent versions of SwiftyDropbox to accommodate any new security restrictions on Ventura? I developed a macOS app with a FileProvider Finder extension, which initia...
- 2 years ago
Update on this: I think the infinite number of Dropbox warnings were down to startup issues -- the FileProvider extension was trying to get basic Dropbox details (including the local path) before checking whether the main app was up and running yet, so it would keep reiterating the warning while the main app was still trying to authenticate. The solution was to move the initial Dropbox calls to after the main app had successfully authenticated.
We still get two access warnings on initial authentication, but we can live with that! Thanks.
Do you have any more details of the "fixes for use in application extensions"? For our limited use of Dropbox in our extension, we haven't had any problems to date under Monterey.
Greg-DB
2 years agoDropbox Staff
You can find the release history for SwiftyDropbox here. There is a "Fixes for use in application extensions" in the latest release, v9.2.0, which might be relevant. Please try updating to that. If something still isn't working as expected with that, please share the specific steps/code to reproduce the issue so we can look into it. Thanks!
- Jon B.12 years agoCollaborator | Level 9
Update on this: I think the infinite number of Dropbox warnings were down to startup issues -- the FileProvider extension was trying to get basic Dropbox details (including the local path) before checking whether the main app was up and running yet, so it would keep reiterating the warning while the main app was still trying to authenticate. The solution was to move the initial Dropbox calls to after the main app had successfully authenticated.
We still get two access warnings on initial authentication, but we can live with that! Thanks.
Do you have any more details of the "fixes for use in application extensions"? For our limited use of Dropbox in our extension, we haven't had any problems to date under Monterey.
- Jon B.12 years agoCollaborator | Level 9
Further update: the FileProvider fix in 9.2.0 appears to be specific to iOS mobile devices -- this is a desktop macOS FileProvider, so not relevant to us.
So thanks -- this is a non-issue!
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,876 PostsLatest Activity: 6 hours 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!