Function dropbox_sdk::files::list_folder_continue_app_auth
source · [−]pub fn list_folder_continue_app_auth(
client: &impl AppAuthClient,
arg: &ListFolderContinueArg
) -> Result<Result<ListFolderResult, ListFolderContinueError>>
Available on crate feature
dbx_files
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()
.