<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Shared Folder Limit on Team Account in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Shared-Folder-Limit-on-Team-Account/m-p/661917#M3216</link>
    <description>&lt;P&gt;1. Yes, folders that are not shared folders would not have shared_folder_id set.&lt;/P&gt;
&lt;P&gt;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.&lt;/P&gt;</description>
    <pubDate>Tue, 21 Feb 2023 16:06:33 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2023-02-21T16:06:33Z</dc:date>
    <item>
      <title>Shared Folder Limit on Team Account</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Shared-Folder-Limit-on-Team-Account/m-p/659927#M3198</link>
      <description>&lt;P&gt;Hi Team,&lt;BR /&gt;I am working on Team Account for development majorly on sharing folder and shared folders.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Code for sharing folder&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;DIV&gt;
&lt;PRE&gt;&lt;SPAN&gt;try&lt;/SPAN&gt;:&lt;BR /&gt;    response = dbx_client.with_path_root(&lt;BR /&gt;        &lt;SPAN&gt;path_root&lt;/SPAN&gt;=pr&lt;BR /&gt;    ).sharing_share_folder(&lt;SPAN&gt;path&lt;/SPAN&gt;=&lt;SPAN&gt;f"&lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;path&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;, &lt;SPAN&gt;force_async&lt;/SPAN&gt;=force_async)&lt;BR /&gt;    &lt;SPAN&gt;if &lt;/SPAN&gt;response.is_complete():&lt;BR /&gt;        &lt;SPAN&gt;return &lt;/SPAN&gt;response.get_complete()&lt;BR /&gt;    &lt;SPAN&gt;return &lt;/SPAN&gt;response&lt;BR /&gt;&lt;SPAN&gt;except &lt;/SPAN&gt;DropboxException &lt;SPAN&gt;as &lt;/SPAN&gt;e:&lt;BR /&gt;    Logger.info(e)&lt;/PRE&gt;
&lt;P&gt;Suddenly this api starts giving error, after some logs i found error (below)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;re=dbx_client.with_path_root(path_root=pr).sharing_share_folder(path="/AppsTest/Cases/Beta/Demo_")&lt;BR /&gt;&lt;FONT color="#ff0000"&gt;res res res &amp;lt;dropbox.dropbox_client.RouteErrorResult object at 0x7fa0116a9b80&amp;gt;&lt;BR /&gt;Error Log -----, deserialized_result ShareFolderError('other', None)&lt;BR /&gt;Error Log -----, user_message_text &lt;FONT face="andale mono,times" color="#3366FF"&gt;&lt;STRONG&gt;Your Dropbox account has reached the limit for shared folders.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;Error Log -----, user_message_locale en&lt;/FONT&gt;&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "&amp;lt;stdin&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;BR /&gt;&amp;nbsp; File "/home/t2b/Documents/tc/venv/lib/python3.8/site-packages/dropbox/base.py", line 4911, in sharing_share_folder&lt;BR /&gt;&amp;nbsp; &amp;nbsp; r = self.request(&lt;BR /&gt;&amp;nbsp; File "/home/t2b/Documents/tc/venv/lib/python3.8/site-packages/dropbox/dropbox_client.py", line 352, in request&lt;BR /&gt;&amp;nbsp; &amp;nbsp; raise ApiError(res.request_id,&lt;BR /&gt;dropbox.exceptions.ApiError: ApiError('fbcc140666624171a803aaaed555ffeb', ShareFolderError('other', None))&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;After reading some discussion I found that I can create only 1500 shared folder inside a folder and 300000 for overall team account.&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV&gt;&lt;A href="https://help.dropbox.com/share/shared-folder-faq#:~:text=There's%20a%20limit%20on%20the,folders%20within%20a%20single%20folder" target="_blank" rel="noopener"&gt;https://help.dropbox.com/share/shared-folder-faq#:~:text=There's%20a%20limit%20on%20the,folders%20within%20a%20single%20folder&lt;/A&gt;.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;My questions:&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;1. Does base folder also included in count&lt;/DIV&gt;
&lt;DIV&gt;example in my root folder the struture is &lt;STRONG&gt;/AppsTest/Cases.....&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I am creating shared folder inside AppsTest (not able to create now)&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;2. Is there any api for shared folder count or any other workout to get exact number of count of shared folders in side root folder.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Please reply asap.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thanks and Regards&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 16 Feb 2023 15:08:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Shared-Folder-Limit-on-Team-Account/m-p/659927#M3198</guid>
      <dc:creator>Akansh Gautam</dc:creator>
      <dc:date>2023-02-16T15:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Shared Folder Limit on Team Account</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Shared-Folder-Limit-on-Team-Account/m-p/660190#M3199</link>
      <description>&lt;P&gt;1. No, the count for this limit is only referring to shared folders, not unshared parent folders.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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 &lt;A href="https://dropbox-sdk-python.readthedocs.io/en/latest/api/dropbox.html#dropbox.dropbox_client.Dropbox.sharing_list_folders" target="_blank"&gt;sharing_list_folders&lt;/A&gt; and &lt;A href="https://dropbox-sdk-python.readthedocs.io/en/latest/api/dropbox.html#dropbox.dropbox_client.Dropbox.sharing_list_folders_continue" target="_blank"&gt;sharing_list_folders_continue&lt;/A&gt; to list and count shared folders as needed however.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 18:52:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Shared-Folder-Limit-on-Team-Account/m-p/660190#M3199</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-02-15T18:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Shared Folder Limit on Team Account</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Shared-Folder-Limit-on-Team-Account/m-p/660331#M3200</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;&amp;nbsp;thanks for reply&lt;BR /&gt;&lt;BR /&gt;And for the limit in team account is 1500 shared folder for a particular folder and 30K for whole team account?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks and regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 04:54:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Shared-Folder-Limit-on-Team-Account/m-p/660331#M3200</guid>
      <dc:creator>Akansh Gautam</dc:creator>
      <dc:date>2023-02-16T04:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Shared Folder Limit on Team Account</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Shared-Folder-Limit-on-Team-Account/m-p/660493#M3201</link>
      <description>&lt;P&gt;Yes, those are the limits per &lt;A href="https://help.dropbox.com/share/shared-folder-faq#cantcreate" target="_blank"&gt;the help center article&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 16:40:51 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Shared-Folder-Limit-on-Team-Account/m-p/660493#M3201</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-02-16T16:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Shared Folder Limit on Team Account</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Shared-Folder-Limit-on-Team-Account/m-p/661766#M3214</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working on team account and at root I have a folder named AppsTest (It has a shared_folder_id , using &lt;EM&gt;files_get_metadata&lt;/EM&gt; api) so it it a shared folder?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. So my first question is shared folder are only those which has shared_folder_id?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-02-21 at 1.59.28 PM.png" style="width: 750px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/35498iF3693B703C253246/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2023-02-21 at 1.59.28 PM.png" alt="Screenshot 2023-02-21 at 1.59.28 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so for api limit of 1500 from where count is started?&lt;/P&gt;&lt;P&gt;is it from AppsTest or where?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please reply asap&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 08:40:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Shared-Folder-Limit-on-Team-Account/m-p/661766#M3214</guid>
      <dc:creator>Akansh Gautam</dc:creator>
      <dc:date>2023-02-21T08:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Shared Folder Limit on Team Account</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Shared-Folder-Limit-on-Team-Account/m-p/661917#M3216</link>
      <description>&lt;P&gt;1. Yes, folders that are not shared folders would not have shared_folder_id set.&lt;/P&gt;
&lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 16:06:33 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Shared-Folder-Limit-on-Team-Account/m-p/661917#M3216</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-02-21T16:06:33Z</dc:date>
    </item>
  </channel>
</rss>

