diff --git a/docs/GamUpdates.md b/docs/GamUpdates.md index f1b17d8e..3a00828f 100644 --- a/docs/GamUpdates.md +++ b/docs/GamUpdates.md @@ -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. 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 diff --git a/src/GamUpdate.txt b/src/GamUpdate.txt index 5f9afc30..ba033c24 100644 --- a/src/GamUpdate.txt +++ b/src/GamUpdate.txt @@ -2,6 +2,14 @@ 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 The Google Chat API has been updated so that chat members can now have their role set to manager.