| Version | Change log |
| Google Apps Manager 7.35.02 Mar 10, 2026 |
Added option showsizeunits to gam gam <UserTypeEntity> print filelist|filecounts as an alternative to option showsize. showsize - 31549200951 - This is a byte count `showsizeunits' - 31.55 GB - This is as shown in the Admin console |
| Google Apps Manager 7.35.01 Mar 7, 2026 |
Windows gam-7.xx.yy-x86_64.msi has been replaced with gam-7.xx.yy-x86_64.exe. Windows gam-7.xx.yy-arm64.msi has been replaced with gam-7.xx.yy-arm64.exe. Updated cacerts.pem to avoid to following error in gam checkconn. Checking raw.githubusercontent.com (185.199.110.133) (2)... ERROR Certificate verification failed. If you are behind a firewall / proxy server that does TLS / SSL inspection you may need to point GAM at your certificate authority file by setting cacert s_pem = /path/to/your/certauth.pem in gam.cfg. If you have customized cacerts.pem, update your version with the Operating CA: Let's Encrypt values from the GAM default version. |
| Google Apps Manager 7.35.00 Mar 4, 2026 |
Windows gam-7.xx.yy-x86_64.msi has been replaced with gam-7.xx.yy-x86_64.exe. Windows gam-7.xx.yy-arm64.msi has been replaced with gam-7.xx.yy-arm64.exe. Updated cacerts.pem to avoid to following error in gam checkconn. Checking raw.githubusercontent.com (185.199.110.133) (2)... ERROR Certificate verification failed. If you are behind a firewall / proxy server that does TLS / SSL inspection you may need to point GAM at your certificate authority file by setting cacert s_pem = /path/to/your/certauth.pem in gam.cfg. If you have customized cacerts.pem, update your version with the Operating CA: Let's Encrypt values from the GAM default version. |
| Google Apps Manager 7.34.12 Mar 2, 2026 | Fixed build errors that prevented Windows zip files from being created. |
| Google Apps Manager 7.34.10 Feb 28, 2026 | Fixed bug where formatjson quotechar <Character> on the command line did not override redirect csv <FileName> multiprocess quotechar <Character>. |
| Google Apps Manager 7.34.09 Feb 27, 2026 | Updated gam <UserTypeEntity> update photo to delete the user's existing photo before performing the update as the API update will succeed but not replace a user's existing self-set photo. |
| Google Apps Manager 7.34.08 Feb 25, 2026 |
Rebuild to avoid the following error: requests/__init__.py:113: RequestsDependencyWarning: urllib3 (2.6.3) or chardet (6.0.0.post1)/charset_normalizer (3.4.4) doesn't match a supp orted version! |
| Google Apps Manager 7.34.06 Feb 21, 2026 |
Added option copyfolderpermissions [<Boolean>] to gam <UserTypeEntity> copy|move drivefile. When copyfolderpermissions false is specified, no folder permissions are copied; this simplifies disabling all folder permission copying. When not specified or copyfolderpermissions [true] is specified, folder permissions are copied based on the following options: copymergewithparentfolderpermissions [<Boolean>] copymergedtopfolderpermissions [<Boolean>] copytopfolderpermissions [<Boolean>] copytopfolderiheritedpermissions [<Boolean>] copytopfoldernoniheritedpermissions never|always|syncallfolders|syncupdatedfolders copymergedsubfolderpermissions [<Boolean>] copysubfolderpermissions [<Boolean>] copysubfolderinheritedpermissions [<Boolean>] copysubfoldernoniheritedpermissions never|always|syncallfolders|syncupdatedfolders |
| Google Apps Manager 7.34.01 Feb 13, 2026 |
Updated gam create|update adminrole to handle the following errors: ERROR: 400: invalid - Invalid Role privileges ERROR: 400: required - Required parameter: [resource.privileges[n].service_id] |
| Google Apps Manager 7.34.00 Feb 12, 2026 |
Added variable csv_output_header_required to gam.cfg that is a comma separated list of <Strings> that are required to be in the list of column headers in the CSV file written by a gam print command. This will typically be used to specify headers that are required in subsequent commands that process the CSV file even if the API didn't return any data for those columns. Updated the following commands to not require the Directory API - Domains scope unless the internal or external options are used to request the member category. gam info|print groups gam print|show group-members gam info|print cigroups gam print|show cigroup-members gam <UserTypeEntity> print|show filesharecounts |