<?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 App Permissions\Scopes - But where? in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/App-Permissions-Scopes-But-where/m-p/434619#M1356</link>
    <description>&lt;P&gt;The &lt;A href="https://www.dropbox.com/developers/documentation/http/teams" target="_self"&gt;document&lt;/A&gt; says "&lt;SPAN&gt;&amp;nbsp;After creating your app in the&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.dropbox.com/developers/apps" target="_blank" rel="noopener"&gt;App Console&lt;/A&gt;&lt;SPAN&gt;, you can select your apps scopes on the Permissions tab." - but I am not seeing any permissions tab in my app console. Is this feature not available yet?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Personal Apps &amp;amp; Scopes:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Personal apps do have the ability to specify webhook and &lt;A href="https://www.dropbox.com/developers/reference/webhooks" target="_self"&gt;webhooks require&lt;/A&gt;: &lt;SPAN&gt;files.metadata.read, the &lt;U&gt;problem is that oauth craps out&lt;/U&gt; when you pass a scope with following error:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Error 400

scope: must be at most 0 characters, got 19 &lt;/PRE&gt;
&lt;P&gt;&lt;STRONG&gt;Business Apps &amp;amp; Scopes:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This &lt;A href="https://www.dropbox.com/lp/developers/reference/oauth-guide.html" target="_self"&gt;guide&lt;/A&gt; terms business apps as legacy and suggest to use scopes. But when you create an app there is no such option. Same error (as above) when you try passing scopes during oauth.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;No Scope Based Apps&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;When you create an app you are given the following paths and &lt;U&gt;none of the apps in these criterias expose permissions tab&lt;/U&gt;, not can you pass scope during OAuth request&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- DropBox (Personal) Api: which has further 2 categories&lt;/P&gt;
&lt;P&gt;--&amp;nbsp;App folder– Access to a single folder created specifically for your app.&lt;/P&gt;
&lt;P&gt;--&amp;nbsp;Full Dropbox– Access to all files and folders in a user's Dropbox.&lt;/P&gt;
&lt;P&gt;- Business Api: with 4 categories&lt;/P&gt;
&lt;P&gt;--&amp;nbsp;Team information– Information about the team and aggregate usage data.&lt;/P&gt;
&lt;P&gt;--&amp;nbsp;Team auditing– Team information, plus the team‘s detailed activity log.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;--&amp;nbsp;Team member file access– Team information and auditing, plus the ability to perform any action as any team member.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;--&amp;nbsp;Team member management– Team information, plus the ability to add, edit, and delete team members.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It seems like the documentations have been updated but then the feature is not made public yet. How can we get access to it. Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Jul 2020 11:25:54 GMT</pubDate>
    <dc:creator>umalik-pd</dc:creator>
    <dc:date>2020-07-06T11:25:54Z</dc:date>
    <item>
      <title>App Permissions\Scopes - But where?</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/App-Permissions-Scopes-But-where/m-p/434619#M1356</link>
      <description>&lt;P&gt;The &lt;A href="https://www.dropbox.com/developers/documentation/http/teams" target="_self"&gt;document&lt;/A&gt; says "&lt;SPAN&gt;&amp;nbsp;After creating your app in the&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.dropbox.com/developers/apps" target="_blank" rel="noopener"&gt;App Console&lt;/A&gt;&lt;SPAN&gt;, you can select your apps scopes on the Permissions tab." - but I am not seeing any permissions tab in my app console. Is this feature not available yet?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Personal Apps &amp;amp; Scopes:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Personal apps do have the ability to specify webhook and &lt;A href="https://www.dropbox.com/developers/reference/webhooks" target="_self"&gt;webhooks require&lt;/A&gt;: &lt;SPAN&gt;files.metadata.read, the &lt;U&gt;problem is that oauth craps out&lt;/U&gt; when you pass a scope with following error:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Error 400

scope: must be at most 0 characters, got 19 &lt;/PRE&gt;
&lt;P&gt;&lt;STRONG&gt;Business Apps &amp;amp; Scopes:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This &lt;A href="https://www.dropbox.com/lp/developers/reference/oauth-guide.html" target="_self"&gt;guide&lt;/A&gt; terms business apps as legacy and suggest to use scopes. But when you create an app there is no such option. Same error (as above) when you try passing scopes during oauth.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;No Scope Based Apps&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;When you create an app you are given the following paths and &lt;U&gt;none of the apps in these criterias expose permissions tab&lt;/U&gt;, not can you pass scope during OAuth request&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- DropBox (Personal) Api: which has further 2 categories&lt;/P&gt;
&lt;P&gt;--&amp;nbsp;App folder– Access to a single folder created specifically for your app.&lt;/P&gt;
&lt;P&gt;--&amp;nbsp;Full Dropbox– Access to all files and folders in a user's Dropbox.&lt;/P&gt;
&lt;P&gt;- Business Api: with 4 categories&lt;/P&gt;
&lt;P&gt;--&amp;nbsp;Team information– Information about the team and aggregate usage data.&lt;/P&gt;
&lt;P&gt;--&amp;nbsp;Team auditing– Team information, plus the team‘s detailed activity log.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;--&amp;nbsp;Team member file access– Team information and auditing, plus the ability to perform any action as any team member.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;--&amp;nbsp;Team member management– Team information, plus the ability to add, edit, and delete team members.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It seems like the documentations have been updated but then the feature is not made public yet. How can we get access to it. Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 11:25:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/App-Permissions-Scopes-But-where/m-p/434619#M1356</guid>
      <dc:creator>umalik-pd</dc:creator>
      <dc:date>2020-07-06T11:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: App Permissions\Scopes - But where?</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/App-Permissions-Scopes-But-where/m-p/435179#M1361</link>
      <description>&lt;P&gt;Dropbox is introducing new scopes functionality, as you've found referenced in the documentation. We've only just begun rolling this out though, so it is not available to everyone yet. It sounds like it is not enabled for your account yet, so&amp;nbsp;please continue to use the existing non-scopes functionality for now.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 17:07:37 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/App-Permissions-Scopes-But-where/m-p/435179#M1361</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-07-06T17:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: App Permissions\Scopes - But where?</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/App-Permissions-Scopes-But-where/m-p/435197#M1363</link>
      <description>&lt;P&gt;Thanks for clarifying.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- When is that expected for GA?&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Can I beta test it out?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 17:37:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/App-Permissions-Scopes-But-where/m-p/435197#M1363</guid>
      <dc:creator>umalik-pd</dc:creator>
      <dc:date>2020-07-06T17:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: App Permissions\Scopes - But where?</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/App-Permissions-Scopes-But-where/m-p/435217#M1366</link>
      <description>&lt;P&gt;I can't offer a particular date for general availability. If you'd like to opt-in early though, feel free to &lt;A href="https://www.dropbox.com/developers/contact" target="_self"&gt;open an API ticket&lt;/A&gt; from the relevant account and I'll ask the team if we can enable it for you.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 18:33:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/App-Permissions-Scopes-But-where/m-p/435217#M1366</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-07-06T18:33:06Z</dc:date>
    </item>
  </channel>
</rss>

