<?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: Business - Team Folders account (not team spaces) in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Business-Team-Folders-account-not-team-spaces/m-p/595397#M27669</link>
    <description>&lt;P&gt;1) Yes, follow the instructions under "How do I test my application?" on &lt;A href="https://www.dropbox.com/developers/support" target="_blank"&gt;https://www.dropbox.com/developers/support&lt;/A&gt; to request a test team for testing the Dropbox Business API. That should give you a non-team-space team by default.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) Yes, to list the team folders for a non-team-space team, you would use &lt;A href="https://www.dropbox.com/developers/documentation/http/teams#team-team_folder-list" target="_self"&gt;/2/team/team_folder/list&lt;/A&gt; and &lt;A href="https://www.dropbox.com/developers/documentation/http/teams#team-team_folder-list-continue" target="_blank"&gt;/2/team/team_folder/list/continue&lt;/A&gt;. (The result from &lt;A href="https://www.dropbox.com/developers/documentation/http/teams#team-namespaces-list" target="_self"&gt;/2/team/namespaces/list&lt;/A&gt; and &lt;A href="https://www.dropbox.com/developers/documentation/http/teams#team-namespaces-list-continue" target="_self"&gt;/2/team/namespaces/list/continue&lt;/A&gt; would include team folders as well.) In any case though, to list all of the contents under a particular path (team space or not), you would still use &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_blank"&gt;/2/files/list_folder&lt;/A&gt; and &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_blank"&gt;/2/files/list_folder/continue&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Thu, 05 May 2022 17:08:29 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2022-05-05T17:08:29Z</dc:date>
    <item>
      <title>Business - Team Folders account (not team spaces)</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Business-Team-Folders-account-not-team-spaces/m-p/595379#M27668</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a business customer whose backend is still "Team Folders" and not "Team Spaces"... My integration doesn't work for him, and I can't really test it properly because I can't create a "Team Folders" business account... Already created business trials twice - and looks like "Team Spaces" is currently default account type.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm referring to:&amp;nbsp;&lt;A href="https://developers.dropbox.com/dbx-team-files-guide" target="_blank" rel="noopener"&gt;https://developers.dropbox.com/dbx-team-files-guide&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The part that doesn't work right for him is basically listing all his team folders (root only - without subfolders). I was using /namespaces/list - but this resulted with huge number of records, including subfolders... What I come up with is:&lt;/P&gt;
&lt;P&gt;1. For Team Spaces - using /files/list_folder, with:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;-&amp;nbsp;Dropbox-API-Select-User - pointing to admin user team_member_id&lt;/P&gt;
&lt;P&gt;&amp;nbsp;-&amp;nbsp;Dropbox-API-Path-Root - pointing to namespace_id - where namespace_id is the root namespace of the team&lt;/P&gt;
&lt;P&gt;I tested this part - and looks like it's good&lt;/P&gt;
&lt;P&gt;2. For Team Folders - using /team/team_folder/list&lt;/P&gt;
&lt;P&gt;I can't test this part - since my test account is in team spaces - this endpoint always return 1 record&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Question 1) Can I create an older "Team Folders" account - or request downgrade from existing "Team Spaces" account? I would realy like to test integrations before providing to customer.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Question 2) Is my API calls proper for what I'm trying to achieve, or should I look for alternate solution?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 07 May 2022 00:04:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Business-Team-Folders-account-not-team-spaces/m-p/595379#M27668</guid>
      <dc:creator>wojwal_y</dc:creator>
      <dc:date>2022-05-07T00:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: Business - Team Folders account (not team spaces)</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Business-Team-Folders-account-not-team-spaces/m-p/595397#M27669</link>
      <description>&lt;P&gt;1) Yes, follow the instructions under "How do I test my application?" on &lt;A href="https://www.dropbox.com/developers/support" target="_blank"&gt;https://www.dropbox.com/developers/support&lt;/A&gt; to request a test team for testing the Dropbox Business API. That should give you a non-team-space team by default.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) Yes, to list the team folders for a non-team-space team, you would use &lt;A href="https://www.dropbox.com/developers/documentation/http/teams#team-team_folder-list" target="_self"&gt;/2/team/team_folder/list&lt;/A&gt; and &lt;A href="https://www.dropbox.com/developers/documentation/http/teams#team-team_folder-list-continue" target="_blank"&gt;/2/team/team_folder/list/continue&lt;/A&gt;. (The result from &lt;A href="https://www.dropbox.com/developers/documentation/http/teams#team-namespaces-list" target="_self"&gt;/2/team/namespaces/list&lt;/A&gt; and &lt;A href="https://www.dropbox.com/developers/documentation/http/teams#team-namespaces-list-continue" target="_self"&gt;/2/team/namespaces/list/continue&lt;/A&gt; would include team folders as well.) In any case though, to list all of the contents under a particular path (team space or not), you would still use &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_blank"&gt;/2/files/list_folder&lt;/A&gt; and &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_blank"&gt;/2/files/list_folder/continue&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 17:08:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Business-Team-Folders-account-not-team-spaces/m-p/595397#M27669</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-05-05T17:08:29Z</dc:date>
    </item>
  </channel>
</rss>

