<?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: is_team_folder returns false for team folders in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/is-team-folder-returns-false-for-team-folders/m-p/377293#M21154</link>
    <description>&lt;P&gt;Well, the API documentaion references the application documentation.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://www.dropboxforum.com/t5/image/serverpage/image-id/12120i6CA874CF9D2AB8C3/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="db team2.jpg" title="db team2.jpg" /&gt;&lt;/P&gt;&lt;P&gt;The &lt;STRONG&gt;team folder&lt;/STRONG&gt; link points to&amp;nbsp;&lt;A href="https://help.dropbox.com/teams-admins/team-member/team-folders" target="_blank" rel="noopener noreferrer noopener noreferrer"&gt;https://help.dropbox.com/teams-admins/team-member/team-folders&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This clearly implies that is_team_folder should return true for any folder that DropBox is calling a Team folder. The fact that it doesn't is a fail on the part of DB.&lt;/P&gt;</description>
    <pubDate>Fri, 08 Nov 2019 13:45:00 GMT</pubDate>
    <dc:creator>chrismcfarling</dc:creator>
    <dc:date>2019-11-08T13:45:00Z</dc:date>
    <item>
      <title>is_team_folder returns false for team folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/is-team-folder-returns-false-for-team-folders/m-p/377171#M21148</link>
      <description>&lt;P&gt;I'm using DropBox Business Standard. The top level team space is &lt;STRONG&gt;My Team&lt;/STRONG&gt;. Within that is a folder name &lt;STRONG&gt;WIP Folder&lt;/STRONG&gt;. The list_folders API command shows that &lt;STRONG&gt;WIP Folder&lt;/STRONG&gt; is not a &lt;EM&gt;team folder&lt;/EM&gt; as&amp;nbsp;&lt;STRONG&gt;is_team_folder&lt;/STRONG&gt; is set to false. WIP Folder is a team folder though, it has the team folder icon referenced here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.dropbox.com/teams-admins/team-member/team-folders" target="_blank" rel="noopener"&gt;https://help.dropbox.com/teams-admins/team-member/team-folders&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;In fact every folder returns&amp;nbsp;"is_team_folder": false, I'm just using WIP Folder as an example. Here's the list_folders output.&lt;/P&gt;
