pub fn list_folder_continue_app_auth<'a>(
client: &'a impl AppAuthClient,
arg: &'a ListFolderContinueArg,
) -> impl Future<Output = Result<ListFolderResult, Error<ListFolderContinueError>>> + Send + 'a
Available on crate features
async_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()
.