<?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 Get Size of  a Folder in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-Size-of-a-Folder/m-p/333508#M19484</link>
    <description>&lt;P&gt;How can i get the size of a particular folder in DropBox using V2 call or V1 please solve this...?&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:07:28 GMT</pubDate>
    <dc:creator>ererr</dc:creator>
    <dc:date>2019-05-29T09:07:28Z</dc:date>
    <item>
      <title>Get Size of  a Folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-Size-of-a-Folder/m-p/333508#M19484</link>
      <description>&lt;P&gt;How can i get the size of a particular folder in DropBox using V2 call or V1 please solve this...?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:07:28 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-Size-of-a-Folder/m-p/333508#M19484</guid>
      <dc:creator>ererr</dc:creator>
      <dc:date>2019-05-29T09:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Get Size of  a Folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-Size-of-a-Folder/m-p/333523#M19487</link>
      <description>&lt;P&gt;The&amp;nbsp;Dropbox API doesn't offer a direct way to get the total size of a folder's contents,&amp;nbsp;but I'll pass this along as a feature request.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you need to know the total size of the contents of a folder, you'd need to list all of the contents using&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_self"&gt;/2/files/list_folder&lt;/A&gt;[&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_self"&gt;/continue&lt;/A&gt;] and then sum up the `size`s for all of the files. (You can use the `recursive` parameter on&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_self"&gt;/2/files/list_folder&lt;/A&gt;&amp;nbsp;to request nested files too.)&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 23:15:22 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-Size-of-a-Folder/m-p/333523#M19487</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-03-12T23:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Get Size of  a Folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-Size-of-a-Folder/m-p/486061#M24409</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Is it now possible to get the size of a folder?&lt;BR /&gt;or we still need to do it manually as you said?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 09:27:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-Size-of-a-Folder/m-p/486061#M24409</guid>
      <dc:creator>bellomsean</dc:creator>
      <dc:date>2021-01-11T09:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Get Size of  a Folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-Size-of-a-Folder/m-p/486187#M24418</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1393617"&gt;@bellomsean&lt;/a&gt;&amp;nbsp;No, unfortunately the API still doesn't offer a way to do this directly, so you'd still need to calculate the sum.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 15:07:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-Size-of-a-Folder/m-p/486187#M24418</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-01-11T15:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Get Size of  a Folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-Size-of-a-Folder/m-p/597002#M27748</link>
      <description>&lt;P&gt;Still need to calculate the sum?&lt;/P&gt;</description>
      <pubDate>Sat, 14 May 2022 01:30:57 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-Size-of-a-Folder/m-p/597002#M27748</guid>
      <dc:creator>LouisCorleone</dc:creator>
      <dc:date>2022-05-14T01:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Get Size of  a Folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-Size-of-a-Folder/m-p/597059#M27749</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1541927"&gt;@LouisCorleone&lt;/a&gt; Yes, that's correct. The Dropbox API still doesn't offer a way to retrieve this value directly.&lt;/P&gt;</description>
      <pubDate>Sat, 14 May 2022 14:32:34 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-Size-of-a-Folder/m-p/597059#M27749</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-05-14T14:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Get Size of  a Folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-Size-of-a-Folder/m-p/748460#M32878</link>
      <description>&lt;P&gt;I do suggest store the file size into database, which will be more faster to sum than call the api.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 14:29:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-Size-of-a-Folder/m-p/748460#M32878</guid>
      <dc:creator>julio_diniz_perdigao</dc:creator>
      <dc:date>2024-02-01T14:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Get Size of  a Folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-Size-of-a-Folder/m-p/748539#M32885</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1796744"&gt;@julio_diniz_perdigao&lt;/a&gt; Thanks for the feedback!&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 18:17:42 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-Size-of-a-Folder/m-p/748539#M32885</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2024-02-01T18:17:42Z</dc:date>
    </item>
  </channel>
</rss>

