pub fn create_shared_link_with_settings(
client: &impl UserAuthClient,
arg: &CreateSharedLinkWithSettingsArg,
) -> Result<SharedLinkMetadata, Error<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).