Latest updates
Added option to the copyfrom
option used with gam create/update course
that modifies how
course work and materials are copied.
markdraftaspublished
- Mark all draft course work and materials as published
Updated todrive
options to simplify updating an existing sheet within an existing file.
Previously, if you specified tdfileid <DriveFileID> tdsheet (id:<Number>)|<String> tdupdatesheet
,
the sheet had to exist. The updated behavior is:
tdfileid <DriveFileID> tdsheet id:<Number> tdupdatesheet
- The specified sheet must existtdfileid <DriveFileID> tdsheet <String> tdupdatesheet
- The specified sheet will be created if necessary
Fixed bug introduced in 6.10.03 that broke gam <UserTypeEntity> update drivefileacl <DriveFileEntity>
.
Updated gam whatis <EmailItem>
to give a better message if <EmailItem>
is not a group/user email address
or alias and Service Account scope Cloud Identity User Invitations API
is not enabled.
Renamed client access scope Directory API Printers
to Chrome Printer Management API
; there is
no change in functionality.
Updated gam <UserTypeEntity> copy|move drivefile <DriveFileEntity> <DriveFileParentAttribute>
to enforce the requirement that the specified user be a Shared Drive organizer
if either <DriveFileEntity>
or <DriveFileParentAttribute>
specifies a Shared Drive.
Added options csv [todrive <ToDriveAttribute>*] [formatjson [quotechar <Character>]]
to
gam <UserTypeEntity> create|update drivefileacl <DriveFileEntity>
that causes GAM to
output the new ACL details in CSV form rather than indented keywords and values.
Following Jay's lead, fixed obscure problem when creating a project in timezones ahead of GMT.
Updated gam create domainalias|aliasdomain <DomainAlias> <DomainName>
to handle error when
an invalid <DomainAlias>
is specified.
Added csv_output_subfield_delimiter
and people_max_results
variables to gam.cfg
.
csv_output_subfield_delimiter
Character used to delimit fields and subfields in headers when writing CSV files;
this must be a single character
Default: '.'
people_max_results
When retrieving lists of People from API,
how many should be retrieved in each API call
Default: 100
Range: 0 - 1000
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