You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

Akansh Gautam's avatar
Akansh Gautam
Explorer | Level 4
2 years ago

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...
  • Greg-DB's avatar
    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.