<?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: [has_more] =&amp;gt; 1 (but there are no more files to retrieve) in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/has-more-gt-1-but-there-are-no-more-files-to-retrieve/m-p/200687#M9428</link>
    <description>Hello Greg, it's not a big bug, as we can count with easy the first returned array!&lt;BR /&gt;It's really easy to fix. Thank you &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@41457EF40051AFF130FDBFE21B496926/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt;</description>
    <pubDate>Thu, 05 Jan 2017 19:52:43 GMT</pubDate>
    <dc:creator>axew3</dc:creator>
    <dc:date>2017-01-05T19:52:43Z</dc:date>
    <item>
      <title>[has_more] =&gt; 1 (but there are no more files to retrieve)</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/has-more-gt-1-but-there-are-no-more-files-to-retrieve/m-p/200670#M9420</link>
      <description>&lt;P&gt;Hello, i found a problem on calling shared links, that i've finally resolve, with a further check after, but it is not clear to me (maybe it is normal). The App type is an App folder, in the dropbox test account there are more files, but are out of the dedicated APP folder.&lt;/P&gt;&lt;P&gt;A curl to get shared links, return&lt;/P&gt;&lt;PRE&gt;[has_more] =&amp;gt; 1&lt;/PRE&gt;&lt;P&gt;and relative cursor.&lt;/P&gt;&lt;P&gt;But there are not more files to retrieve in true in the &lt;EM&gt;APP folder.&lt;/EM&gt; So after a loop that i was not understanding, i found out that to avoid this false positive (as i want only shared links inside the &lt;STRONG&gt;Apps -&amp;gt; MylinkedAPPfoldername&lt;/STRONG&gt;) i had to check that returned &lt;EM&gt;array links[]&amp;nbsp; &lt;/EM&gt;of the second call&lt;EM&gt;, &lt;/EM&gt;isn't an empty array.&lt;/P&gt;&lt;P&gt;Well, i could also prevent the second fake curl call (as the first return that there are more links, but instead there are not in the app folder) counting that the first returned array, is almost 200.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm wrong&amp;nbsp; in something, as +- ever!?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:27:03 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/has-more-gt-1-but-there-are-no-more-files-to-retrieve/m-p/200670#M9420</guid>
      <dc:creator>axew3</dc:creator>
      <dc:date>2019-05-29T09:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: [has_more] =&gt; 1 (but there are no more files to retrieve)</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/has-more-gt-1-but-there-are-no-more-files-to-retrieve/m-p/200675#M9421</link>
      <description>Thanks for the report! This is a known issue, but I don't have a timeline for a fix right now.</description>
      <pubDate>Thu, 05 Jan 2017 19:03:34 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/has-more-gt-1-but-there-are-no-more-files-to-retrieve/m-p/200675#M9421</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-01-05T19:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: [has_more] =&gt; 1 (but there are no more files to retrieve)</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/has-more-gt-1-but-there-are-no-more-files-to-retrieve/m-p/200687#M9428</link>
      <description>Hello Greg, it's not a big bug, as we can count with easy the first returned array!&lt;BR /&gt;It's really easy to fix. Thank you &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@41457EF40051AFF130FDBFE21B496926/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt;</description>
      <pubDate>Thu, 05 Jan 2017 19:52:43 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/has-more-gt-1-but-there-are-no-more-files-to-retrieve/m-p/200687#M9428</guid>
      <dc:creator>axew3</dc:creator>
      <dc:date>2017-01-05T19:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: [has_more] =&gt; 1 (but there are no more files to retrieve)</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/has-more-gt-1-but-there-are-no-more-files-to-retrieve/m-p/200690#M9430</link>
      <description>&lt;P&gt;p.s to be more precise for who can read this:&lt;BR /&gt;a dbx curl call in this case (shared links), should return [has_more] =&amp;gt; 1 if there are more than 200 files to retrieve. If there are not more files to retrieve, but the array contain by the way the&lt;BR /&gt;[has_more] =&amp;gt; 1&lt;BR /&gt;by counting first returned result, checking that it contain at least 200 keys, we can be sure there are more files to retrieve ... well not completely sure because ....&lt;BR /&gt;we'll check that the next call, will not be maybe empty, in the case files to retrieve was exactly 200 ... mh maybe this can happen rarely ... but of course can happen, so better expect it. In this way, nothing can fail.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2017 20:10:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/has-more-gt-1-but-there-are-no-more-files-to-retrieve/m-p/200690#M9430</guid>
      <dc:creator>axew3</dc:creator>
      <dc:date>2017-01-05T20:10:20Z</dc:date>
    </item>
  </channel>
</rss>

