I'm using DropBox Business Standard. The top level team space is My Team. Within that is a folder name WIP Folder. The list_folders API command shows that WIP Folder is not a team folder as is_team_folder is set to false. WIP Folder is a team folder though, it has the team folder icon referenced here:
https://help.dropbox.com/teams-admins/team-member/team-folders
In fact every folder returns "is_team_folder": false, I'm just using WIP Folder as an example. Here's the list_folders output.
Ehy is it not "is_team_folder": true?
{
"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"
}
}