pub fn get_file_metadata_batch<'a>(
client: &'a impl UserAuthClient,
arg: &'a GetFileMetadataBatchArg,
) -> impl Future<Output = Result<Vec<GetFileMetadataBatchResult>, Error<SharingUserError>>> + Send + 'a
Available on crate features
async_routes
and dbx_sharing
only.Expand description
Returns shared file metadata.