pub fn create_shared_link_with_settings<'a>(
client: &'a impl UserAuthClient,
arg: &'a CreateSharedLinkWithSettingsArg,
) -> impl Future<Output = Result<SharedLinkMetadata, Error<CreateSharedLinkWithSettingsError>>> + Send + 'a
Available on crate features
async_routes
and 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).