<?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: Clarification about API - DbxUserFilesRequests.listFolderContinue in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Clarification-about-API-DbxUserFilesRequests-listFolderContinue/m-p/316141#M18768</link>
    <description>&lt;P&gt;1. That's correct, if nothing has changed, you should not get any repeated results across pages.&lt;/P&gt;
&lt;P&gt;For reference, make sure you're always processing the returned results exactly as documented for &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;.&lt;/P&gt;
&lt;P&gt;2. These cursors don't have any specific timeout, but&amp;nbsp;they can become invalid in certain scenarios.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You'll get a &lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v2.1.x/com/dropbox/core/v2/files/ListFolderContinueError.html#RESET" target="_self"&gt;ListFolderContinueError.RESET&lt;/A&gt;&amp;nbsp;if the cursor is no longer valid.&lt;/P&gt;
&lt;P&gt;(By the way, you seem to be on the older v2.x docs. The above links are also to the v2.x docs for consistency, but the latest version can be found &lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.0.x/com/dropbox/core/v2/files/DbxUserFilesRequests.html#listFolder-java.lang.String-" target="_self"&gt;here&lt;/A&gt;.)&lt;/P&gt;</description>
    <pubDate>Thu, 06 Dec 2018 16:41:21 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2018-12-06T16:41:21Z</dc:date>
    <item>
      <title>Clarification about API - DbxUserFilesRequests.listFolderContinue</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Clarification-about-API-DbxUserFilesRequests-listFolderContinue/m-p/316021#M18760</link>
      <description>&lt;P&gt;Clarification about this API - DbxUserFilesRequests.listFolderContinue&lt;BR /&gt;&lt;BR /&gt;DbxUserFilesRequests.listFolderContinue(String cursor)&lt;BR /&gt;&lt;BR /&gt;&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="_blank"&gt;https://dropbox.github.io/dropbox-sdk-java/api-docs/v2.1.x/com/dropbox/core/v2/files/DbxUserFilesRequests.html#listFolderContinue-java.lang.String-&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;- Say i call listFolder() and i got back 50 results&amp;nbsp; [1 .. 50] ,&amp;nbsp; and a "cursor"&lt;BR /&gt;- After say 1 minute i call listFolderContinue(cursor)&lt;BR /&gt;- Assume we are only looking for folder's immediate content and 'not recursive'&lt;BR /&gt;- Assume the&amp;nbsp; folder contents have not changed.&lt;/P&gt;&lt;P&gt;Assumption&lt;BR /&gt;This API will return results from '51 th'&amp;nbsp; file and *will not include any repeat results* from [1 .. 50]&lt;BR /&gt;&lt;BR /&gt;1. Is this assumption correct ?&lt;BR /&gt;&lt;BR /&gt;2. Is there any 'timeout' for this 'cursor'&amp;nbsp; (assume folder contents have not changed)&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:08:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Clarification-about-API-DbxUserFilesRequests-listFolderContinue/m-p/316021#M18760</guid>
      <dc:creator>rrpai</dc:creator>
      <dc:date>2019-05-29T09:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Clarification about API - DbxUserFilesRequests.listFolderContinue</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Clarification-about-API-DbxUserFilesRequests-listFolderContinue/m-p/316141#M18768</link>
      <description>&lt;P&gt;1. That's correct, if nothing has changed, you should not get any repeated results across pages.&lt;/P&gt;
&lt;P&gt;For reference, make sure you're always processing the returned results exactly as documented for &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;.&lt;/P&gt;
&lt;P&gt;2. These cursors don't have any specific timeout, but&amp;nbsp;they can become invalid in certain scenarios.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You'll get a &lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v2.1.x/com/dropbox/core/v2/files/ListFolderContinueError.html#RESET" target="_self"&gt;ListFolderContinueError.RESET&lt;/A&gt;&amp;nbsp;if the cursor is no longer valid.&lt;/P&gt;
&lt;P&gt;(By the way, you seem to be on the older v2.x docs. The above links are also to the v2.x docs for consistency, but the latest version can be found &lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.0.x/com/dropbox/core/v2/files/DbxUserFilesRequests.html#listFolder-java.lang.String-" target="_self"&gt;here&lt;/A&gt;.)&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 16:41:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Clarification-about-API-DbxUserFilesRequests-listFolderContinue/m-p/316141#M18768</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-12-06T16:41:21Z</dc:date>
    </item>
  </channel>
</rss>

