You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

Jon B.1's avatar
Jon B.1
Collaborator | Level 9
2 years ago

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...
  • Jon B.1's avatar
    Jon B.1
    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.