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'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.