[−][src]Function dropbox_sdk::sharing::create_shared_link_with_settings
pub fn create_shared_link_with_settings(
client: &dyn HttpClient,
arg: &CreateSharedLinkWithSettingsArg
) -> Result<Result<SharedLinkMetadata, CreateSharedLinkWithSettingsError>>
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).