list_folder/get_latest_cursor

POST https://api.dropboxapi.com/2/files/list_folder/get_latest_cursor

listfolder/getlatest_cursor

scope: files.metadata.read

A way to quickly get a cursor for the folder's state. Unlike list_folder, list_folder/get_latest_cursor doesn't return any entries. This endpoint is for app which only needs to know about new files and modifications and doesn't need to know about files that already exist in Dropbox.

Request Body

{"path"=>"/Homework/math", "recursive"=>false, "include_media_info"=>false, "include_deleted"=>false, "include_has_explicit_shared_members"=>false, "include_mounted_folders"=>true, "include_non_downloadable_files"=>true}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Dropbox-API-Path-Rootstring
Dropbox-API-Select-Userstring
Dropbox-API-Select-Adminstring

RESPONSES

status: OK

{"cursor":"ZtkX9_EHj3x7PMkVuFIhwKYXEpwpLwyxp9vMKomUhllil9q7eWiAu"}