We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
Akansh Gautam
2 years agoExplorer | Level 4
Shared Folder Limit on Team Account
Hi Team, I am working on Team Account for development majorly on sharing folder and shared folders.
Code for sharing folder
try: response = dbx_client.with_path_root( pat...
- 2 years ago
1. No, the count for this limit is only referring to shared folders, not unshared parent folders.
2. The Dropbox API doesn't offer a way to just retrieve the current count with the Python SDK, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though. You can use sharing_list_folders and sharing_list_folders_continue to list and count shared folders as needed however.
Akansh Gautam
Explorer | Level 4
Hi Greg-DB thanks for reply
And for the limit in team account is 1500 shared folder for a particular folder and 30K for whole team account?
thanks and regards
Greg-DB
2 years agoDropbox Staff
Yes, those are the limits per the help center article.
- Akansh Gautam2 years agoExplorer | Level 4
Hi Greg-DB
Thanks for response.
I am working on team account and at root I have a folder named AppsTest (It has a shared_folder_id , using files_get_metadata api) so it it a shared folder?
In it I have another folder named Cases (AppsTest/Cases), it doesn't have any shared folder id, i.e. it is not shared folder?
1. So my first question is shared folder are only those which has shared_folder_id?
2. As you can see in screenshot Cases (no shared_folder_id), Beta (has Shared_folder_id), 2023 (not shared_folder_id) next Discharge has (shared_folder_id)
so for api limit of 1500 from where count is started?
is it from AppsTest or where?
Please reply asap
Thanks and Regards
- Greg-DB2 years agoDropbox Staff
1. Yes, folders that are not shared folders would not have shared_folder_id set.
2. The "Within a single folder, you can create up to 1,500 shared subfolders" limit applies to the number of shared folders underneath any folder.
About Discuss Dropbox Developer & API
Make connections with other developers
795 PostsLatest Activity: 5 days agoIf 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 or Facebook.
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!