pub type GetSharedLinkFileArg = GetSharedLinkMetadataArg;Available on crate feature
dbx_sharing only.Aliased Type§
pub struct GetSharedLinkFileArg {
pub url: String,
pub path: Option<String>,
pub link_password: Option<String>,
}Fields§
§url: StringURL of the shared link.
path: Option<String>If the shared link is to a folder, this parameter can be used to retrieve the metadata for a specific file or sub-folder in this folder. A relative path should be used.
link_password: Option<String>If the shared link has a password, this parameter can be used.