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

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.