mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-23 07:31:36 +00:00
Fixed bug in gam <UserTypeEntity> print shareddrives where role was improperly displayed as unknown
This commit is contained in:
@@ -15,6 +15,9 @@ See [Downloads](https://github.com/taers232c/GAMADV-XTD3/wiki/Downloads) for Win
|
||||
|
||||
Updated `<ToDriveAttribute>` to allow multiple `tdshare <EmailAddress> commenter|reader|writer` options.
|
||||
|
||||
Fixed bug in `gam <UserTypeEntity> print shareddrives` where `role` was improperly displayed as `unknown`
|
||||
rather than `reader` when `Allow viewers and commenters to download, print, and copy files` was unchecked for the Shared Drive.
|
||||
|
||||
### 6.67.31
|
||||
|
||||
Updated `gam <UserTypeEntity> claim|transfer ownership <DriveFileEntity>` to properly
|
||||
|
||||
@@ -61836,7 +61836,7 @@ SHAREDDRIVE_ROLES_CAPABILITIES_MAP = {
|
||||
'commenter': {'canComment': True, 'canEdit': False},
|
||||
'fileOrganizer': {'canAddChildren': True, 'canManageMembers': False},
|
||||
'organizer': {'canManageMembers': True},
|
||||
'reader': {'canCopy': True, 'canComment': False},
|
||||
'reader': {'canEdit': False, 'canComment': False},
|
||||
'writer': {'canEdit': True, 'canManageMembers': False},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user