Skip to content

Commit 4002419

Browse files
authored
Merge branch 'main' into dependabot/pip/pytest-runner-5.3.0
2 parents 8cc898a + a812d56 commit 4002419

File tree

6 files changed

+545
-5
lines changed

6 files changed

+545
-5
lines changed

dropbox/sharing.py

Lines changed: 4 additions & 2 deletions
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

dropbox/team.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,8 @@ class AdminTier(bb.Union):
591591
:ivar team.AdminTier.user_management_admin: User can do most user
592592
provisioning, de-provisioning and management.
593593
: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.
595596
:ivar team.AdminTier.member_only: User is not an admin of the team.
596597
"""
597598

0 commit comments

Comments
 (0)