Latest updates
Updated gam create|update course copyfrom <CourseID> ... markpublishedasdraft
to mark
published course materials as draft as well as course work; this matches the console
copy course behavior.
Updated more course related commands to handle the following error.
ERROR: 503: serviceNotAvailable - The service is currently unavailable.
Following Jay's suggestion, added option maxresults <Number>
to gam print|show resoldsubscriptions
;
the default value is 100 and the range is 1-100.
Updated gam <UserTypeEntity> claim|transfer ownership <DriveFileEntity>
to handle the following error:
ERROR: 403: insufficientFilePermissions - The user does not have sufficient permissions for this file.
Updated gam <UserTypeEntity> copy drivefile <DriveFileEntity>
to allow more attributes
to be specified on the copy. These only apply when a single file/folder is being copied.
<DriveFileCopyAttribute> ::=
(contentrestrictions readonly false)|
(contentrestrictions readonly true [reason <String>])|
(copyrequireswriterpermission [<Boolean>])|
(description <String>)|
ignoredefaultvisibility|
(keeprevisionforever|pinned)|
(lastviewedbyme <Time>)|
(modifieddate|modifiedtime <Time>)|
(mimetype <MimeType>)|
(ocrlanguage <Language>)|
(privateproperty <PropertyKey> <PropertyValue>)|
(publicproperty <PropertyKey> <PropertyValue>)|
(property <PropertyKey> <PropertyValue> [private|public])|
(viewerscancopycontent [<Boolean>])|
(writerscanshare|writerscantshare [<Boolean>])
Following Jay's suggestions, updated gam download vaultexport <ExportItem> matter <MatterItem> targetname <FileName>
to avaid data loss when <FileName>
does not contain #filename#
and there are multiple top level files with the same extension.
The files will be named FileName-N.ext
where N
is 1,2,3,...
.
Fixed gam <UserTypeEntity> print filelist ... formatjson nodataheaders <String>
to
output only <String>
when there is no data.
Updated various course related commands to handle the following error.
ERROR: 503: serviceNotAvailable - The service is currently unavailable.
Fixed bug in gam <UserTypeEntity> modify messages|threads removelabel <LabelName>
where <LabelName>
was being created inappropriately.
Due to missing API documentation, gam <UserTypeEntity> print|show datastudioassets orderby title ascending|descending
'
displayed in the opposite of the specified order.
Fixed bug that caused a trap in gam print|show chromeschemas std
.
Following Jay's suggestion, added all
to assettype
in all datastudioassets
and datastudiopermissions
commands so you can get information on both reports
and datasources
in a single command.
Fixed bug that caused a trap in gam <UserTypeEntity> transfer calendars <UserItem> <UserCalendarEntity> append description|location|summary
.
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