File tree 6 files changed +545
-5
lines changed
6 files changed +545
-5
lines changed Original file line number Diff line number Diff line change @@ -1303,8 +1303,10 @@ class CreateSharedLinkWithSettingsError(bb.Union):
1303
1303
:ivar SharedLinkSettingsError
1304
1304
CreateSharedLinkWithSettingsError.settings_error: There is an error with
1305
1305
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>`_.
1308
1310
"""
1309
1311
1310
1312
_catch_all = None
Original file line number Diff line number Diff line change @@ -591,7 +591,8 @@ class AdminTier(bb.Union):
591
591
:ivar team.AdminTier.user_management_admin: User can do most user
592
592
provisioning, de-provisioning and management.
593
593
:ivar team.AdminTier.support_admin: User can do a limited set of common
594
- support tasks for existing users.
594
+ support tasks for existing users. Note: Dropbox is adding new types of
595
+ admin roles; these may display as support_admin.
595
596
:ivar team.AdminTier.member_only: User is not an admin of the team.
596
597
"""
597
598
You can’t perform that action at this time.
0 commit comments