Your workflow is unique 👨‍💻 -  tell us how you use Dropbox here.

Forum Discussion

SRyther's avatar
SRyther
New member | Level 2
1 month ago

Team Folder API access in a Standard plan

Forgive me if this information is already available, but I haven't immediately been able to find it. I'm in a scenario where I would like to sync data from a third-party application to team folders in dropbox. My organization is currently operating under a Standard license.

I know team folders are a concept in a Standard plan, because I can create them. However, my understanding is that to use the API to send files to them specifically, I need to make use of team folder namespace Ids in my headers. And from what I can tell, there are several API endpoints to retrieve the namespace ID of a given folder, such as team/team_folder/get_info and files/get_metadata. However, while I can hit these endpoints, they do not retrieve any information about folder namepace Ids, and I think what I am now reading is that that information simply isn't available unless you are operating under a Business or Enterprise license.

Is this conclusion accurate? Is there a way to retrieve / use team folder namespace Ids under a Standard license, to sync files to specific team folders? If so, how? 

Thanks in advance for your help, and sorry again if this information is already available and I'm just missing it.

1 Reply

  • DB-Des's avatar
    DB-Des
    Icon for Dropbox Community Moderator rankDropbox Community Moderator
    1 month ago

    Hi SRyther​ 

    Access to the Dropbox API is free and doesn't require a specific paid plan. While some endpoints may return additional data for certain account types, the endpoints you mentioned — /2/team/team_folder/get_info and /2/files/get_metadata — are not "paid-plan-only" endpoints by themselves.

    As far as retrieving team folder namespace IDs, you should be able to do it by calling /2/team/namespaces/list

    If you are seeing unexpected results or errors, please reply with:

    • the name and version number of the platform and SDK/library you are using, if any
    • the steps to reproduce the issue, including relevant code snippet(s), but don't include any access or refresh token(s)
    • the full text of any error or unexpected output

     

     

About Discuss Dropbox Developer and API

Node avatar for Discuss Dropbox Developer and API
Explore Dropbox Developer & API discussions with developers like you.

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!