Function list_folder_get_latest_cursor

Source
pub fn list_folder_get_latest_cursor(
    client: &impl UserAuthClient,
    arg: &ListFolderArg,
) -> Result<ListFolderGetLatestCursorResult, Error<ListFolderError>>
Available on crate features sync_routes and dbx_files only.
Expand description

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.