get_metadata

Function get_metadata 

Source
pub fn get_metadata<'a>(
    client: &'a impl UserAuthClient,
    arg: &'a GetMetadataArg,
) -> impl Future<Output = Result<Metadata, Error<GetMetadataError>>> + Send + 'a
Available on crate features async_routes and dbx_files only.
Expand description

Returns the metadata for a file or folder. Note: Metadata for the root folder is unsupported.