Version | Change log |
Google Apps Manager 7.17.02 Jul 31, 2025 |
Updated gam <UserTypeEntity> print|show webmastersites to handle the following error that occurs if you haven't updated your project to include the Google Search Console API. |
Google Apps Manager 7.17.01 Jul 30, 2025 |
Fixed bug in gam <UserTypeEntity> show webmastersites that caused a trap. Added commands to discover Sites and WebResources that managed users (previously unmanaged) may have access to for better governance and visibility. These are special purpose commands and will not generally be used. |
Google Apps Manager 7.16.01 Jul 29, 2025 |
The Drive API now supports setting download restrictions on individual files. Added downloadrestictions and <DriveDownloadRestrictionsSubfieldName> to <DriveFieldName>. <DriveDownloadRestrictionsSubfieldName> ::= downloadrestrictions.itemdownloadrestriction| downloadrestrictions.effectivedownloadrestrictionwithcontext Added itemdownloadrestriction (restrictedforreaders [<Boolean>]) (restrictedforwriters [<Boolean>]) to <DriveFileAttribute>. From the Drive API documentation: itemDownloadRestriction - The download restriction of the file applied directly by the owner or organizer. This does not take into account shared drive settings or DLP rules. effectiveDownloadRestrictionWithContext - Output only. The effective download restriction applied to this file. This considers all restriction settings and DLP rules. restrictedForReaders - Whether download and copy is restricted for readers. restrictedForWriters - Whether download and copy is restricted for writers. If true, download is also restricted for readers. |
Google Apps Manager 7.16.00 Jul 28, 2025 | Removed drive_v3_native_names from gam.cfg; GAM now only uses Drive API v3 fields names on output. |
Google Apps Manager 7.15.00 Jul 25, 2025 |
Updated gam print shareddriveorganizers to make shownoorganizerdrives default to True as documented; it was defaulting to False. Cleaned up code for processing Python dictionary structures; this should have no noticable effect. |
Google Apps Manager 7.13.03 Jul 15, 2025 |
Added option csv [todrive <ToDriveAttribute>*] [formatjson [quotechar <Character>]]] to gam create chromeprofilecommand so that command details are displayed in CSV format. Added option commands <ChromeProfileCommandNameList>|<FileSelector>|<CSVFileSelector> to <ChromeProfileNameEntity> so that gam print|show chromeprofilecommands can directly display the commands generated by gam create chromeprofilecommand with the csv option. |
Google Apps Manager 7.13.02 Jul 14, 2025 |
Fixed bug in gam create chromeprofilecommand where select|filter were not recognized. Updated gam create datatransfer <OldOwnerID> datastudio <NewOwnerID> that generated the following error due to an unhandled API change. |
Google Apps Manager 7.13.01 Jul 13, 2025 | Enhanced gam create|print|show chromeprofilecommand to allow specification of multiple Chrome browser profiles rather than just one. |
Google Apps Manager 7.13.00 Jul 12, 2025 |
Added commands that send remote commands to Chrome browser profiles and display the results; at the moment, these commands can clear the browser cache and cookies. |
Google Apps Manager 7.12.02 Jul 10, 2025 | Updated gam print users to handle the following error: ERROR: 503: serviceNotAvailable - The service is currently unavailable |