Function dropbox_sdk::sharing::modify_shared_link_settings
source · [−]pub fn modify_shared_link_settings(
client: &impl UserAuthClient,
arg: &ModifySharedLinkSettingsArgs
) -> Result<Result<SharedLinkMetadata, ModifySharedLinkSettingsError>>Available on crate feature
dbx_sharing only.Expand description
Modify the shared link’s settings. If the requested visibility conflict with the shared links
policy of the team or the shared folder (in case the linked file is part of a shared folder)
then the LinkPermissions::resolved_visibility of the returned
SharedLinkMetadata will reflect the actual visibility of the shared link
and the LinkPermissions::requested_visibility will reflect the requested
visibility.