<?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: Error (400) when open dropbox (request URL) in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Error-400-when-open-dropbox-request-URL/m-p/544142#M2146</link>
    <description>&lt;P&gt;When migrating a non-scoped app to scopes, the page will automatically select the scopes that match the legacy permission type of the app. (From there you can enable or disable scopes as needed.) For example, for a full Dropbox or app folder app, that will automatically include user scopes but not team scopes, since those permissions are only used-linked, not team-linked. Team scopes enable access to functionality specific to teams, such as adding or removing members.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This does not indicate that your app did not allow Business accounts. Business accounts could and can still be linked to those legacy user-linked app types as well as scoped apps with user scopes to use the user-linked functionality, just like any other account type.&lt;/P&gt;</description>
    <pubDate>Fri, 10 Sep 2021 14:43:51 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2021-09-10T14:43:51Z</dc:date>
    <item>
      <title>Error (400) when open dropbox (request URL)</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Error-400-when-open-dropbox-request-URL/m-p/543384#M2131</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I found a problem when trying to request URL.&lt;/P&gt;
&lt;P&gt;I have two apps in dropbox:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; 1.&amp;nbsp; App 1 (status=production), use Permission type = Full Dropbox&lt;/P&gt;
&lt;P&gt;&amp;nbsp; 2. App 2 (status=development), use Permission type = Scope App&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've implemented short-lived token in App 2 (Scope App). I add all scope in scope requests according to permission in App 2.&lt;/P&gt;
&lt;PRE&gt;DBScopeRequest *scopeRequest = [[DBScopeRequest &lt;SPAN class="pl-c1"&gt;alloc&lt;/SPAN&gt;] &lt;SPAN class="pl-c1"&gt;initWithScopeType:&lt;/SPAN&gt;DBScopeTypeUser
                                                                    &lt;SPAN class="pl-c1"&gt;scopes:&lt;/SPAN&gt;@[&lt;SPAN class="pl-s"&gt;&lt;SPAN class="pl-pds"&gt;@"&lt;/SPAN&gt;account_info.read&lt;SPAN class="pl-pds"&gt;", "files.metadata.write", "files.metadata.read", "files.content.write", "files.content.read", "sharing.write", "sharing.read", "file_requests.write", "file_requests.read", "contacts.write", "contacts.read"&lt;/SPAN&gt;&lt;/SPAN&gt;]
                                                      &lt;SPAN class="pl-c1"&gt;includeGrantedScopes:&lt;/SPAN&gt;&lt;SPAN class="pl-c1"&gt;NO&lt;/SPAN&gt;];&lt;/PRE&gt;
&lt;P&gt;When use the code above, my app success to show the login page.&lt;/P&gt;
&lt;P&gt;But when I use the code above to App 1 (Full Dropbox). I get the error page ("scope": must be at most 0 characters, got 192)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why that's happened? is it because App 1 is already "full dropbox"?&lt;BR /&gt;I've tried to delete all scope in scope requests, and can open sign in page. Can you explain?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 09:55:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Error-400-when-open-dropbox-request-URL/m-p/543384#M2131</guid>
      <dc:creator>Andika Scofield</dc:creator>
      <dc:date>2021-09-08T09:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error (400) when open dropbox (request URL)</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Error-400-when-open-dropbox-request-URL/m-p/543389#M2133</link>
      <description>&lt;P&gt;You can only specify 'scopes' when using an app that is registered as a "scoped" app. Your app 1 is not scoped, so you can't specify scopes for it. You should migrate it to be a scoped app via the "Permissions" tab of the app's page on &lt;A href="https://www.dropbox.com/developers/apps" target="_self"&gt;the App Console&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Sep 2021 14:46:31 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Error-400-when-open-dropbox-request-URL/m-p/543389#M2133</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-09-06T14:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error (400) when open dropbox (request URL)</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Error-400-when-open-dropbox-request-URL/m-p/543460#M2134</link>
      <description>Is this an obligation to migrate from "full dropbox" into "scoped app"?</description>
      <pubDate>Mon, 06 Sep 2021 20:57:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Error-400-when-open-dropbox-request-URL/m-p/543460#M2134</guid>
      <dc:creator>Andika Scofield</dc:creator>
      <dc:date>2021-09-06T20:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Error (400) when open dropbox (request URL)</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Error-400-when-open-dropbox-request-URL/m-p/543586#M2135</link>
      <description>&lt;P&gt;Yes, Dropbox is in process of migrating all apps to use scopes. This is a backwards compatible migration; scoped apps can use all of the same functionality as non-scoped apps. Scopes just offer more granularity in the control over which functionality you enable for the app. You can find more information on the migration in &lt;A href="https://dropbox.tech/developers/migrating-app-permissions-and-access-tokens" target="_self"&gt;this blog post&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Sep 2021 14:55:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Error-400-when-open-dropbox-request-URL/m-p/543586#M2135</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-09-07T14:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error (400) when open dropbox (request URL)</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Error-400-when-open-dropbox-request-URL/m-p/543695#M2137</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a question again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After migration, there are two scopes; individual scopes and teams scopes.&lt;/P&gt;&lt;P&gt;My application already selects individual scope automatically.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I don't know what is team scope, w&lt;SPAN class="Y2IQFc"&gt;hy is there a difference between team and individual?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 08:20:13 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Error-400-when-open-dropbox-request-URL/m-p/543695#M2137</guid>
      <dc:creator>Andika Scofield</dc:creator>
      <dc:date>2021-09-08T08:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error (400) when open dropbox (request URL)</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Error-400-when-open-dropbox-request-URL/m-p/543769#M2138</link>
      <description>&lt;P&gt;Individual scopes enable access to functionality relevant to any account. Team scopes enable access to functionality specific to Business teams only. Team scopes can only be authorized by team admins. You can see which scope is required for each endpoint in the API documentation, e.g., &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation" target="_self"&gt;for the user endpoints&lt;/A&gt;, which require individual scopes, and &lt;A href="https://www.dropbox.com/developers/documentation/http/teams" target="_self"&gt;for the Business endpoints&lt;/A&gt;, which require team scopes.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 14:09:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Error-400-when-open-dropbox-request-URL/m-p/543769#M2138</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-09-08T14:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: Error (400) when open dropbox (request URL)</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Error-400-when-open-dropbox-request-URL/m-p/544040#M2143</link>
      <description>After migration, teams scope didn't selected automatically. It means that my application before doesn't support business teams?</description>
      <pubDate>Thu, 09 Sep 2021 23:28:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Error-400-when-open-dropbox-request-URL/m-p/544040#M2143</guid>
      <dc:creator>Andika Scofield</dc:creator>
      <dc:date>2021-09-09T23:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Error (400) when open dropbox (request URL)</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Error-400-when-open-dropbox-request-URL/m-p/544142#M2146</link>
      <description>&lt;P&gt;When migrating a non-scoped app to scopes, the page will automatically select the scopes that match the legacy permission type of the app. (From there you can enable or disable scopes as needed.) For example, for a full Dropbox or app folder app, that will automatically include user scopes but not team scopes, since those permissions are only used-linked, not team-linked. Team scopes enable access to functionality specific to teams, such as adding or removing members.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This does not indicate that your app did not allow Business accounts. Business accounts could and can still be linked to those legacy user-linked app types as well as scoped apps with user scopes to use the user-linked functionality, just like any other account type.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 14:43:51 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Error-400-when-open-dropbox-request-URL/m-p/544142#M2146</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-09-10T14:43:51Z</dc:date>
    </item>
  </channel>
</rss>

