Function dropbox_sdk::sharing::create_shared_link_with_settings[][src]

pub fn create_shared_link_with_settings(
    client: &impl UserAuthClient,
    arg: &CreateSharedLinkWithSettingsArg
) -> Result<Result<SharedLinkMetadata, CreateSharedLinkWithSettingsError>>
This is supported on crate feature dbx_sharing only.

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).