&lt;P&gt;Ehy is it not&amp;nbsp;&lt;EM&gt;"is_team_folder": true&lt;/EM&gt;?&lt;/P&gt;
&lt;PRE&gt;{
      "access_type": {
        ".tag": "editor"
      },
      "is_inside_team_folder": true,
      "is_team_folder": false,
      "owner_team": {
        "id": "dbtid:AACFOnUrcjz66yWgLJTSWqQf0kuygwfhieh",
        "name": "My Team"
      },
      "parent_folder_name": "",
      "name": "WIP Folder",
      "policy": {
        "member_policy": {
          ".tag": "anyone"
        },
        "resolved_member_policy": {
          ".tag": "anyone"
        },
        "acl_update_policy": {
          ".tag": "editors"
        },
        "shared_link_policy": {
          ".tag": "anyone"
        },
        "viewer_info_policy": {
          ".tag": "enabled"
        }
      },
      "preview_url": "https://www.dropbox.com/scl/fo/zcabfx72968vk68a3bc19/AABxxIGsJbwfVYUawTYfgdfv?dl=0",
      "shared_folder_id": "6598198444",
      "time_invited": "2019-11-06T23:09:57Z",
      "access_inheritance": {
        ".tag": "inherit"
      }
    }&lt;/PRE&gt;</description>
      <pubDate>Thu, 07 Nov 2019 23:33:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/is-team-folder-returns-false-for-team-folders/m-p/377171#M21148</guid>
      <dc:creator>chrismcfarling</dc:creator>
      <dc:date>2019-11-07T23:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: is_team_folder returns false for team folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/is-team-folder-returns-false-for-team-folders/m-p/377181#M21149</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1228666"&gt;@chrismcfarling&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;... The top level team space is &lt;STRONG&gt;My Team&lt;/STRONG&gt;. Within that is a folder name &lt;STRONG&gt;WIP Folder&lt;/STRONG&gt;. The list_folders API command shows that &lt;STRONG&gt;WIP Folder&lt;/STRONG&gt; is not a &lt;EM&gt;team folder&lt;/EM&gt; as&amp;nbsp;&lt;STRONG&gt;is_team_folder&lt;/STRONG&gt; is set to false. ...&lt;/P&gt;&lt;P&gt;In fact every folder returns&amp;nbsp;"is_team_folder": false, ...&lt;/P&gt;&lt;PRE&gt;{
      ...,
      "is_inside_team_folder": true,
      "is_team_folder": false,
      ...
    }&lt;/PRE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1228666"&gt;@chrismcfarling&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Technically, your folder is folder inside a team folder (as you have described above and is denoted in JSON). Byself it's not a team folder ( it's not a root! ). &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@F55D1311E4D274BF094217A54A6087D3/images/emoticons/1f609.png" alt=":wink:" title=":wink:" /&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 22:44:27 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/is-team-folder-returns-false-for-team-folders/m-p/377181#M21149</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2019-11-07T22:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: is_team_folder returns false for team folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/is-team-folder-returns-false-for-team-folders/m-p/377184#M21150</link>
      <description>&lt;P&gt;According to DB documentation here&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.dropbox.com/teams-admins/team-member/team-folders" target="_blank" rel="noopener noreferrer"&gt;https://help.dropbox.com/teams-admins/team-member/team-folders&lt;/A&gt;&lt;/P&gt;&lt;P&gt;any folder created under the root that the team has access to should be a team folder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="db team.jpg" style="width: 517px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/12109i08715E416BE43C79/image-size/large?v=v2&amp;amp;px=999" role="button" title="db team.jpg" alt="db team.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 22:53:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/is-team-folder-returns-false-for-team-folders/m-p/377184#M21150</guid>
      <dc:creator>chrismcfarling</dc:creator>
      <dc:date>2019-11-07T22:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: is_team_folder returns false for team folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/is-team-folder-returns-false-for-team-folders/m-p/377190#M21151</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1228666"&gt;@chrismcfarling&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Yes, that's true, but you point to Dropbox application documentation, not the API one! Unfortunately Dropbox documents are ambiguous very often and there is space for improvements. You can take a closer look on the API point documentation you are using (as much as possible - yes not very clear description, but ... ) or &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-check_share_job_status" target="_blank" rel="noopener"&gt;here&lt;/A&gt; for example.&lt;/P&gt;&lt;P&gt;PS: As far as I can see what you try achieve, possible solution might be or-ing result of both flags above. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@F55D1311E4D274BF094217A54A6087D3/images/emoticons/1f609.png" alt=":wink:" title=":wink:" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 23:46:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/is-team-folder-returns-false-for-team-folders/m-p/377190#M21151</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2019-11-07T23:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: is_team_folder returns false for team folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/is-team-folder-returns-false-for-team-folders/m-p/377293#M21154</link>
      <description>&lt;P&gt;Well, the API documentaion references the application documentation.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://www.dropboxforum.com/t5/image/serverpage/image-id/12120i6CA874CF9D2AB8C3/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="db team2.jpg" title="db team2.jpg" /&gt;&lt;/P&gt;&lt;P&gt;The &lt;STRONG&gt;team folder&lt;/STRONG&gt; link points to&amp;nbsp;&lt;A href="https://help.dropbox.com/teams-admins/team-member/team-folders" target="_blank" rel="noopener noreferrer noopener noreferrer"&gt;https://help.dropbox.com/teams-admins/team-member/team-folders&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This clearly implies that is_team_folder should return true for any folder that DropBox is calling a Team folder. The fact that it doesn't is a fail on the part of DB.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 13:45:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/is-team-folder-returns-false-for-team-folders/m-p/377293#M21154</guid>
      <dc:creator>chrismcfarling</dc:creator>
      <dc:date>2019-11-08T13:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: is_team_folder returns false for team folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/is-team-folder-returns-false-for-team-folders/m-p/377328#M21157</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1228666"&gt;@chrismcfarling&lt;/a&gt;&amp;nbsp;Thanks for the feedback, and apologies for confusion!&amp;nbsp;Здравко is correct, in terms of the&amp;nbsp;Dropbox API, the folder you referenced is not itself a team folder, but rather just contained inside a team folder. Accordingly, by default it inherits the access properties of the parent team folder.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 15:37:43 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/is-team-folder-returns-false-for-team-folders/m-p/377328#M21157</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-11-08T15:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: is_team_folder returns false for team folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/is-team-folder-returns-false-for-team-folders/m-p/377336#M21159</link>
      <description>&lt;P&gt;Well then your documentation is all wrong. From what you're saying there is only a single team folder at the top level. All documentaion states that any folder within the team space, which has the building icon, is a team folder.&lt;/P&gt;&lt;P&gt;And from what I can tell the&amp;nbsp;&lt;SPAN&gt;list_folders API command doesn't return any information on the top level team folder. So in what scenario would is_team_folder even be true?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 16:05:59 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/is-team-folder-returns-false-for-team-folders/m-p/377336#M21159</guid>
      <dc:creator>chrismcfarling</dc:creator>
      <dc:date>2019-11-08T16:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: is_team_folder returns false for team folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/is-team-folder-returns-false-for-team-folders/m-p/377375#M21161</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1228666"&gt;@chrismcfarling&lt;/a&gt;&amp;nbsp;Thanks for following up. I'll send this along to the team to request they make the documentation clearer.&lt;/P&gt;
