Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
benjaminkromer
5 years agoExplorer | Level 4
/team_folder/list gives has_more false altough the Team has a shared Folder with full permissions
Hey folks,
we just testing the Business Advanced Plan.
Wenn calling the https://api.dropboxapi.com/2/team/team_folder/list I get the "has_more" key with value false as response.
POSTing the cur...
- 5 years ago
Yes, you need to set the Dropbox-API-Path-Root header in order to root an API call in the team space (to access those other folders shown in your screenshot). The Team Files Guide goes over how to do this. That is, you can get the root_namespace_id value from /2/users/get_current_account and use that in the Dropbox-API-Path-Root header value.
Greg-DB
Dropbox Community Moderator
5 years agoIt sounds like your team is set up to use the "team space" configuration, so the /2/team/team_folder/list[/continue] interface will only list the team's "team space" (or "shared workspace").
For teams with this configuration, you can list the contents of the team space directly using the /2/files/list_folder[/continue] endpoints. Please refer to the Team Files Guide for information on interacting with the team space via the API.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!