pub fn list_folder_continue_app_auth(
    client: &impl AppAuthClient,
    arg: &ListFolderContinueArg,
) -> Result<ListFolderResult, Error<ListFolderContinueError>>Available on crate features 
sync_routes and 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().