<?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 Re: IOS - SwiftyDropbox -  my application, in developer mode, wont update requested permissions in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/IOS-SwiftyDropbox-my-application-in-developer-mode-wont-update/m-p/735504#M32480</link>
    <description>OK I figured it out. Even if the app has the permissions, your iOS code needs to request the same permissions: let scopeRequest = ScopeRequest(scopeType: .user, scopes: ["account_info.read", "files.metadata.write", "files.content.write", "files.content.read"], includeGrantedScopes: false)</description>
    <pubDate>Fri, 08 Dec 2023 01:27:02 GMT</pubDate>
    <dc:creator>esromneb</dc:creator>
    <dc:date>2023-12-08T01:27:02Z</dc:date>
    <item>
      <title>IOS - SwiftyDropbox -  my application, in developer mode, wont update requested permissions</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/IOS-SwiftyDropbox-my-application-in-developer-mode-wont-update/m-p/735501#M32479</link>
      <description>&lt;P&gt;I've made a new developer app. I'm using SwiftDropbox 9.2.0. Before connecting my iOS app, I go into the permissions, and enable:&lt;/P&gt;
&lt;P&gt;*&amp;nbsp;&lt;SPAN&gt;files.metadata.write&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;* files.content.write&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;*&amp;nbsp;files.content.read&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;At the bottom I click "submit". Then from my iOS I request auth, and the summary says "View basic information about your Dropbox account such as your username, email, and country".&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I try to write a example file (following&amp;nbsp;&lt;A href="https://cocoapods.org/pods/SwiftyDropbox#ios" target="_blank" rel="noopener"&gt;https://cocoapods.org/pods/SwiftyDropbox&lt;/A&gt;&amp;nbsp;) I get this error:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[request-id a8b59ed888b3442a8572d37d9495a6c9] API auth error - {

    ".tag" = "missing_scope";

    "required_scope" = "files.content.write";

}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=""&gt;Even the text when I'm first authorizing the app is wrong. So what do I need to do for the permission to update? I DO have dropbox installed on the same phone.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2023 08:17:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/IOS-SwiftyDropbox-my-application-in-developer-mode-wont-update/m-p/735501#M32479</guid>
      <dc:creator>esromneb</dc:creator>
      <dc:date>2023-12-08T08:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: IOS - SwiftyDropbox -  my application, in developer mode, wont update requested permissions</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/IOS-SwiftyDropbox-my-application-in-developer-mode-wont-update/m-p/735504#M32480</link>
      <description>OK I figured it out. Even if the app has the permissions, your iOS code needs to request the same permissions: let scopeRequest = ScopeRequest(scopeType: .user, scopes: ["account_info.read", "files.metadata.write", "files.content.write", "files.content.read"], includeGrantedScopes: false)</description>
      <pubDate>Fri, 08 Dec 2023 01:27:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/IOS-SwiftyDropbox-my-application-in-developer-mode-wont-update/m-p/735504#M32480</guid>
      <dc:creator>esromneb</dc:creator>
      <dc:date>2023-12-08T01:27:02Z</dc:date>
    </item>
  </channel>
</rss>

