Skip to content

Releases: taers232c/GAMADV-XTD3

GAM 6.04.11

24 Jun 04:38
a6c7ea1
Compare
Choose a tag to compare

Latest updates

Updated Contacts API calls to handle the following error generated by Google as a reminder to switch to the People API.

Contacts API is being deprecated. Migrate to People API to retain programmatic access to Google Contacts. See https://developers.google.com\
/people/contacts-api-migration.

Fixed bug in gam print resources formatjson that caused a trap.

Added ability to display output in JSON format to gam info|print|show buildings.

Added command to display empty drive folders on My Drive or a selected Shared Drive.

gam <UserTypeEntity> print emptydrivefolders [todrive <ToDriveAttribute>*]
        [select <SharedDriveEntity>]

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

GAM 6.04.10

24 Jun 03:17
5cfaafa
Compare
Choose a tag to compare

Latest updates

Fixed bug in gam print resources formatjson that caused a trap.

Added ability to display output in JSON format to gam info|print|show buildings.

Added command to display empty drive folders on My Drive or a selected Shared Drive.

gam <UserTypeEntity> print emptydrivefolders [todrive <ToDriveAttribute>*]
        [select <SharedDriveEntity>]

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

GAM 6.04.09

23 Jun 00:18
7444adf
Compare
Choose a tag to compare

Latest updates

Handle the following error generated by gam report ... fields xxx.

ERROR: 400: invalidInput - Invalid value 'xxx'. Values must match the following regular expression: '(((accounts)|(classroom)|(cros)|(gmail)|(calendar)|(docs)|(gplus)|(sites)|(device_management)|(drive)):[^,]+,)*(((accounts)|(classroom)|(cros)|(gmail)|(calendar)|(docs)|(gplus)|(sites)|(device_management)|(drive)):[^,]+)'

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

GAM 6.04.08

22 Jun 17:44
de1e062
Compare
Choose a tag to compare

Latest updates

Updated processing of <DriveFileURL> as Google introduced this new form
of a folder URL that GAM didn't recognize and thus couldn't isolate <DriveFileID>.

https://drive.google.com/drive/folders/<DriveFileID>?resourcekey=<String>

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

GAM 6.04.07

21 Jun 20:58
676a967
Compare
Choose a tag to compare

Latest updates

Changed config csv_input_row_filter|csv_output_row_filter processing of blank fields
for count<Operator><Number> and boolean:<Boolean>. Previously, a blank field was
always treated a mismatch; now a blank field will be interpreted as False for <Boolean>
and 0 for <Number> and the match test will be performed.

Added options primary and default to the following commands so that only the primary or default sendas is displayed
for each user in <UserTypeEntity> rather than all sendas.

gam <UserTypeEntity> show sendas [compact|format|html]
        [primary] [default] [verifyonly]
gam <UserTypeEntity> print sendas [compact]
        [primary] [default] [verifyonly] [todrive <ToDriveAttribute>*]

Added options primary and default to the following commands
so that the primary or default signature is displayed
for each user in <UserTypeEntity> rather than the current signature.

gam <UserTypeEntity> show signature [compact|format|html]
        [primary] [default] [verifyonly]
gam <UserTypeEntity> print signature [compact]
        [primary] [default] [verifyonly] [todrive <ToDriveAttribute>*]

Added option verifyonly to the commands shown above; it causes a Boolean
to be displayed in the signature field rather that the signature text;
this simplifies checking for users with undefined signatures.

For example, this command will display a list of users without a primary email address signature (wrapped for readability):

gam config csv_output_row_filter "signature:boolean:false" csv_output_header_filter "User,displayName,signature"
    auto_batch_min 1 num_threads 10 redirect csv ./NoPrimarySignature.csv multiprocess
    all users print signature primary verifyonly

Explanation:
config csv_output_row_filter "signature:boolean:false" - Output rows that indicate no signature
csv_output_header_filter "User,displayName,signature" - Output basic headers
auto_batch_min 1 num_threads 10 - Turn on parallel processing
redirect csv ./NoPrimarySignature.csv multiprocess - Intelligently combine output from all processes
all users - Process all non-suspended users
print signature primary verifyonly - Display state of primary email address signature

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

GAM 6.04.06

16 Jun 21:09
d986218
Compare
Choose a tag to compare

Latest updates

Eliminated ios from <DeviceType> ::= android|chrome_os|google_sync|linux|mac_os|windows
as company owned IOS devices can not be created with gam create device.

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

GAM 6.04.05

16 Jun 03:28
03b0270
Compare
Choose a tag to compare

Latest updates

Fixed bug in gam <UserTypeEntity> get drivefile where extensions were inappropriately applied
to files that Google reported as having no extension.

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

GAM 6.04.04

13 Jun 16:24
0e81b86
Compare
Choose a tag to compare

Latest updates

Fixed bug in gam <UserTypeEntity> move drivefile ... duplicatefiles uniquename that caused
a trap when the source file name contained a '(' with no following ')' or contained a '['.

Updated gam <UserTypeEntity> move drivefile ... duplicatefiles uniquename to not treat the
rightmost '.' followed by more than five characters as an extension.

  • foo.abcde will be renamed to foo(1).abcde when moved into a folder containing foo.abcde
  • foo.abcdef will be renamed to foo.abcdef(1) when moved into a folder containing foo.abcdef

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

GAM 6.04.03

09 Jun 17:02
ad6d2e5
Compare
Choose a tag to compare

Latest updates

Fixed bug in gam report where event names were not put in upper case for:
chrome, contextawareaccess, datastudio and jamboard.

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

GAM 6.04.02

08 Jun 17:45
bb5030b
Compare
Choose a tag to compare

Latest updates

Added chrome, contextawareaccess and datastudio to <ActivityApplicationName> so you can do gam report xxx.

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