<?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: files/list_folder not returning all files in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-list-folder-not-returning-all-files/m-p/355474#M20299</link>
    <description>&lt;P&gt;If has_more is false, you should be getting all of the results for that folder in the account for that access token. It doesn't look like you're doing anything wrong here, so we'll need to look into this more closely. Can you &lt;A href="https://www.dropbox.com/developers/contact" target="_self"&gt;open an API ticket&lt;/A&gt; and share that 'whee.txt' file so we can investigate?&amp;nbsp;Thanks in advance!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 16 Jul 2019 15:51:21 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2019-07-16T15:51:21Z</dc:date>
    <item>
      <title>files/list_folder not returning all files</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-list-folder-not-returning-all-files/m-p/355364#M20293</link>
      <description>&lt;P&gt;I'm trying to pull in a list of all files from dropbox - I have a folder with ~ 500 files in it.&lt;/P&gt;
&lt;P&gt;However, if I call list_folder, e.g.:&lt;/P&gt;
&lt;P&gt;curl -X POST &lt;A href="https://api.dropboxapi.com/2/files/list_folder" target="_blank" rel="noopener"&gt;https://api.dropboxapi.com/2/files/list_folder&lt;/A&gt; \&lt;BR /&gt;--header "Authorization: Bearer REDACTED" \&lt;BR /&gt;--header "Content-Type: application/json" \&lt;BR /&gt;--data "{\"path\": \"/Tuckers\",\"recursive\": true,\"include_media_info\": false,\"include_deleted\": false,\"include_has_explicit_shared_members\": false,\"include_mounted_folders\": true,\"include_non_downloadable_files\": true}" &amp;amp;&amp;gt; whee.txt&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and then list the files:&lt;/P&gt;
&lt;P&gt;grep -o path_lower whee.txt | wc&lt;BR /&gt;230 230 2530&lt;/P&gt;
&lt;P&gt;I only get back a subset of the number of files. The response has_more is false, so I don't quite understand why all the files aren't being returned.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2019 05:47:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-list-folder-not-returning-all-files/m-p/355364#M20293</guid>
      <dc:creator>brotherlogic</dc:creator>
      <dc:date>2019-07-16T05:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: files/list_folder not returning all files</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-list-folder-not-returning-all-files/m-p/355474#M20299</link>
      <description>&lt;P&gt;If has_more is false, you should be getting all of the results for that folder in the account for that access token. It doesn't look like you're doing anything wrong here, so we'll need to look into this more closely. Can you &lt;A href="https://www.dropbox.com/developers/contact" target="_self"&gt;open an API ticket&lt;/A&gt; and share that 'whee.txt' file so we can investigate?&amp;nbsp;Thanks in advance!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2019 15:51:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-list-folder-not-returning-all-files/m-p/355474#M20299</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-07-16T15:51:21Z</dc:date>
    </item>
  </channel>
</rss>

