Skip to content

Commit

Permalink
Added keep to <ActivityApplicationName> so you can do `gam report…
Browse files Browse the repository at this point in the history
… keep`.
  • Loading branch information
taers232c committed Jun 8, 2021
1 parent f677b58 commit 32a3643
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/GamCommands.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3243,6 +3243,7 @@ gam report usage customer [todrive <ToDriveAttribute>*]
google+|gplus|
group|groups|
hangoutsmeet|meet|
keep|
jamboard|
login|logins|
mobile|
Expand Down
2 changes: 2 additions & 0 deletions src/GamUpdate.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
6.04.01

Added `keep` to `<ActivityApplicationName>` so you can do `gam report keep`.

Handle the following error when trying to share a folder on a Team Drive to a domain.
```
ERROR: 400: invalidLinkVisibility - Bad Request. User message: ""
Expand Down
1 change: 1 addition & 0 deletions src/gam/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10445,6 +10445,7 @@ def validateYYYYMMDD(argstr):
'groupsenterprise': 'groups_enterprise',
'hangoutsmeet': 'meet',
'jamboard': 'jamboard',
'keep': 'keep',
'login': 'login',
'logins': 'login',
'meet': 'meet',
Expand Down

0 comments on commit 32a3643

Please sign in to comment.