<?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: Provisioning team folders and groups with the same API token in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Provisioning-team-folders-and-groups-with-the-same-API-token/m-p/438315#M23106</link>
    <description>&lt;P&gt;Currently, it's not possible to register an app for both&amp;nbsp;"team member file access" and "team member management". So, if you do need access to both of those types, you would need to register two apps and have the user connect both of them, to get two access tokens.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are currently starting to roll out a new permission system though, based on "scopes". With the new system, you can choose the specific "scopes",&amp;nbsp;i.e., the ability to access different pieces of functionality, that your app need access to. You can find more information on this in &lt;A href="https://www.dropbox.com/lp/developers/reference/oauth-guide" target="_self"&gt;the new OAuth Guide&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, with scopes, you could register a single app with the team_data.member, team_data.team_space, and groups.write scopes, for instance, to get access to all of the corresponding functionality from a single app/access token. You can find which scope each endpoint requires in &lt;A href="https://www.dropbox.com/developers/documentation/http/teams" target="_self"&gt;the documentation&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This feature is not rolled out to everyone yet. You can check if it's available on your account by looking at the app creation page, to see if "Scoped access" is available in step 2 for your account. If you don't see that, it's not yet enabled for you. If it's not enabled for you but&amp;nbsp;you'd like to opt-in early, 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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Jul 2020 16:03:04 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2020-07-17T16:03:04Z</dc:date>
    <item>
      <title>Provisioning team folders and groups with the same API token</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Provisioning-team-folders-and-groups-with-the-same-API-token/m-p/438213#M23103</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm working on an app which sets up both a team folder and a group for access. It seems to me that my API token requires both the "Team member file access" permission to create the folder AND the "Team member management" permission to create and add to the access group. However, these permissions appear to be mutually exclusive.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do I really need to use 2 different tokens to achieve this? Or is there an alternative approach?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2020 10:22:33 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Provisioning-team-folders-and-groups-with-the-same-API-token/m-p/438213#M23103</guid>
      <dc:creator>tomdawes</dc:creator>
      <dc:date>2020-07-17T10:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: Provisioning team folders and groups with the same API token</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Provisioning-team-folders-and-groups-with-the-same-API-token/m-p/438315#M23106</link>
      <description>&lt;P&gt;Currently, it's not possible to register an app for both&amp;nbsp;"team member file access" and "team member management". So, if you do need access to both of those types, you would need to register two apps and have the user connect both of them, to get two access tokens.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are currently starting to roll out a new permission system though, based on "scopes". With the new system, you can choose the specific "scopes",&amp;nbsp;i.e., the ability to access different pieces of functionality, that your app need access to. You can find more information on this in &lt;A href="https://www.dropbox.com/lp/developers/reference/oauth-guide" target="_self"&gt;the new OAuth Guide&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, with scopes, you could register a single app with the team_data.member, team_data.team_space, and groups.write scopes, for instance, to get access to all of the corresponding functionality from a single app/access token. You can find which scope each endpoint requires in &lt;A href="https://www.dropbox.com/developers/documentation/http/teams" target="_self"&gt;the documentation&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This feature is not rolled out to everyone yet. You can check if it's available on your account by looking at the app creation page, to see if "Scoped access" is available in step 2 for your account. If you don't see that, it's not yet enabled for you. If it's not enabled for you but&amp;nbsp;you'd like to opt-in early, 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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2020 16:03:04 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Provisioning-team-folders-and-groups-with-the-same-API-token/m-p/438315#M23106</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-07-17T16:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Provisioning team folders and groups with the same API token</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Provisioning-team-folders-and-groups-with-the-same-API-token/m-p/438682#M23111</link>
      <description>&lt;P&gt;Thank you Greg K.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2020 08:42:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Provisioning-team-folders-and-groups-with-the-same-API-token/m-p/438682#M23111</guid>
      <dc:creator>tomdawes</dc:creator>
      <dc:date>2020-07-20T08:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: Provisioning team folders and groups with the same API token</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Provisioning-team-folders-and-groups-with-the-same-API-token/m-p/455474#M23498</link>
      <description>&lt;P&gt;Quick update: the new scopes feature is fully rolled out now:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://dropbox.tech/developers/now-available--scoped-apps-and-enhanced-permissions" target="_self" rel="nofollow noopener noreferrer noopener noreferrer"&gt;https://dropbox.tech/developers/now-available--scoped-apps-and-enhanced-permissions&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 19:33:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Provisioning-team-folders-and-groups-with-the-same-API-token/m-p/455474#M23498</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-09-22T19:33:52Z</dc:date>
    </item>
  </channel>
</rss>

