<?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 Dropbox API to get file of given prefix in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-to-get-file-of-given-prefix/m-p/433293#M22901</link>
    <description>&lt;P&gt;Hello Team,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there any api to download files from folder(for example: test) having filename with prefix(say: log_) using javascript.&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jun 2020 18:17:45 GMT</pubDate>
    <dc:creator>anuradhasahoo</dc:creator>
    <dc:date>2020-06-29T18:17:45Z</dc:date>
    <item>
      <title>Dropbox API to get file of given prefix</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-to-get-file-of-given-prefix/m-p/433293#M22901</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there any api to download files from folder(for example: test) having filename with prefix(say: log_) using javascript.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2020 18:17:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-to-get-file-of-given-prefix/m-p/433293#M22901</guid>
      <dc:creator>anuradhasahoo</dc:creator>
      <dc:date>2020-06-29T18:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox API to get file of given prefix</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-to-get-file-of-given-prefix/m-p/433381#M22908</link>
      <description>&lt;P&gt;The&amp;nbsp;Dropbox API doesn't offer a way to list/download files based on a particular prefix like this. You could use&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;] to list files and folders, filter the result to the desired files, and then download them using&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-download" target="_self"&gt;/2/files/download&lt;/A&gt; though.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Those are links to the documentation for the HTTPS endpoints themselves, but we recommend using one of &lt;A href="https://www.dropbox.com/developers/documentation" target="_self"&gt;the official SDKs&lt;/A&gt; if possible. Those have corresponding native methods for the HTTPS endpoints. For example, we do offer an&lt;A href="https://github.com/dropbox/dropbox-sdk-js" target="_self"&gt; official&amp;nbsp;Dropbox API v2 JavaScript SDK&lt;/A&gt;. In that, the corresponding methods are:&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesListFolder__anchor" target="_self"&gt;filesListFolder&lt;/A&gt;,&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesListFolderContinue__anchor" target="_self"&gt;filesListFolderContinue&lt;/A&gt;, and&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesDownload__anchor" target="_self"&gt;filesDownload&lt;/A&gt;.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2020 18:36:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-to-get-file-of-given-prefix/m-p/433381#M22908</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-06-29T18:36:50Z</dc:date>
    </item>
  </channel>
</rss>

