<?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 Getting the Latest Changes of the Files and Folders in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-the-Latest-Changes-of-the-Files-and-Folders/m-p/499139#M24796</link>
    <description>&lt;P&gt;Hello Team,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have consumed the Continue API this&lt;/P&gt;
&lt;PRE&gt;https://api.dropboxapi.com/2/files/list_folder/continue&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;To get the latest changes of the Dropbox account,&amp;nbsp; but I am still confused what is meaning of&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;has_more&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;I&gt;Boolean&lt;/I&gt;&lt;SPAN&gt;&amp;nbsp;If true, then there are more entries available. Pass the cursor to&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_blank" rel="noopener"&gt;list_folder/continue&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;to retrieve the rest.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;How can Get the latest changes to the Dropbox account if has_More value is true&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;if has_more is false then I Update the response cursor to our server to get the latest changes of the Dropbox it is working perfectly&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;but when&amp;nbsp; has_more value is true then what is the Process to get the latest changes of the Dropbox account??.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Feb 2021 09:45:40 GMT</pubDate>
    <dc:creator>rajhanskumar</dc:creator>
    <dc:date>2021-02-24T09:45:40Z</dc:date>
    <item>
      <title>Getting the Latest Changes of the Files and Folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-the-Latest-Changes-of-the-Files-and-Folders/m-p/499139#M24796</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have consumed the Continue API this&lt;/P&gt;
&lt;PRE&gt;https://api.dropboxapi.com/2/files/list_folder/continue&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;To get the latest changes of the Dropbox account,&amp;nbsp; but I am still confused what is meaning of&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;has_more&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;I&gt;Boolean&lt;/I&gt;&lt;SPAN&gt;&amp;nbsp;If true, then there are more entries available. Pass the cursor to&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_blank" rel="noopener"&gt;list_folder/continue&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;to retrieve the rest.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;How can Get the latest changes to the Dropbox account if has_More value is true&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;if has_more is false then I Update the response cursor to our server to get the latest changes of the Dropbox it is working perfectly&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;but when&amp;nbsp; has_more value is true then what is the Process to get the latest changes of the Dropbox account??.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2021 09:45:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-the-Latest-Changes-of-the-Files-and-Folders/m-p/499139#M24796</guid>
      <dc:creator>rajhanskumar</dc:creator>
      <dc:date>2021-02-24T09:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the Latest Changes of the Files and Folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-the-Latest-Changes-of-the-Files-and-Folders/m-p/499377#M24797</link>
      <description>&lt;P&gt;If the response from&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_self"&gt;/2/files/list_folder&lt;/A&gt; or&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_self"&gt;/2/files/list_folder/continue&lt;/A&gt; indicates '"has_more": true', that indicates that there are more results to be retrieved, and so the app should take the "cursor" value from the response and call back to&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_self"&gt;/2/files/list_folder/continue&lt;/A&gt;&amp;nbsp;with that value as the "cursor" parameter. That new call will return the next page of results, and so on.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it indicates '"has_more": false', that means there currently are no more results to be retrieved. You can still store the cursor and check back later though.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please refer to the&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_self"&gt;/2/files/list_folder&lt;/A&gt; or&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_self"&gt;/2/files/list_folder/continue&lt;/A&gt;&amp;nbsp;documentation for more information. I also&amp;nbsp;recommend reading the &lt;A href="https://www.dropbox.com/lp/developers/reference/dbx-file-access-guide" target="_self"&gt;File Access Guide&lt;/A&gt; and the &lt;A href="https://www.dropbox.com/lp/developers/reference/detecting-changes-guide" target="_self"&gt;Detecting Changes Guide&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2021 16:40:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-the-Latest-Changes-of-the-Files-and-Folders/m-p/499377#M24797</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-02-24T16:40:06Z</dc:date>
    </item>
  </channel>
</rss>

