Function dropbox_sdk::sharing::create_shared_link_with_settings
source · [−]pub fn create_shared_link_with_settings(
client: &impl UserAuthClient,
arg: &CreateSharedLinkWithSettingsArg
) -> Result<Result<SharedLinkMetadata, CreateSharedLinkWithSettingsError>>Available on crate feature
dbx_sharing only.Expand description
Create a shared link with custom settings. If no settings are given then the default visibility
is RequestedVisibility::Public (The resolved visibility,
though, may depend on other aspects such as team and shared folder settings).