We’re Still Here to Help (Even Over the Holidays!) - find out more here.
Forum Discussion
sam93
7 years agoExplorer | Level 3
How to create a folder outside the App Folder or User's Dropbox through the Business Endpoint?
Hi Experts, We want to create a folder outside the User's Dropbox root folder using the Business Endpoint. Here is an example, I want to create a folder say Sales outside the Sam Sam (which is the ...
- 7 years ago
It looks like your team is using the "team space" configuration and you want to use the Dropbox API to operate inside that team space.
Dropbox API calls default to the member folder, but you can set them to work in the team space if you want. For information on how to do so, please refer to the Namespace Guide:
https://www.dropbox.com/developers/reference/namespace-guide
Note that you'll need to use a "full Dropbox" Dropbox API app (or "team member file access" Dropbox Business API app) to do so. Apps with the "app folder" permission can't access the team space.
Greg-DB
Dropbox Community Moderator
7 years agoYes, there are still teams not using the team space configuration. Dropbox doesn't offer a way to revert a team to not using the team space configuration though.
And yes, in order to know how to manage the folders, you can check what configuration a user's team is on by checking the 'root_info' returned by /2/users/get_current_account. A 'TeamRootInfo' (with a '.tag' of 'team') indicates the team uses the team space; a 'UserRootInfo' (with '.tag' of 'user') indicates they do not.
Likewise, on the Dropbox Business API, you can check using /2/team/features/get_values. The returned 'has_team_shared_dropbox' feature value will tell you if the team uses the team space configuration.
sam93
7 years agoExplorer | Level 3
Hi Greg,
Thanks a lot for the information.
In either of the case, whether the team is configured as "Team Space" or not, we can continue using create_folder_v2, correct? Even the same would work if it is an individual Dropbox, right?
Thanks,
Sam
About Discuss Dropbox Developer & API
Make connections with 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!