<?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: how to  download multiple files using java sdk in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-download-multiple-files-using-java-sdk/m-p/312974#M18591</link>
    <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/840483"&gt;@ambs&lt;/a&gt;&amp;nbsp;To download an entire folder as a zip, you can use&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.0.x/com/dropbox/core/v2/files/DbxUserFilesRequests.html#downloadZip-java.lang.String-" target="_blank"&gt;downloadZip&lt;/A&gt;. That works the same way as the other download methods, such as &lt;A href="https://github.com/dropbox/dropbox-sdk-java/blob/c710ef80f1c2700031baad7c615dc9934162c090/examples/tutorial/src/main/java/com/dropbox/core/examples/tutorial/Main.java#L54" target="_blank"&gt;the download example here&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Sat, 24 Nov 2018 01:02:37 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2018-11-24T01:02:37Z</dc:date>
    <item>
      <title>how to  download multiple files using java sdk</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-download-multiple-files-using-java-sdk/m-p/295754#M17969</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I have created single user app. I am trying to download multpile files from dropbox.&lt;BR /&gt;So Do I have to download file by file? Or can I batch all the files and download as a zip?.&lt;BR /&gt;&lt;BR /&gt;I was able to download whole folder as a zip. But I want only specific files inside that folder and download them at once using java sdk.. is it possible?.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mani&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:10:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-download-multiple-files-using-java-sdk/m-p/295754#M17969</guid>
      <dc:creator>manikanta79</dc:creator>
      <dc:date>2019-05-29T09:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to  download multiple files using java sdk</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-download-multiple-files-using-java-sdk/m-p/295757#M17970</link>
      <description>&lt;P&gt;It's not possible to download multiple specific files at once like this,&amp;nbsp;but I'll pass this along as a feature request. You can either download them file by file, or download entire folders as zips, as you mentioned.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2018 21:46:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-download-multiple-files-using-java-sdk/m-p/295757#M17970</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-09-05T21:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to  download multiple files using java sdk</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-download-multiple-files-using-java-sdk/m-p/311802#M18549</link>
      <description>&lt;P&gt;hi mani , can you share your code to download a folder as a zip.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 11:30:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-download-multiple-files-using-java-sdk/m-p/311802#M18549</guid>
      <dc:creator>ambs</dc:creator>
      <dc:date>2018-11-19T11:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to  download multiple files using java sdk</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-download-multiple-files-using-java-sdk/m-p/312974#M18591</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/840483"&gt;@ambs&lt;/a&gt;&amp;nbsp;To download an entire folder as a zip, you can use&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.0.x/com/dropbox/core/v2/files/DbxUserFilesRequests.html#downloadZip-java.lang.String-" target="_blank"&gt;downloadZip&lt;/A&gt;. That works the same way as the other download methods, such as &lt;A href="https://github.com/dropbox/dropbox-sdk-java/blob/c710ef80f1c2700031baad7c615dc9934162c090/examples/tutorial/src/main/java/com/dropbox/core/examples/tutorial/Main.java#L54" target="_blank"&gt;the download example here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Nov 2018 01:02:37 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-download-multiple-files-using-java-sdk/m-p/312974#M18591</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-11-24T01:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to  download multiple files using java sdk</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-download-multiple-files-using-java-sdk/m-p/543822#M26002</link>
      <description>&lt;P&gt;i wrote this utility and you can download multiple files parallelly&amp;nbsp;&lt;A href="https://github.com/sukanth/Dropbox" target="_blank"&gt;https://github.com/sukanth/Dropbox&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 19:28:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-download-multiple-files-using-java-sdk/m-p/543822#M26002</guid>
      <dc:creator>Sukanth</dc:creator>
      <dc:date>2021-09-08T19:28:29Z</dc:date>
    </item>
  </channel>
</rss>

