Function dropbox_sdk::files::search_v2
source · [−]pub fn search_v2(
client: &impl UserAuthClient,
arg: &SearchV2Arg
) -> Result<Result<SearchV2Result, SearchError>>
This is supported on crate feature
dbx_files
only.Expand description
Searches for files and folders. Note: search_v2()
along with
search_continue_v2()
can only be used to retrieve a maximum of 10,000
matches. Recent changes may not immediately be reflected in search results due to a short delay
in indexing. Duplicate results may be returned across pages. Some results may not be returned.