pub type GetSharedLinkFileArg = GetSharedLinkMetadataArg;
Available on crate features
async_routes
and dbx_sharing
only.Aliased Type§
pub struct GetSharedLinkFileArg {
pub url: String,
pub path: Option<String>,
pub link_password: Option<String>,
}
Fields§
§url: String
URL 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.