<?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: new files not returned by /files/list_folder in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/new-files-not-returned-by-files-list-folder/m-p/225036#M12180</link>
    <description>Thanks for following up. When using include_media_info = true, that can be expected sometimes. I'll follow up on the other thread as well:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropboxforum.com/t5/API-support/listFolder-with-includeMediaInfo-not-listing-all-available-files/m-p/225034#M12179" target="_blank"&gt;https://www.dropboxforum.com/t5/API-support/listFolder-with-includeMediaInfo-not-listing-all-available-files/m-p/225034#M12179&lt;/A&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 09 Jun 2017 17:24:11 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2017-06-09T17:24:11Z</dc:date>
    <item>
      <title>new files not returned by /files/list_folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/new-files-not-returned-by-files-list-folder/m-p/224988#M12174</link>
      <description>&lt;P&gt;Are there currently problems with the API?&lt;/P&gt;
&lt;P&gt;My App does not return any newly created files/folders with "/files/list_folder"&lt;/P&gt;
&lt;P&gt;Files that have been in dropbox for a while are listed, but if I add a new file it does not appear in the result.&lt;/P&gt;
&lt;P&gt;the '/files/search' endpoint seems to work fine. All files, new and old are returned.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:21:47 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/new-files-not-returned-by-files-list-folder/m-p/224988#M12174</guid>
      <dc:creator>Individual IT S</dc:creator>
      <dc:date>2019-05-29T09:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: new files not returned by /files/list_folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/new-files-not-returned-by-files-list-folder/m-p/225031#M12176</link>
      <description>When you call /2/files/list_folder, make sure you check the 'has_more' value in the response. If it is true, you need to call back to /2/files/list_folder/continue in order to get more results. (And likewise, check the 'has_more' value in the response from /2/files/list_folder/continue.)&lt;BR /&gt;&lt;BR /&gt;The /2/files/list_folder[/continue] results are paginated, so you aren't guaranteed to get everything returned on the first page. You can find more information in the documentation for the two endpoints:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You can then store and re-use the latest returned 'cursor' to get only new changes on further calls to /2/files/list_folder/continue.&lt;BR /&gt;&lt;BR /&gt;If you're already doing that, please share your code and the unexpected output.</description>
      <pubDate>Fri, 09 Jun 2017 17:11:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/new-files-not-returned-by-files-list-folder/m-p/225031#M12176</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-06-09T17:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: new files not returned by /files/list_folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/new-files-not-returned-by-files-list-folder/m-p/225033#M12178</link>
      <description>&lt;P&gt;has_more is set to false&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;reply with &lt;STRONG&gt;include_media_info = true&lt;/STRONG&gt;&lt;/P&gt;
&lt;PRE&gt;array (size=3)
  'entries' =&amp;gt; 
    array (size=0)
      empty
  'cursor' =&amp;gt; string 'AAFM2pu7z-vt16PJ_1mKnWZIblA7uxNiuXA_Af4kxILWGfNmsJACcdNSZrUA3Wv9p9MuvEw_OhreLnGkGBOsV0tuz_qu1avXG6qTeCDJ1W7170cXZ67nI50-6ZIxE3-4HXrL4KMmMGdlPYdlhN7k7kytJw3mIiCqWnKoq4EsWJrTLA' (length=174)
  'has_more' =&amp;gt; boolean false&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;reply with &lt;STRONG&gt;include_media_info = false&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;array (size=3)
  'entries' =&amp;gt; 
    array (size=2)
      0 =&amp;gt; 
        array (size=10)
          '.tag' =&amp;gt; string 'file' (length=4)
          'name' =&amp;gt; string 'cache_docu.dia' (length=14)
          'path_lower' =&amp;gt; string '/joomla_files/cache_docu.dia' (length=28)
          'path_display' =&amp;gt; string '/joomla_files/cache_docu.dia' (length=28)
          'id' =&amp;gt; string 'id:san8zhurWicAAAAAAAAc7Q' (length=25)
          'client_modified' =&amp;gt; string '2017-06-09T14:20:09Z' (length=20)
          'server_modified' =&amp;gt; string '2017-06-09T14:20:10Z' (length=20)
          'rev' =&amp;gt; string '660600ad8d97' (length=12)
          'size' =&amp;gt; int 4472
          'content_hash' =&amp;gt; string '7cf660c4a88b17f900287edb2ef728a0b49ce1d69e5532de7773155e649b4023' (length=64)
      1 =&amp;gt; 
        array (size=10)
          '.tag' =&amp;gt; string 'file' (length=4)
          'name' =&amp;gt; string 'perspective-quote.jpg' (length=21)
          'path_lower' =&amp;gt; string '/joomla_files/perspective-quote.jpg' (length=35)
          'path_display' =&amp;gt; string '/joomla_files/perspective-quote.jpg' (length=35)
          'id' =&amp;gt; string 'id:san8zhurWicAAAAAAAAdDA' (length=25)
          'client_modified' =&amp;gt; string '2017-06-09T16:48:56Z' (length=20)
          'server_modified' =&amp;gt; string '2017-06-09T16:48:56Z' (length=20)
          'rev' =&amp;gt; string '664200ad8d97' (length=12)
          'size' =&amp;gt; int 393731
          'content_hash' =&amp;gt; string 'ea37ea1befc86a0e4130e80de81e3753ca930c8d61e9616472ccae1f0d55c8e3' (length=64)
  'cursor' =&amp;gt; string 'AAHNzyNFInUFiVdxQgOVOH7DLoPxjUORb9Vkcdr53fy1v2UNNBTnZSmQfCN-UqDGzxRITM77x03GvwFGz38yHCel6wcVxTeLQaIP4Fp2VwkGuCKSEDSzT8jjEgeFFpcf66-nuexOWy-_hLVqmyAo0G60p7edv__GscLDdVoecM7DoA' (length=174)
  'has_more' =&amp;gt; boolean false&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2017 17:19:42 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/new-files-not-returned-by-files-list-folder/m-p/225033#M12178</guid>
      <dc:creator>Individual IT S</dc:creator>
      <dc:date>2017-06-09T17:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: new files not returned by /files/list_folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/new-files-not-returned-by-files-list-folder/m-p/225036#M12180</link>
      <description>Thanks for following up. When using include_media_info = true, that can be expected sometimes. I'll follow up on the other thread as well:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropboxforum.com/t5/API-support/listFolder-with-includeMediaInfo-not-listing-all-available-files/m-p/225034#M12179" target="_blank"&gt;https://www.dropboxforum.com/t5/API-support/listFolder-with-includeMediaInfo-not-listing-all-available-files/m-p/225034#M12179&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Jun 2017 17:24:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/new-files-not-returned-by-files-list-folder/m-p/225036#M12180</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-06-09T17:24:11Z</dc:date>
    </item>
  </channel>
</rss>

