Learn how to make the most out of the Dropbox Community here 💙.
Learn how to make the most out of the Dropbox Community here 💙.
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(
path_root=pr
).sharing_share_folder(path=f"{path}", force_async=force_async)
if response.is_complete():
return response.get_complete()
return response
except DropboxException as e:
Logger.info(e)
Suddenly this api starts giving error, after some logs i found error (below)
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.
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.
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
Yes, those are the limits per the help center article.
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 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!