Added truncate_client_id Boolean variable to gam.cfg doc cleanup

This commit is contained in:
Ross Scroggs
2024-04-22 18:31:06 -07:00
parent 0e455a2e40
commit b4b9bd2436
2 changed files with 9 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ Added `truncate_client_id` Boolean variable to `gam.cfg`. Prior to version 6.74.
'.apps.googleusercontent.com' from `client_id` in `oauth2.txt` and passed the truncated value in API calls. '.apps.googleusercontent.com' from `client_id` in `oauth2.txt` and passed the truncated value in API calls.
At Jay's suggestion this is no longer performed by default; setting `truncate_client_id = true` restores the previous behavior. At Jay's suggestion this is no longer performed by default; setting `truncate_client_id = true` restores the previous behavior.
Do `gam aouth delete` and `gam aouth create` to set the untruncated value of `client_id` in `oauth2.txt`. Do `gam oauth delete` and `gam oauth create` to set the untruncated value of `client_id` in `oauth2.txt`.
### 6.73.00 ### 6.73.00

View File

@@ -2,6 +2,14 @@
Merged GAM-Team version Merged GAM-Team version
6.74.00
Added `truncate_client_id` Boolean variable to `gam.cfg`. Prior to version 6.74.00, GAM stripped
'.apps.googleusercontent.com' from `client_id` in `oauth2.txt` and passed the truncated value in API calls.
At Jay's suggestion this is no longer performed by default; setting `truncate_client_id = true` restores the previous behavior.
Do `gam oauth delete` and `gam oauth create` to set the untruncated value of `client_id` in `oauth2.txt`.
6.73.00 6.73.00
The Google Chat API has been updated so that chat members can now have their role set to manager. The Google Chat API has been updated so that chat members can now have their role set to manager.