diff --git a/wiki/GamUpdates.md b/wiki/GamUpdates.md index efb8d722..ad20736e 100644 --- a/wiki/GamUpdates.md +++ b/wiki/GamUpdates.md @@ -10,6 +10,13 @@ Add the `-s` option to the end of the above commands to suppress creating the `g See [Downloads-Installs-GAM7](https://github.com/GAM-team/GAM/wiki/Downloads-Installs) for Windows or other options, including manual installation +### 7.20.01 + +Added option `showaccesssettings` to `gam [] print|show chatspaces`. When listing +Chat Spaces, the Chat API does not return the `accessSettings` field; if you need to see this field, +add `showaccesssettings` to the command. This requires an additional Chat API call per chat space of type `SPACE` +to get the `accessSettings` field. + ### 7.20.00 Added initial support for student groups in Google Classroom. This is a work in progress and requires Developer Preview membership. diff --git a/wiki/How-to-Upgrade-Legacy-GAM-to-GAM7.md b/wiki/How-to-Upgrade-Legacy-GAM-to-GAM7.md index 1a9b63e5..7c93c700 100644 --- a/wiki/How-to-Upgrade-Legacy-GAM-to-GAM7.md +++ b/wiki/How-to-Upgrade-Legacy-GAM-to-GAM7.md @@ -252,7 +252,7 @@ writes the credentials into the file oauth2.txt. admin@server:/Users/admin$ rm -f /Users/admin/GAMConfig/oauth2.txt admin@server:/Users/admin$ gam version WARNING: Config File: /Users/admin/GAMConfig/gam.cfg, Section: DEFAULT, Item: oauth2_txt, Value: /Users/admin/GAMConfig/oauth2.txt, Not Found -GAM 7.20.00 - https://github.com/GAM-team/GAM - pyinstaller +GAM 7.20.01 - https://github.com/GAM-team/GAM - pyinstaller GAM Team Python 3.13.7 64-bit final MacOS Sequoia 15.6.1 x86_64 @@ -990,7 +990,7 @@ writes the credentials into the file oauth2.txt. C:\>del C:\GAMConfig\oauth2.txt C:\>gam version WARNING: Config File: C:\GAMConfig\gam.cfg, Section: DEFAULT, Item: oauth2_txt, Value: C:\GAMConfig\oauth2.txt, Not Found -GAM 7.20.00 - https://github.com/GAM-team/GAM - pythonsource +GAM 7.20.01 - https://github.com/GAM-team/GAM - pythonsource GAM Team Python 3.13.7 64-bit final Windows-10-10.0.17134 AMD64 diff --git a/wiki/Users-Chat.md b/wiki/Users-Chat.md index 8e1ff8d6..46c9607f 100644 --- a/wiki/Users-Chat.md +++ b/wiki/Users-Chat.md @@ -320,24 +320,32 @@ By default, Gam displays the information as an indented list of keys and values. ``` gam show chatspaces [types ] - [fields ] + [fields ] [showaccessssettings] [formatjson] ``` By default, chat spaces of all types are displayed. * `types ` - Display specific types of spaces. +When listing Chat Spaces, the Chat API does not return the `accessSettings` field; if you need to see this fieldf, +add `showaccesssettings` to the command. This requires an additional Chat API call per chat space of type `SPACE` +to get the `accessSettings` field. + By default, Gam displays the information as an indented list of keys and values. * `formatjson` - Display the fields in JSON format. ``` gam print chatspaces [todrive *] [types ] - [fields ] + [fields ] [showaccessssettings] [formatjson [quotechar ]] ``` By default, chat spaces of all types are displayed. * `types ` - Display specific types of spaces. +When listing Chat Spaces, the Chat API does not return the `accessSettings` field; if you need to see this fieldf, +add `showaccesssettings` to the command. This requires an additional Chat API call per chat space of type `SPACE` +to get the `accessSettings` field. + By default, Gam displays the information as columns of fields; the following option causes the output to be in JSON format, * `formatjson` - Display the fields in JSON format. @@ -385,13 +393,17 @@ Only spaces of `` `space` are displayed; spaces of ` show chatspaces asadmin [query ] [querytime