&lt;P&gt;For reference, there are two different configurations that a Business team can use.&amp;nbsp;The older non-team space configuration allowed users to mount multiple team folders under their member folders, where each team folder would come up in the API as a team folder.&lt;/P&gt;
&lt;P&gt;For the newer team space configuration, only the team space itself is considered a team folder.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's an example of a call I just made on a test team using the team space configuration showing the team space itself showing "is_team_folder": true:&lt;/P&gt;
&lt;PRE&gt;curl -X POST https://api.dropboxapi.com/2/sharing/get_folder_metadata \
    --header "Authorization: Bearer &amp;lt;REDACTED&amp;gt;" \
    --header "Content-Type: application/json" \
    --data "{\"shared_folder_id\": \"1990815600\"}"

# {
#   "access_type": {
#     ".tag": "editor"
#   },
#   "is_inside_team_folder": false,
#   "is_team_folder": true,
#   "owner_team": {
#     "id": "&amp;lt;REDACTED&amp;gt;",
#     "name": "&amp;lt;REDACTED&amp;gt;"
#   },
#   "name": "&amp;lt;REDACTED&amp;gt;",
#   "policy": {
#     "member_policy": {
#       ".tag": "anyone"
#     },
#     "resolved_member_policy": {
#       ".tag": "anyone"
#     },
#     "acl_update_policy": {
#       ".tag": "editors"
#     },
#     "shared_link_policy": {
#       ".tag": "anyone"
#     },
#     "viewer_info_policy": {
#       ".tag": "enabled"
#     }
#   },
#   "preview_url": "&amp;lt;REDACTED&amp;gt;",
#   "shared_folder_id": "1990815600",
#   "time_invited": "2017-12-15T19:23:33Z",
#   "access_inheritance": {
#     ".tag": "inherit"
#   }
# }&lt;/PRE&gt;</description>
      <pubDate>Fri, 08 Nov 2019 18:48:19 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/is-team-folder-returns-false-for-team-folders/m-p/377375#M21161</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-11-08T18:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: is_team_folder returns false for team folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/is-team-folder-returns-false-for-team-folders/m-p/377378#M21162</link>
      <description>&lt;P&gt;How did you retrieve the shared_folder_id of the team folder to use with the get_folder_metadata command?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 19:00:57 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/is-team-folder-returns-false-for-team-folders/m-p/377378#M21162</guid>
      <dc:creator>chrismcfarling</dc:creator>
      <dc:date>2019-11-08T19:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: is_team_folder returns false for team folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/is-team-folder-returns-false-for-team-folders/m-p/377379#M21163</link>
      <description>&lt;P&gt;&lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@AEF569BFDD1DD3EB9180949D237CD92A/images/emoticons/1f600.png" alt=":grinning:" title=":grinning:" /&gt; Take a look on your initial post:&lt;/P&gt;&lt;PRE&gt;"shared_folder_id": "6598198444"&lt;/PRE&gt;&lt;P&gt;&lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@F55D1311E4D274BF094217A54A6087D3/images/emoticons/1f609.png" alt=":wink:" title=":wink:" /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 19:08:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/is-team-folder-returns-false-for-team-folders/m-p/377379#M21163</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2019-11-08T19:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: is_team_folder returns false for team folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/is-team-folder-returns-false-for-team-folders/m-p/377381#M21164</link>
      <description>&lt;P&gt;6598198444 is the shared_folder_id of the &lt;STRONG&gt;WIP Folder&lt;/STRONG&gt; folder, not the parent team folder. How do I get the parent team folder id?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 19:12:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/is-team-folder-returns-false-for-team-folders/m-p/377381#M21164</guid>
      <dc:creator>chrismcfarling</dc:creator>
      <dc:date>2019-11-08T19:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: is_team_folder returns false for team folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/is-team-folder-returns-false-for-team-folders/m-p/377382#M21165</link>
      <description>&lt;P&gt;Empty folder name: ""&lt;/P&gt;&lt;PRE&gt;"parent_folder_name": "",&lt;/PRE&gt;</description>
      <pubDate>Fri, 08 Nov 2019 19:14:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/is-team-folder-returns-false-for-team-folders/m-p/377382#M21165</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2019-11-08T19:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: is_team_folder returns false for team folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/is-team-folder-returns-false-for-team-folders/m-p/377385#M21166</link>
      <description>&lt;P&gt;I'm not sure what that means. In Gregs last example he used the&amp;nbsp;&lt;SPAN&gt;shared_folder_id of the top level team folder. Nothing I've seen so far shows me how to retrieve the&amp;nbsp;shared_folder_id of that top level folder.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 19:21:47 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/is-team-folder-returns-false-for-team-folders/m-p/377385#M21166</guid>
      <dc:creator>chrismcfarling</dc:creator>
      <dc:date>2019-11-08T19:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: is_team_folder returns false for team folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/is-team-folder-returns-false-for-team-folders/m-p/377386#M21167</link>
      <description>&lt;P&gt;&lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@BEEAA17610EBE252DA0E57250B296A61/images/emoticons/1f642.png" alt=":slight_smile:" title=":slight_smile:" /&gt; Where comes the result you has initially post from? &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@86FF27E33EE6AE58E01795BD66324A7F/images/emoticons/1f914.png" alt=":thinking:" title=":thinking:" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 19:27:09 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/is-team-folder-returns-false-for-team-folders/m-p/377386#M21167</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2019-11-08T19:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: is_team_folder returns false for team folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/is-team-folder-returns-false-for-team-folders/m-p/377389#M21168</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1228666"&gt;@chrismcfarling&lt;/a&gt;&amp;nbsp;There are a few ways you can get the team space ID. For instance, you can get it from the 'root_info' returned by&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#users-get_current_account" target="_self"&gt;/2/users/get_current_account&lt;/A&gt;:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;curl -X POST https://api.dropboxapi.com/2/users/get_current_account \
    --header "Authorization: Bearer &amp;lt;redacted&amp;gt;"

