<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic OAuth permissions issues in SwiftyDropbox under Ventura? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/OAuth-permissions-issues-in-SwiftyDropbox-under-Ventura/m-p/680685#M30686</link>
    <description>&lt;P&gt;Have there been any changes in recent versions of SwiftyDropbox to accommodate any new security restrictions on Ventura?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I developed a macOS app with a FileProvider Finder extension, which initialises smoothly under Monterey and earlier versions; however, some people installing it on Ventura are reporting a whole string of "Allow / Deny / Always Allow" dialogs repeatedly asking the user to enter the "login" keychain password to access "com.&amp;lt;companyname&amp;gt;.&amp;lt;appname&amp;gt;.dropbox.authv2". &amp;nbsp;So it looks like something might have changed in Ventura's default security handling.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The app was built with SwiftyDropbox 8.2.1; I did a minor tweak to the OAuth Keychain code, to make sure it saved the tokens to a keychain related to an app group (so it can be accessed both by my main app and the extension). &amp;nbsp;So I'm trying to work out whether this is a known issue related to Ventura and I should update the app to use SwiftyDropbox 9.2, or whether the issue is something I need to fix outside of SwiftyDropbox!&lt;/P&gt;</description>
    <pubDate>Sun, 30 Apr 2023 01:34:02 GMT</pubDate>
    <dc:creator>Jon B.1</dc:creator>
    <dc:date>2023-04-30T01:34:02Z</dc:date>
    <item>
      <title>OAuth permissions issues in SwiftyDropbox under Ventura?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/OAuth-permissions-issues-in-SwiftyDropbox-under-Ventura/m-p/680685#M30686</link>
      <description>&lt;P&gt;Have there been any changes in recent versions of SwiftyDropbox to accommodate any new security restrictions on Ventura?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I developed a macOS app with a FileProvider Finder extension, which initialises smoothly under Monterey and earlier versions; however, some people installing it on Ventura are reporting a whole string of "Allow / Deny / Always Allow" dialogs repeatedly asking the user to enter the "login" keychain password to access "com.&amp;lt;companyname&amp;gt;.&amp;lt;appname&amp;gt;.dropbox.authv2". &amp;nbsp;So it looks like something might have changed in Ventura's default security handling.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The app was built with SwiftyDropbox 8.2.1; I did a minor tweak to the OAuth Keychain code, to make sure it saved the tokens to a keychain related to an app group (so it can be accessed both by my main app and the extension). &amp;nbsp;So I'm trying to work out whether this is a known issue related to Ventura and I should update the app to use SwiftyDropbox 9.2, or whether the issue is something I need to fix outside of SwiftyDropbox!&lt;/P&gt;</description>
      <pubDate>Sun, 30 Apr 2023 01:34:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/OAuth-permissions-issues-in-SwiftyDropbox-under-Ventura/m-p/680685#M30686</guid>
      <dc:creator>Jon B.1</dc:creator>
      <dc:date>2023-04-30T01:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: OAuth permissions issues in SwiftyDropbox under Ventura?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/OAuth-permissions-issues-in-SwiftyDropbox-under-Ventura/m-p/680937#M30691</link>
      <description>&lt;P&gt;You can find &lt;A href="https://github.com/dropbox/SwiftyDropbox/releases" target="_blank"&gt;the release history for SwiftyDropbox here&lt;/A&gt;. There is a "Fixes for use in application extensions" in &lt;A href="https://github.com/dropbox/SwiftyDropbox/releases/tag/9.2.0" target="_blank"&gt;the latest release, v9.2.0&lt;/A&gt;, 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!&lt;/P&gt;</description>
      <pubDate>Mon, 01 May 2023 15:02:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/OAuth-permissions-issues-in-SwiftyDropbox-under-Ventura/m-p/680937#M30691</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-05-01T15:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: OAuth permissions issues in SwiftyDropbox under Ventura?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/OAuth-permissions-issues-in-SwiftyDropbox-under-Ventura/m-p/681501#M30709</link>
      <description>&lt;P&gt;Update on this: &amp;nbsp;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. &amp;nbsp;The solution was to move the initial Dropbox calls to after the main app had successfully authenticated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We still get two access warnings on initial authentication, but we can live with that! &amp;nbsp;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have any more details of the "fixes for use in application extensions"? &amp;nbsp;For our limited use of Dropbox in our extension, we haven't had any problems to date under Monterey.&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2023 03:55:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/OAuth-permissions-issues-in-SwiftyDropbox-under-Ventura/m-p/681501#M30709</guid>
      <dc:creator>Jon B.1</dc:creator>
      <dc:date>2023-05-03T03:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: OAuth permissions issues in SwiftyDropbox under Ventura?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/OAuth-permissions-issues-in-SwiftyDropbox-under-Ventura/m-p/681502#M30710</link>
      <description>&lt;P&gt;Further update: &amp;nbsp;the &lt;A href="https://github.com/dropbox/SwiftyDropbox/commit/82790b64e08e94ea59c885f325c8b01ae2943518" target="_self"&gt;FileProvider fix in 9.2.0&lt;/A&gt;&amp;nbsp;appears to be specific to iOS mobile devices -- this is a desktop macOS FileProvider, so not relevant to us.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So thanks -- this is a non-issue!&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2023 04:00:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/OAuth-permissions-issues-in-SwiftyDropbox-under-Ventura/m-p/681502#M30710</guid>
      <dc:creator>Jon B.1</dc:creator>
      <dc:date>2023-05-03T04:00:16Z</dc:date>
    </item>
  </channel>
</rss>

