<?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: Create team folder in business endpoint in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Create-team-folder-in-business-endpoint/m-p/286281#M17557</link>
    <description>&lt;P&gt;&lt;SPAN&gt;It sounds like your Business team is using&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.dropbox.com/help/business/team-space-overview" target="_self" rel="noopener noreferrer"&gt;the new team space and member folders configuration&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;that some teams have access to. In that case, you&amp;nbsp;shouldn't&amp;nbsp;use the /2/team/team_folder endpoints anymore. You should just&amp;nbsp;operate on files and folders in the team space instead, e.g., using &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-create_folder" target="_blank"&gt;/2/files/create_folder_v2&lt;/A&gt; via &lt;A href="https://www.dropbox.com/developers/documentation/http/teams#teams-member-file-access" target="_blank"&gt;the member file access feature&lt;/A&gt;.&amp;nbsp;&lt;/SPAN&gt;Please read &lt;A href="https://www.dropbox.com/developers/reference/namespace-guide" target="_blank"&gt;the Namespace Guide&lt;/A&gt; for details on how this works.&lt;/P&gt;</description>
    <pubDate>Wed, 25 Jul 2018 15:35:46 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2018-07-25T15:35:46Z</dc:date>
    <item>
      <title>Create team folder in business endpoint</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Create-team-folder-in-business-endpoint/m-p/286179#M17552</link>
      <description>&lt;P&gt;I am trying to create team folder with Dropbox Business Standard plan in dropbox api explorer&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;curl -X POST &lt;A href="https://api.dropboxapi.com/2/team/team_folder/create" target="_blank"&gt;https://api.dropboxapi.com/2/team/team_folder/create&lt;/A&gt; \&lt;BR /&gt;&amp;nbsp; --header 'Authorization: Bearer xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'\&lt;BR /&gt;&amp;nbsp; --header 'Content-Type: application/json' \&lt;BR /&gt;&amp;nbsp; --data '{"name":"test"}'&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;But it gives me following error&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp; "{&amp;nbsp;&amp;nbsp; "error_summary ": "invalid_account_type/endpoint/.",&lt;BR /&gt;&amp;nbsp; "error": {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ".tag": "invalid_account_type",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "invalid_account_type": {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ".tag": "endpoint"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp; },&lt;BR /&gt;&amp;nbsp; "user_message": {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "locale": "en",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "text": "You can’t create a team folder for this team"&lt;BR /&gt;&amp;nbsp; }&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;How can I create team folder and where it will be visible in UI?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:11:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Create-team-folder-in-business-endpoint/m-p/286179#M17552</guid>
      <dc:creator>saritafurtado</dc:creator>
      <dc:date>2019-05-29T09:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Create team folder in business endpoint</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Create-team-folder-in-business-endpoint/m-p/286281#M17557</link>
      <description>&lt;P&gt;&lt;SPAN&gt;It sounds like your Business team is using&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.dropbox.com/help/business/team-space-overview" target="_self" rel="noopener noreferrer"&gt;the new team space and member folders configuration&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;that some teams have access to. In that case, you&amp;nbsp;shouldn't&amp;nbsp;use the /2/team/team_folder endpoints anymore. You should just&amp;nbsp;operate on files and folders in the team space instead, e.g., using &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-create_folder" target="_blank"&gt;/2/files/create_folder_v2&lt;/A&gt; via &lt;A href="https://www.dropbox.com/developers/documentation/http/teams#teams-member-file-access" target="_blank"&gt;the member file access feature&lt;/A&gt;.&amp;nbsp;&lt;/SPAN&gt;Please read &lt;A href="https://www.dropbox.com/developers/reference/namespace-guide" target="_blank"&gt;the Namespace Guide&lt;/A&gt; for details on how this works.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jul 2018 15:35:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Create-team-folder-in-business-endpoint/m-p/286281#M17557</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-07-25T15:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: Create team folder in business endpoint</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Create-team-folder-in-business-endpoint/m-p/286387#M17569</link>
      <description>Will this work in advance plan ? I will be able to create multiple team folders in advanced plan?</description>
      <pubDate>Thu, 26 Jul 2018 04:26:03 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Create-team-folder-in-business-endpoint/m-p/286387#M17569</guid>
      <dc:creator>test0071</dc:creator>
      <dc:date>2018-07-26T04:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Create team folder in business endpoint</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Create-team-folder-in-business-endpoint/m-p/286463#M17576</link>
      <description>This isn't about your plan level (Standard or Advanced) but rather just about whether or not the team is using the new "team space" configuration:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/help/business/team-space-overview" target="_blank"&gt;https://www.dropbox.com/help/business/team-space-overview&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If the team is using the team space configuration, you should just create folders in the team space, per my earlier reply. If the team is not using the team space configuration, you should use the team_folder endpoints. In either case, you can have multiple folders.</description>
      <pubDate>Thu, 26 Jul 2018 14:29:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Create-team-folder-in-business-endpoint/m-p/286463#M17576</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-07-26T14:29:08Z</dc:date>
    </item>
  </channel>
</rss>

