Ross Scroggs
14eaa9f32f
Updated reseller commands to handle the following error:
...
ERROR: 400: invalid - Customer domain [domain.com] is linked to one or more email verified customers, please provide a customer id.
2024-01-10 16:46:04 -08:00
Ross Scroggs
f950c863f4
Gmail permissions update
...
Updated various Gmail related commands to handle this error:
```
ERROR: 403: permissionDenied - Insufficient Permission
```
2024-01-10 08:52:57 -08:00
Ross Scroggs
800943c401
Updated commands that create ACLs to handle the following error:
...
ERROR: 400: abusiveContentRestriction - Bad Request. User message: "You cannot share this item because it has been flagged as inappropriate."
2024-01-04 15:04:24 -08:00
Ross Scroggs
7596215bbe
Added option skipids <DriveFileEntity> to gam <UserTypeEntity> copy drivefile
2023-12-30 08:57:54 -08:00
Ross Scroggs
7c6bbaf107
Revert "Sdd skids to more command, handle Shared Drive limitations"
...
This reverts commit 5271368776 .
2023-12-30 07:47:06 -08:00
Ross Scroggs
5271368776
Sdd skids to more command, handle Shared Drive limitations
2023-12-29 21:01:59 -08:00
Ross Scroggs
0d9c6a77b6
Updates for API changes
...
Updated `gam <CrOSTypeEntity> update action <CrOSAction>` to use the new API function `batchChangeStatus`
Updated `gam create vaultexport matter <MatterItem>` to support `corpus calendar`.
2023-12-22 19:38:06 -08:00
Ross Scroggs
f89f730957
Handle issues in update alias/message
2023-12-19 20:04:06 -08:00
Ross Scroggs
2bb0088ade
Updated all drive commands to handle the following error:
...
```
ERROR: 401: Active session is invalid. Error code: 4 - authError
```
2023-12-12 10:25:59 -08:00
Ross Scroggs
97e13b92be
Fixed/improved handling of shortcuts in gam <UserTypeEntity> transfer drive.
2023-12-11 15:56:00 -08:00
Ross Scroggs
56c33fec87
Fixed bug in gam <UserTypeEntity> print filelist ... allfields that caused a trap
2023-12-07 18:26:59 -08:00
Ross Scroggs
59dd01f1e8
Update and fix
...
Fixed bug in `gam <UserTypeEntity> print diskusage` that caused a trap.
Added a command the print the parent tree of file/folder.
2023-12-06 14:18:33 -08:00
Ross Scroggs
c289fb08f1
Update library files
2023-12-01 18:42:42 -08:00
Ross Scroggs
0562639715
Added additional options to gam <UserTypeEntity> print|show youtubechannels.
2023-11-22 20:36:43 -08:00
Ross Scroggs
4a199c7b6f
Multiple updates
2023-11-03 08:52:05 -07:00
Ross Scroggs
3facd05a94
SKU fix and update
2023-10-25 13:11:17 -07:00
Ross Scroggs
7915f97bd5
Updated lookerstudioassets|lookerstudiopermissions commands to handle the following error:
...
ERROR: 500: internalError - Internal error encountered.
2023-10-13 11:36:44 -07:00
Ross Scroggs
40977cedc7
Cleaned up and renamed gam info appdetails to gam info chromeapp.
2023-10-12 12:14:14 -07:00
Ross Scroggs
d500196dee
Added command to get customer app details.
2023-10-12 09:03:03 -07:00
Ross Scroggs
9bbdae6986
Added support for Google Workspace Labs license (for real)
2023-10-11 07:55:11 -07:00
Ross Scroggs
b07bd82f60
Updated gam <UserTypeEntity> print|show youtubechannels to handle the following error:
...
ERROR: 403: unsupportedSupervisedAccount - Access Forbidden. The authenticated user cannot access this service.
2023-09-27 16:48:31 -07:00
Ross Scroggs
086c7469c5
Added support for displaying users YouTube channels.
...
Pyinstaller 6.0.0 causes errors. You can tweak build.yml to revert to 5.13.2
2023-09-26 21:10:52 -07:00
Ross Scroggs
38c78228aa
Multiple changes
...
Added support for Duet AI license.
Added `api_call_tries_limit` variable to `gam.cfg` that limits the number of tries
for Google API calls that return an error that indicates a retry should be performed. The default value is 10 and the range of allowable values is 3-10.
Code cleanup for retry loops
Initial (not announced, in preview mode) code for Chat API support of group members and role management
Allow spaces/xxx and space/xxx when specifying chat spaces
2023-09-20 11:26:16 -07:00
Ross Scroggs
9999abe462
Update OU inheritance options
2023-09-17 16:46:31 -07:00
Ross Scroggs
d16ce28ee5
Multiple updates
2023-09-15 19:44:26 -07:00
Ross Scroggs
effa972a40
Updated print aliases|groups|group-members|users
...
Added option `verifyorganizer [<Boolean>]` to `gam <UserTypeEntity> copy|move drivefile`
2023-09-13 13:45:10 -07:00
Ross Scroggs
cfb44548ab
Added commands to show the number of CrOS devices or Users in an entity.
...
Updated `gam create project` to prompt user to mark `GAM Project Creation` as a trusted app.
2023-08-31 13:27:49 -07:00
Ross Scroggs
c6de3de370
Updated gam create teamdrive to handle the following error:
...
ERROR: 403: userCannotCreateTeamDrives - The authenticated user cannot create new shared drives.
2023-08-30 08:04:01 -07:00
Ross Scroggs
b509e35cd1
Updated cigroup commands to handle the following error:
...
ERROR: 400: invalidArgument - Request contains an invalid argument.
2023-08-29 16:19:16 -07:00
Ross Scroggs
c314637847
Updated cigroup commands to handle the following error:
...
ERROR: 503: serviceNotAvailable - The service is currently unavailable.
2023-08-24 09:55:19 -07:00
Ross Scroggs
219e9ee8da
Updated inboundsso commands to handle the following error:
...
ERROR: 503: serviceNotAvailable - The service is currently unavailable.
2023-08-23 22:10:54 -07:00
Ross Scroggs
d47268f45c
Revert "Made serviceNotAvailable retryable"
...
This reverts commit d5eef1faf5 .
2023-08-23 21:39:23 -07:00
Ross Scroggs
d5eef1faf5
Made serviceNotAvailable retryable
2023-08-23 20:46:05 -07:00
Jay Lee
48c30dc266
switch to modern urllib3 via a shim
2023-08-21 14:21:59 +00:00
Ross Scroggs
e76b71e245
Added process_wait_limit variable to gam.cfg
2023-08-18 15:40:00 -07:00
Ross Scroggs
ae4578758a
Added command gam <UserTypeEntity> print diskusage to display disk usage by folder.
2023-08-10 11:06:40 -07:00
Ross Scroggs
c9cda88f7f
Added output_dateformat and output_timeformat variables to gam.cfg
2023-08-07 12:19:10 -07:00
Ross Scroggs
5cb7299b64
Add entity items for working locations
2023-08-05 09:27:04 -07:00
Ross Scroggs
21d5dbe6e3
workingLocation cleanup (not public)
2023-08-02 16:07:59 -07:00
Ross Scroggs
78fc9b0478
Inform user of gcloud reauth
2023-08-02 10:06:53 -07:00
Ross Scroggs
0773bea679
Remove audit.googleapis.com from the list of project APIs.
2023-08-01 07:52:54 -07:00
Ross Scroggs
3a9f294bd0
VAR_SFFT only required if Standard GAM had a signal file
...
enabledasa.txt for example
2023-07-31 14:34:14 -07:00
Jay Lee
1a39e03b33
Merge branch 'main' into gcloud_reauth
2023-07-31 16:18:56 -04:00
Jay Lee
ffa5fd5b36
gam.cfg changes for gcloud reauth
2023-07-31 20:16:28 +00:00
Ross Scroggs
2705508c4d
Make default value for enable_gcloud_reauth False
2023-07-31 12:46:49 -07:00
Ross Scroggs
748f2a9417
Add enable_gcloud_reauth to gam.cfg
2023-07-31 12:37:36 -07:00
Ross Scroggs
750397e213
Two small updates
...
* - Trap targetUserRoleLimitedByLicenseRestriction
* - Update print|show chatmembers, avoid GAMADV-XTD3 bug
2023-07-31 07:53:42 -07:00
Ross Scroggs
fa9d167025
Added the following license SKUs.
...
+```
1010060005 - Google Workspace Essentials Plus
1010020031 - Google Workspace Frontline Standard
1010340005 - Google Workspace Business Starter - Archived User
1010340006 - Google Workspace Business Standard - Archived User
```
2023-07-27 14:08:23 -07:00
Jay Lee
03917fb70b
GAM version merge (kaa-boom)
2023-07-21 18:24:45 +00:00