<?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: Search all files using searchbuilder in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Search-all-files-using-searchbuilder/m-p/203534#M9727</link>
    <description>No, ListFolder doesn't allow you to configure the page size, but I'll be sure to pass this along as a feature request as well.</description>
    <pubDate>Tue, 24 Jan 2017 02:19:38 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2017-01-24T02:19:38Z</dc:date>
    <item>
      <title>Search all files using searchbuilder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Search-all-files-using-searchbuilder/m-p/203521#M9722</link>
      <description>&lt;P&gt;I am trying to list all files in the folder using searchBuilder, when I passing the multiple extensions passing in Query which results Zero values.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For Eg:&lt;/P&gt;&lt;PRE&gt;String query = &lt;SPAN&gt;".pdf"&lt;/SPAN&gt;;&lt;BR /&gt;Long max = &lt;SPAN&gt;100L&lt;/SPAN&gt;;&lt;BR /&gt;Long stat = &lt;SPAN&gt;0L&lt;/SPAN&gt;;&lt;BR /&gt;&lt;BR /&gt;SearchResult sresult;&lt;BR /&gt;SearchMode mode = SearchMode.&lt;SPAN&gt;FILENAME&lt;/SPAN&gt;;&lt;BR /&gt;sresult = DropboxClient.&lt;SPAN&gt;getClient&lt;/SPAN&gt;().files().searchBuilder(path, query).withMode(mode).withMaxResults(max).withStart(stat).start();&lt;BR /&gt;java.util.List&amp;lt;SearchMatch&amp;gt; res = sresult.getMatches();&lt;/PRE&gt;&lt;P&gt;Above code works fine for me, But i trying to multiple extensions ".pdf .jpg" it will not works.&lt;/P&gt;&lt;P&gt;Is any possible way to search all files with any maxmium limit?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:26:28 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Search-all-files-using-searchbuilder/m-p/203521#M9722</guid>
      <dc:creator>Anil</dc:creator>
      <dc:date>2019-05-29T09:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Search all files using searchbuilder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Search-all-files-using-searchbuilder/m-p/203522#M9723</link>
      <description>&lt;P&gt;The search functionality doesn't support searching for files with one or more of the search terms. It works by searching for all of them. We'll consider this a feature request.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Instead, you should either make multiple search calls, one per file type, or use &lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v2.1.x/com/dropbox/core/v2/files/DbxUserFilesRequests.html#listFolder-java.lang.String-" target="_self"&gt;listFolder&lt;/A&gt;&amp;nbsp;and &lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v2.1.x/com/dropbox/core/v2/files/DbxUserFilesRequests.html#listFolderContinue-java.lang.String-" target="_self"&gt;listFolderContinue&lt;/A&gt;&amp;nbsp;to list all files in a given folder, and filter them as desired.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2017 00:26:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Search-all-files-using-searchbuilder/m-p/203522#M9723</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-01-24T00:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Search all files using searchbuilder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Search-all-files-using-searchbuilder/m-p/203525#M9725</link>
      <description>&lt;P&gt;Thanks Greg for the QuickReply. Currently i am using ListFolder and it will take some if the folder has 10000 files or more. What i am trying to do is to load limited files for better UI experiences for eg: 100 and another set of 100 files only when user demands. &amp;nbsp;Is any options for listing files with limit in ListFolder API?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2017 01:00:37 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Search-all-files-using-searchbuilder/m-p/203525#M9725</guid>
      <dc:creator>Anil</dc:creator>
      <dc:date>2017-01-24T01:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: Search all files using searchbuilder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Search-all-files-using-searchbuilder/m-p/203534#M9727</link>
      <description>No, ListFolder doesn't allow you to configure the page size, but I'll be sure to pass this along as a feature request as well.</description>
      <pubDate>Tue, 24 Jan 2017 02:19:38 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Search-all-files-using-searchbuilder/m-p/203534#M9727</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-01-24T02:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Search all files using searchbuilder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Search-all-files-using-searchbuilder/m-p/203536#M9728</link>
      <description>&lt;P&gt;Thanks Greg for your support.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2017 02:32:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Search-all-files-using-searchbuilder/m-p/203536#M9728</guid>
      <dc:creator>Anil</dc:creator>
      <dc:date>2017-01-24T02:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Search all files using searchbuilder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Search-all-files-using-searchbuilder/m-p/242493#M13528</link>
      <description>&lt;P&gt;You can now set an approximate limit on the listFolder page size by using &lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.0.x/com/dropbox/core/v2/files/ListFolderBuilder.html#withLimit-java.lang.Long-" target="_self"&gt;ListFolderBuilder.withLimit&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2017 19:35:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Search-all-files-using-searchbuilder/m-p/242493#M13528</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-09-20T19:35:58Z</dc:date>
    </item>
  </channel>
</rss>

