Latest updates
Fixed bug in gam <UserTypeEntity> update calattendees
where replacestatus
and updatestatus
were not
properly updating the attendee status.
Added returnidonly
to gam [<UserTypeEntity>] create teamdrive
that causes GAM to return just the
ID of the created Team Drive as output. This will be useful in scripts that create a Team Drive and then
want to perform subsequent GAM command on the Team Drive. This ID will only be valid when the return code
of the command is 0; program accordingly.
Linux/MacOS
teamDriveId=`gam user user@domain.com create teamdrive ... returnidonly`
Windows PowerShell
$teamDriveId = & gam user user@domain.com create teamdrive ... returnidonly`
Handled Google delays in gam [<UserTypeEntity>] create teamdrive
when trying to set Team Drive restrictions
or hiding the Team Drive after it has been created.
Installation
If you are a first time Gam user:
If you are upgrading from standard Gam
If you are upgrading from GAMADV-X or GAMADV-XTD