list_folder/get_latest_cursor
POST https://api.dropboxapi.com/2/files/list_folder/get_latest_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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Dropbox-API-Path-Root | string | ||
Dropbox-API-Select-User | string | ||
Dropbox-API-Select-Admin | string |
RESPONSES
status: OK
{"cursor":"ZtkX9_EHj3x7PMkVuFIhwKYXEpwpLwyxp9vMKomUhllil9q7eWiAu"}