pub fn get_metadata<'a>(
client: &'a impl UserAuthClient,
arg: &'a GetMetadataArg,
) -> impl Future<Output = Result<Metadata, Error<GetMetadataError>>> + Send + 'aAvailable 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.