<?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 Adding group to the Team Folder using API not working in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Adding-group-to-the-Team-Folder-using-API-not-working/m-p/292562#M17849</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am having issues with the dropbox api v2&lt;/P&gt;&lt;P&gt;I am trying to add group to team folder using the&amp;nbsp;&lt;STRONG&gt;&lt;SPAN class="hljs-number"&gt;2&lt;/SPAN&gt;/sharing/add_folder_member&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I am sending the request with this body:&lt;/P&gt;&lt;PRE&gt;{
  "shared_folder_id": :team_folder_id,
  "members": [
    {
      "member": {
        ".tag": "dropbox_id",
        "dropbox_id": :group_id
      },
      "access_level": {
        ".tag": "editor"
      }
    }
  ]
}&lt;/PRE&gt;&lt;P&gt;, and headers:&lt;/P&gt;&lt;PRE&gt;Authorization [Bearer :team_member_file_access_token],&lt;/PRE&gt;&lt;PRE&gt;&lt;SPAN&gt;Dropbox-API-Select-User &lt;/SPAN&gt;[:business_account_owner_team_member_id]&lt;/PRE&gt;&lt;P&gt;The provided user in the headers is member of the group&lt;/P&gt;&lt;P&gt;This api call was working fine before, but since the last week always gives&amp;nbsp;&lt;STRONG&gt;access_error -&amp;nbsp;not_a_member &lt;/STRONG&gt;error.&lt;/P&gt;&lt;P&gt;Can you please tell me how to fix&amp;nbsp;this or if there is another&amp;nbsp;way to add group to team folder?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Borche&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:10:58 GMT</pubDate>
    <dc:creator>petrovski</dc:creator>
    <dc:date>2019-05-29T09:10:58Z</dc:date>
    <item>
      <title>Adding group to the Team Folder using API not working</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Adding-group-to-the-Team-Folder-using-API-not-working/m-p/292562#M17849</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am having issues with the dropbox api v2&lt;/P&gt;&lt;P&gt;I am trying to add group to team folder using the&amp;nbsp;&lt;STRONG&gt;&lt;SPAN class="hljs-number"&gt;2&lt;/SPAN&gt;/sharing/add_folder_member&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I am sending the request with this body:&lt;/P&gt;&lt;PRE&gt;{
  "shared_folder_id": :team_folder_id,
  "members": [
    {
      "member": {
        ".tag": "dropbox_id",
        "dropbox_id": :group_id
      },
      "access_level": {
        ".tag": "editor"
      }
    }
  ]
}&lt;/PRE&gt;&lt;P&gt;, and headers:&lt;/P&gt;&lt;PRE&gt;Authorization [Bearer :team_member_file_access_token],&lt;/PRE&gt;&lt;PRE&gt;&lt;SPAN&gt;Dropbox-API-Select-User &lt;/SPAN&gt;[:business_account_owner_team_member_id]&lt;/PRE&gt;&lt;P&gt;The provided user in the headers is member of the group&lt;/P&gt;&lt;P&gt;This api call was working fine before, but since the last week always gives&amp;nbsp;&lt;STRONG&gt;access_error -&amp;nbsp;not_a_member &lt;/STRONG&gt;error.&lt;/P&gt;&lt;P&gt;Can you please tell me how to fix&amp;nbsp;this or if there is another&amp;nbsp;way to add group to team folder?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Borche&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:10:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Adding-group-to-the-Team-Folder-using-API-not-working/m-p/292562#M17849</guid>
      <dc:creator>petrovski</dc:creator>
      <dc:date>2019-05-29T09:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Adding group to the Team Folder using API not working</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Adding-group-to-the-Team-Folder-using-API-not-working/m-p/292621#M17851</link>
      <description>&lt;P&gt;[Cross-linking for reference:&amp;nbsp;&lt;A href="https://stackoverflow.com/questions/51929171/adding-group-to-the-team-folder-using-api-not-working" target="_blank"&gt;https://stackoverflow.com/questions/51929171/adding-group-to-the-team-folder-using-api-not-working&lt;/A&gt; ]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I believe this is due to a&amp;nbsp;&lt;SPAN&gt;change in how our membership model works for operations in team folders like this.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We're looking into that change, but&amp;nbsp;to make this work, please use &lt;A href="https://www.dropbox.com/developers/documentation/http/teams#teams-member-file-access" target="_blank"&gt;the "Member file access"&amp;nbsp;feature with an app with the "team member file access" permission, and use the "Dropbox-API-Select-Admin" header with the team member ID of an admin instead&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Aug 2018 13:40:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Adding-group-to-the-Team-Folder-using-API-not-working/m-p/292621#M17851</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-08-20T13:40:40Z</dc:date>
    </item>
  </channel>
</rss>