# {
# &amp;lt;redacted&amp;gt;
#   "root_info": {
#     ".tag": "team",
#     "root_namespace_id": "1990815600",
#     "home_namespace_id": "1990696960",
#     "home_path": "/db test"
#   }
# }&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or, if you're using a&amp;nbsp;Dropbox Business API app with the team member file access permission, you can get it from&amp;nbsp;&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;[&lt;A href="https://www.dropbox.com/developers/documentation/http/teams#team-team_folder-list-continue" target="_self"&gt;/continue&lt;/A&gt;] or &lt;A href="https://www.dropbox.com/developers/documentation/http/teams#team-namespaces-list" target="_self"&gt;/2/team/namespaces/list&lt;/A&gt;[&lt;A href="https://www.dropbox.com/developers/documentation/http/teams#team-namespaces-list-continue" target="_self"&gt;/continue&lt;/A&gt;]:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;curl -X POST https://api.dropboxapi.com/2/team/team_folder/list \
    --header "Authorization: Bearer &amp;lt;redacted&amp;gt;" \
    --header "Content-Type: application/json" \
    --data "{}"

# {
#   "team_folders": [
#     {
#       "team_folder_id": "1990815600",
#       "name": "&amp;lt;redacted&amp;gt;",
#       "status": {
#         ".tag": "active"
#       },
#       "is_team_shared_dropbox": true,
#       "sync_setting": {
#         ".tag": "default"
#       },
#       "content_sync_settings": []
#     }
#   ],
# &amp;lt;redacted&amp;gt;
# }&lt;/PRE&gt;
&lt;PRE&gt;curl -X POST https://api.dropboxapi.com/2/team/namespaces/list \
    --header "Authorization: Bearer &amp;lt;redacted&amp;gt;" \
    --header "Content-Type: application/json" \
    --data "{}"

# {
#   "namespaces": [
#     {
#       "name": "&amp;lt;redacted&amp;gt;",
#       "namespace_id": "1990815600",
#       "namespace_type": {
#         ".tag": "team_folder"
#       }
#     },
# &amp;lt;redacted&amp;gt;
#   ],
# &amp;lt;redacted&amp;gt;
# }&lt;/PRE&gt;
&lt;P&gt;I&amp;nbsp;recommend reading &lt;A href="https://www.dropbox.com/developers/reference/namespace-guide" target="_self"&gt;the Namespace Guide&lt;/A&gt; as it goes over some of these topics.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 19:30:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/is-team-folder-returns-false-for-team-folders/m-p/377389#M21168</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-11-08T19:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: is_team_folder returns false for team folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/is-team-folder-returns-false-for-team-folders/m-p/377390#M21169</link>
      <description>&lt;P&gt;Got it, thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 19:35:47 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/is-team-folder-returns-false-for-team-folders/m-p/377390#M21169</guid>
      <dc:creator>chrismcfarling</dc:creator>
      <dc:date>2019-11-08T19:35:47Z</dc:date>
    </item>
  </channel>
</rss>

