Function dropbox_sdk::files::alpha_get_metadata
source · [−]pub fn alpha_get_metadata(
client: &impl UserAuthClient,
arg: &AlphaGetMetadataArg
) -> Result<Result<Metadata, AlphaGetMetadataError>>
👎 Deprecated:
replaced by get_metadata
This is supported 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.