pub fn alpha_get_metadata(
client: &impl UserAuthClient,
arg: &AlphaGetMetadataArg,
) -> Result<Metadata, Error<AlphaGetMetadataError>>๐Deprecated: replaced by get_metadata
Available on crate features
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.