<?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: Folder Download in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folder-Download/m-p/224402#M12121</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for your replie!&lt;/P&gt;&lt;P&gt;Can you tell me an efficient way to download the folder as a zip data?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;</description>
    <pubDate>Mon, 05 Jun 2017 19:57:23 GMT</pubDate>
    <dc:creator>gangnamBoy</dc:creator>
    <dc:date>2017-06-05T19:57:23Z</dc:date>
    <item>
      <title>Folder Download</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folder-Download/m-p/224282#M12106</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is it possible to download an entire dropboxfolder throug API V2&lt;/P&gt;&lt;P&gt;as a zip folder like the dropbox.com homepage would do it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:21:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folder-Download/m-p/224282#M12106</guid>
      <dc:creator>gangnamBoy</dc:creator>
      <dc:date>2019-05-29T09:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: Folder Download</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folder-Download/m-p/224400#M12120</link>
      <description>No, unfortunately the Dropbox API doesn't offer the ability to download folders as zips, but I'll be sure to pass this along as feedback.</description>
      <pubDate>Mon, 05 Jun 2017 19:55:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folder-Download/m-p/224400#M12120</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-06-05T19:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Folder Download</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folder-Download/m-p/224402#M12121</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for your replie!&lt;/P&gt;&lt;P&gt;Can you tell me an efficient way to download the folder as a zip data?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2017 19:57:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folder-Download/m-p/224402#M12121</guid>
      <dc:creator>gangnamBoy</dc:creator>
      <dc:date>2017-06-05T19:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: Folder Download</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folder-Download/m-p/224404#M12123</link>
      <description>Since the API doesn't offer a way to download the folder as a zip like this, you'll need to iterate through each desired file in the folder and download each one normally.</description>
      <pubDate>Mon, 05 Jun 2017 19:59:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folder-Download/m-p/224404#M12123</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-06-05T19:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Folder Download</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folder-Download/m-p/224406#M12124</link>
      <description>&lt;P&gt;Ok, so I have to download first all files of the folder at once&amp;nbsp;&lt;/P&gt;&lt;P&gt;and then zip them to one file?&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2017 20:03:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folder-Download/m-p/224406#M12124</guid>
      <dc:creator>gangnamBoy</dc:creator>
      <dc:date>2017-06-05T20:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: Folder Download</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folder-Download/m-p/224412#M12129</link>
      <description>Yes, you'll need to download all of the files and then zip them as necessary.&lt;BR /&gt;&lt;BR /&gt;Note that shouldn't try to download all files simultaneously though, as that could trigger rate limiting or exhaust your network connection, depending on how many files there are. You should decide on some maximum number of files to download simultaneously.</description>
      <pubDate>Mon, 05 Jun 2017 20:20:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folder-Download/m-p/224412#M12129</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-06-05T20:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Folder Download</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folder-Download/m-p/224425#M12131</link>
      <description>&lt;P&gt;Ok, thx for the reply&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2017 21:47:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folder-Download/m-p/224425#M12131</guid>
      <dc:creator>gangnamBoy</dc:creator>
      <dc:date>2017-06-05T21:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Folder Download</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folder-Download/m-p/273002#M16222</link>
      <description>The Dropbox API now offers the ability to download folders as zips:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-download_zip" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-download_zip&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you're using an official SDK, there will also be a corresponding method for this endpoint.</description>
      <pubDate>Wed, 18 Apr 2018 15:34:35 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folder-Download/m-p/273002#M16222</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-04-18T15:34:35Z</dc:date>
    </item>
  </channel>
</rss>

