pub fn list_folder_continue(
client: &impl UserAuthClient,
arg: &ListFolderContinueArg,
) -> Result<ListFolderResult, Error<ListFolderContinueError>>Available on crate features
dbx_files and sync_routes only.Expand description
Once a cursor has been retrieved from list_folder(), use this to
paginate through all files and retrieve updates to the folder, following the same rules as
documented for list_folder().