Function alpha_get_metadata

Source
pub fn alpha_get_metadata<'a>(
    client: &'a impl UserAuthClient,
    arg: &'a AlphaGetMetadataArg,
) -> impl Future<Output = Result<Metadata, Error<AlphaGetMetadataError>>> + Send + 'a
๐Ÿ‘ŽDeprecated: replaced by get_metadata
Available on crate features async_routes and dbx_files and unstable only.
Expand description

Returns the metadata for a file or folder. This is an alpha endpoint compatible with the properties API. Note: Metadata for the root folder is unsupported.

ยงStability

PREVIEW: This function may change or disappear without notice.