Ross Scroggs
51de288f27
Added option sizefield quotabytesused|size to file display commands
...
Fixed bug in gam <UserTypeEntity> copy|move drivefile` that caused a trap.
2023-11-22 08:56:30 -08:00
Ross Scroggs
683d47175b
Added option noduplicate to gam <UserTypeEntity> create drivefile
2023-11-15 18:27:12 -08:00
Ross Scroggs
fac8c11798
Updated gam <UserTypeEntity> get drivefile <DriveFileEntity>
...
to handle the following error
that seems to occur when multiple tabs from a Google sheet are being downloaded in parallel.
```
Download Failed: HTTP Error: 429
```
2023-11-13 16:59:11 -08:00
Ross Scroggs
b5f5291e14
Added options to gam report <ActivityApplicationName>
...
`addcsvdata <FieldName> <String>`
`shownoactivities`
2023-11-11 17:11:18 -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
4934809b88
Add showmimetypesize to print filelist/filecounts
2023-10-20 14:35:45 -07:00
Ross Scroggs
55298f0134
Two updates
...
Fixed bug in `gam <UserTypeEntity> create contact <JSONData>` that caused a trap when
contacts were being copied from one user to another.
Updated the commands to allow specification of a task list by its title.
2023-10-19 08:14:03 -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
aebec7fa94
Added fields devicelicensetype and osupdatestatus to <CrOSFieldName>.
2023-10-03 13:43:01 -07:00
Ross Scroggs
7f79bf0e87
Added matchfield organizerself <Boolean> to <EventMatchProperty>
2023-10-03 08:34:37 -07:00
Ross Scroggs
b7f572149f
Updated gam <UserTypeEntity> get drivefile to allow downloading Jamboard files
2023-09-28 13:00:57 -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
c30931545f
Added option showdeleted [<Boolean>]' to gam <UserTypeEntity> print|show chatmessages`.
...
Updated commands that call the Reports API (including `gam info domain`) to handle a change
in the Reports API that generated the following warning:
```
WARNING: End date greater than LastReportedDate.
2023-09-07 09:03:00 -07:00
Ross Scroggs
ed62abe464
Added option ou_and_children <OrgUnitItem> to gam print|show crostelemetry
2023-09-04 20:04:41 -07:00
Ross Scroggs
34e42a1076
Added option addcsvdata <FieldName> <String> to commands that print calendar acsl
2023-09-03 19:16:56 -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
a7097a7310
Added option ignorerole to gam update groups|cigroups <GroupEntity> sync [<GroupRole>|ignorerole] ... <UserTypeEntity>
2023-08-23 15:43:43 -07:00
Ross Scroggs
8a46365f51
Allow external members in chat spaces
2023-08-21 16:10:21 -07:00
Ross Scroggs
1243ece157
Use writeStdout so redirect stdout catches data; update documentation
2023-08-18 11:37:55 -07:00
Ross Scroggs
09581ae654
Added support for calendar working location events.
2023-08-16 19:26:03 -07:00
Ross Scroggs
a017621a3d
Added support for alternative output when creating contacts
2023-08-15 07:58:23 -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
438656a549
Improved create shareddrive retries
2023-07-29 09:17:12 -07:00
Ross Scroggs
01aaff9b83
Added option contentrestrictions ownerrestricted [<Boolean>] to <DriveFileAttribute>.
2023-07-27 10:00:54 -07:00
Ross Scroggs
e26cda1d6b
Added option contentrestrictions ownerrestricted [<Boolean>] to <DriveFileAttribute>.
2023-07-27 09:49:30 -07:00
Ross Scroggs
1aa4d85161
Added aggregatebyuser [Boolean] option to gam report user to allow data aggregation for users across multiple dates.
2023-07-25 16:10:34 -07:00
Ross Scroggs
3955f0d7ae
Added commands to display Analytic UA properties.
2023-07-25 08:40:06 -07:00
Ross Scroggs
3eea0cea08
Added option returnidonly to gam create vaultexport|vaulthold|vaultmatter
2023-07-24 08:14:35 -07:00
Ross Scroggs
639a9152c2
6.61.08 and 6.61.09 changes
2023-07-21 12:50:30 -07:00
Jay Lee
03917fb70b
GAM version merge (kaa-boom)
2023-07-21 18:24:45 +00:00
Ross Scroggs
3046cbf3b9
Support singleEvents in calendar printevents ( #1639 )
2023-07-05 10:23:10 -04:00
Ross Scroggs
0dbdbc7a13
Two updates ( #1618 )
...
* Update documentation: gam delete inboundssoassignment <SSOAssignmentSelector>
* tsv is a valid Google Doc extension
2023-04-06 05:13:50 -04:00
Ross Scroggs
c67b214298
Allow user to optionally specify serial number on resetpiv ( #1607 )
2023-02-27 11:17:20 -05:00
Ross Scroggs
048e8dfef5
Add gam version checkrc ( #1605 )
...
* Add gam version checkrc
* Fix code
* gam version checkrc cleanup
2023-02-24 10:58:23 -05:00
Ross Scroggs
aaf7a89192
Fix documenataion error ( #1604 )
2023-02-24 09:45:22 -05:00
Ross Scroggs
a774fc0beb
GCP cleanup ( #1602 )
2023-02-23 11:44:52 -05:00
Ross Scroggs
62d738f5c2
copy storagebucket/vault cleanup ( #1599 )
2023-02-06 15:50:39 -05:00
Ross Scroggs
454778b190
print chromeaues/chromeversions cleanup, add print chromeneedsattn ( #1598 )
...
* print chromeaues/chromeversions cleanup, add print chromeneedsattn
* Fix typo
* Define new ChromeOS fields
2023-02-03 14:10:35 -05:00
Ross Scroggs
5e78c93b71
Added gam print chromeaues ( #1597 )
2023-01-30 19:42:28 -05:00
Ross Scroggs
f4d390b77b
Use returnnameonly, it's like returnidonly in create drivefile ( #1579 )
...
* Document nameonly in create/update inboundssoprofile
* Use returnnameonly, it's like returnidonly in create drivefile
2022-11-30 09:15:36 -05:00
Ross Scroggs
9af0a5d843
Code fix, consistency preference ( #1578 )
...
* Code fix, consistency preference
* Code cleanup
* Code cleanup for sso assignments
* Fix typo
* Shorten lines
2022-11-22 07:08:15 -05:00
Ross Scroggs
9820a3d81e
Inbound SSO documentation; org is synonym for ou and orgunit ( #1576 )
...
Are `gam info inboundssoassignment` and `gam delete inboundssoassignment` coming?
Is `gam info inboundssocredentials` coming?
2022-11-15 07:07:04 -05:00
Ross Scroggs
bd18f14137
checkconnection cleanup ( #1552 )
2022-08-22 09:19:39 -04:00