Skip to content

Commit 68f9345

Browse files
authored
Automated Spec Update (#340)
397eca2ba6c0fbc453fb8832ad5c562c89fd6502 Change Notes: Shared Links Namespace: - Update Comments Team Log Generated Namespace: - Update AdminAlertCategoryEnum union to include information_governance - Add AdminConsoleAppPermission union - Add AdminConsoleAppPolicy union - Update AdminRole union to include compliance_admin, content_admin, reporting_admin, security_admin - Add AppBlockedByPermissionsDetails struct - Add AppPermissionsChangedDetails struct - Update EventDetails union to include app_blocked_by_permissions_details, app_permissions_changed_details - Add AppBlockedByPermissionsType struct - Add AppPermissionsChangedType struct - Update EventType union to include app_blocked_by_permissions, app_permissions_changed - Update EventTypeArg union to include app_blocked_by_permissions, app_permissions_changed Co-authored-by: DropboxBot <[email protected]>
1 parent fc72aaa commit 68f9345

File tree

3 files changed

+515
-3
lines changed

3 files changed

+515
-3
lines changed

dropbox/sharing.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -1303,8 +1303,10 @@ class CreateSharedLinkWithSettingsError(bb.Union):
13031303
:ivar SharedLinkSettingsError
13041304
CreateSharedLinkWithSettingsError.settings_error: There is an error with
13051305
the given settings.
1306-
:ivar sharing.CreateSharedLinkWithSettingsError.access_denied: Access to the
1307-
requested path is forbidden.
1306+
:ivar sharing.CreateSharedLinkWithSettingsError.access_denied: The user is
1307+
not allowed to create a shared link to the specified file. For example,
1308+
this can occur if the file is restricted or if the user's links are
1309+
`banned <https://help.dropbox.com/files-folders/share/banned-links>`_.
13081310
"""
13091311

13101312
_catch_all = None

0 commit comments

Comments
 (0)