Hello Team,
We have consumed the Continue API this
https://api.dropboxapi.com/2/files/list_folder/continue
To get the latest changes of the Dropbox account, but I am still confused what is meaning of
has_more Boolean If true, then there are more entries available. Pass the cursor to list_folder/continue to retrieve the rest.
How can Get the latest changes to the Dropbox account if has_More value is true
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
but when has_more value is true then what is the Process to get the latest changes of the Dropbox account??.