Taers232c GAMADV XTD3 Versions Save

Command line tool to manage Google Workspace

v6.74.01

1 month ago

Scroll to bottom of page for installation/downloads

Latest updates

6.74.01

Updated gam create|update drivefileacl <DriveFileEntity> ... expiration <Time> to handle the following error caused by tryig to add an expiration time to a member of a Shared Drive.

ERROR: 403: expirationDateNotAllowedForSharedDriveMembers - Expiration dates are not allowed for shared drive members.

6.74.00

Added truncate_client_id Boolean variable to gam.cfg. Prior to version 6.74.00, GAM stripped '.apps.googleusercontent.com' from client_id in oauth2.txt and passed the truncated value in API calls. At Jay's suggestion this is no longer performed by default; setting truncate_client_id = true restores the previous behavior.

Do gam oauth delete and gam oauth create to set the untruncated value of client_id in oauth2.txt.

6.73.00

The Google Chat API has been updated so that chat members can now have their role set to manager.

6.72.16

Updated emailaddressList <EmailAddressList> and domainlist|notdomainlist <DomainNameList> in <PermissionMatch> to perform case-insensitive matches as the API is returning mixed case ACL email addresses in some cases.

6.72.15

Updated all commands that display tasks to display the due date in GMT as the time portion is not supported by the API and converting the due date to local time may display the wrong date.

Renamed license SKU 1010400001 from Beyond Corp Enterprise to Chrome Enterprise Premium.

6.72.14

Upgraded to Python 3.12.3 where possible.

6.72.13

Added the following option to <EventMatchProperty> that can be used to select events based on the domains of the attendees.

matchfield attendeesonlydomainlist <DomainNameList>

This returns true if all attendee's email addresses are in a domain in <DomainNameList>; for example this lets you look for events with attendees only in your internal domains.

6.72.12

Added the following options to <EventMatchProperty> that can be used to select events based on the domains of the attendees.

matchfield attendeesdomainlist <DomainNameList>
matchfield attendeesnotdomainlist <DomainNameList>

The first returns true if any attendee's email address is in a domain in <DomainNameList>; for example this lets you look for events with attendees in specific external domains.

The second returns true if any attendee's email address is in a domain other than those in <DomainNameList>; for example this lets you look for events with attendees not in your internal domains.

6.72.11

Added option oneitemperrow to 'gam print vaultholds` to have each of a hold's accounts displayed on a separate row with all of the other hold fields.

6.72.10

Added timeofdayrange=<HH:MM>/<HH:MM> and timeofdayrange!=<HH:MM>/<HH:MM> to <RowValueFilter> that allows CSV row filtering based on time-of-day.

Installation

If you are a first time Gam user:

If you are updating your GAMADV-XTD3 version:

If you are upgrading from standard Gam

If you are upgrading from GAMADV-X or GAMADV-XTD

sha256 hashes

3046e7ea014c5d96ca1bf5592624dccfc527bc06a9d36d484fbb25e862e272d6  gamadv-xtd3-6.74.01-linux-arm64-glibc2.23.tar.xz
fa5a68b3c82a7dd9bc9d1b79559cd742204a4e7355bf6779f1b6d12bd049181e  gamadv-xtd3-6.74.01-linux-arm64-glibc2.27.tar.xz
3679b9cc0f62724f48d5b60857616ccdc88d79b2b1781ac9bc19eaaa990b1eb1  gamadv-xtd3-6.74.01-linux-arm64-glibc2.31.tar.xz
de24439ae7bd2c522520d7dbf3fd49ff7d67dd2721ed3273d035ea1e04a77100  gamadv-xtd3-6.74.01-linux-x86_64-glibc2.19.tar.xz
25f60e4269d3c2e3020ff74f60029ca7607ce0c29b3a318646b8203c8c48d5b3  gamadv-xtd3-6.74.01-linux-x86_64-glibc2.23.tar.xz
1b24fbc619fd4b27bf1a3ecfa4776d1cf663ee6b403e13f877922d99e98c7509  gamadv-xtd3-6.74.01-linux-x86_64-glibc2.27.tar.xz
7ccce81ee152b103a2d4097f65cc398fc144b39c90c2839bf20fa726cf50139f  gamadv-xtd3-6.74.01-linux-x86_64-glibc2.31.tar.xz
4e14f28130ec556e09dfd7c163530e9f2de7f3df55ef306cc9c72c5606f5e8ee  gamadv-xtd3-6.74.01-linux-x86_64-glibc2.35.tar.xz
e18c50ee4b0c4e6608d77d4b7ef0dc50f6d0fb68dbe045b108589671584c0f1b  gamadv-xtd3-6.74.01-linux-x86_64-legacy.tar.xz
941e267de35e3867ea9996b6c151ef6d48e2eec661c60cc3bf4f4c1e40dad4d8  gamadv-xtd3-6.74.01-macos-arm64.tar.xz
e7ece4fcb8e74601e4ce89f7d9b536d477aaf698504a077f1189072b756e51cf  gamadv-xtd3-6.74.01-macos-x86_64.tar.xz
dc2d0aabb64bdf44ba12e7f56670b3697769721fcb50bb13a356c15836b57143  gamadv-xtd3-6.74.01-windows-x86_64.msi
c4ebe3389063a807928f94d903a62f24fd265a56d034aaa692e9b36053904f53  gamadv-xtd3-6.74.01-windows-x86_64.zip

v6.74.00

1 month ago

Scroll to bottom of page for installation/downloads

Latest updates

6.74.00

Added truncate_client_id Boolean variable to gam.cfg. Prior to version 6.74.00, GAM stripped '.apps.googleusercontent.com' from client_id in oauth2.txt and passed the truncated value in API calls. At Jay's suggestion this is no longer performed by default; setting truncate_client_id = true restores the previous behavior.

Do gam oauth delete and gam oauth create to set the untruncated value of client_id in oauth2.txt.

6.73.00

The Google Chat API has been updated so that chat members can now have their role set to manager.

6.72.16

Updated emailaddressList <EmailAddressList> and domainlist|notdomainlist <DomainNameList> in <PermissionMatch> to perform case-insensitive matches as the API is returning mixed case ACL email addresses in some cases.

6.72.15

Updated all commands that display tasks to display the due date in GMT as the time portion is not supported by the API and converting the due date to local time may display the wrong date.

Renamed license SKU 1010400001 from Beyond Corp Enterprise to Chrome Enterprise Premium.

6.72.14

Upgraded to Python 3.12.3 where possible.

6.72.13

Added the following option to <EventMatchProperty> that can be used to select events based on the domains of the attendees.

matchfield attendeesonlydomainlist <DomainNameList>

This returns true if all attendee's email addresses are in a domain in <DomainNameList>; for example this lets you look for events with attendees only in your internal domains.

6.72.12

Added the following options to <EventMatchProperty> that can be used to select events based on the domains of the attendees.

matchfield attendeesdomainlist <DomainNameList>
matchfield attendeesnotdomainlist <DomainNameList>

The first returns true if any attendee's email address is in a domain in <DomainNameList>; for example this lets you look for events with attendees in specific external domains.

The second returns true if any attendee's email address is in a domain other than those in <DomainNameList>; for example this lets you look for events with attendees not in your internal domains.

6.72.11

Added option oneitemperrow to 'gam print vaultholds` to have each of a hold's accounts displayed on a separate row with all of the other hold fields.

6.72.10

Added timeofdayrange=<HH:MM>/<HH:MM> and timeofdayrange!=<HH:MM>/<HH:MM> to <RowValueFilter> that allows CSV row filtering based on time-of-day.

6.72.09

Updated countsonly option of gam <UserTypeEntity> print|show notes to additionally display the total number of notes.

6.72.08

Added option countsonly to gam <UserTypeEntity> print|show notes that displays the number of notes a user owns and the number of notes a user can edit.

6.72.07

Updated commands that send emails to not downshift 'First Last<[email protected]>' to 'first last<[email protected]>'.

6.72.06

Updated the following commands to properly handle emailaddress lists containing addresses of the form: 'First Last<[email protected]>'.

gam <UserTypeEntity> sendemail recipient|to <RecipientEntity> [cc <RecipientEntity>] [bcc <RecipientEntity>] [singlemessage]
gam create|update user ... notify <EmailAddressList>

6.72.05

Cleaned up code for all commands that display Chat objects.

6.72.04

Added commands to display Chat events.

6.72.03

Fixed bug in gam <UserTypeEntity> create chatspace that caused a trap.

6.72.02

Updated gam delete admin <RoleAssignmentId> to handle the following error that occurs when <RoleAssignmentId> references a user that has been deleted.

ERROR: 404: resourceNotFound - Does not exist

6.72.01

Improved commands to display drive file comments.

6.72.00

Added commands to display drive file comments.

Installation

If you are a first time Gam user:

If you are updating your GAMADV-XTD3 version:

If you are upgrading from standard Gam

If you are upgrading from GAMADV-X or GAMADV-XTD

sha256 hashes

eff11321f9d8f466b87f8eeb31e5c3e7cb61c720d0729974d910b6df4cbce7f6  gamadv-xtd3-6.74.00-linux-arm64-glibc2.23.tar.xz
8dfc2d0b4d75b4359f953c272e6252cc4e377685576c3eb673b1f88f9b03d4a6  gamadv-xtd3-6.74.00-linux-arm64-glibc2.27.tar.xz
ddb2a9ae5b57475e256ccace993f6d9e294eb95440d3f56f5fd097c4a2a89d19  gamadv-xtd3-6.74.00-linux-arm64-glibc2.31.tar.xz
ff255c881e1f361acfd914ba9f317870c8340881b06b59f84daf24e66e04e39b  gamadv-xtd3-6.74.00-linux-x86_64-glibc2.19.tar.xz
fe81c7e6d0b1a02de9a6276c98abd557b090b7c02404f31f5dc66739ade6eeb0  gamadv-xtd3-6.74.00-linux-x86_64-glibc2.23.tar.xz
ef0c972bb0cc03fc32e1678d4732c96f5506b286a90f46b26b81fb75db6fe0dd  gamadv-xtd3-6.74.00-linux-x86_64-glibc2.27.tar.xz
dac39e11e8dc31ea8a280b5dbf2b4faae6d033780cfb6d90fc0a5e8dafd4d001  gamadv-xtd3-6.74.00-linux-x86_64-glibc2.31.tar.xz
3f41e09c7c3e78a58dd32d9aef3caf327f143a53d3b68ebedad8ddef46cc53cc  gamadv-xtd3-6.74.00-linux-x86_64-glibc2.35.tar.xz
4aec3042fd67e82f95391fedda2a3c30dc4728af23a2857366177036ee4bfb05  gamadv-xtd3-6.74.00-linux-x86_64-legacy.tar.xz
03b0da26609db62c7fa0464176bd05a039578f393cdbd36f3a724cece7b3bc1d  gamadv-xtd3-6.74.00-macos-arm64.tar.xz
950a4490cf4bf0941146d44481d09f53a443de38e88b7e139ea76b463525127d  gamadv-xtd3-6.74.00-macos-x86_64.tar.xz
e31574f5cd547d8a91c0a5e64b12c5d5d2a5a9499cf1e955ef73bf37e481e23e  gamadv-xtd3-6.74.00-windows-x86_64.msi
0f6c7ce9cdb46cbf97c83937e45dcc068e8be5105109b594f2ecee56a1d99f66  gamadv-xtd3-6.74.00-windows-x86_64.zip

v6.73.00

1 month ago

Scroll to bottom of page for installation/downloads

Latest updates

6.73.00

The Google Chat API has been updated so that chat members can now have their role set to manager.

6.72.16

Updated emailaddressList <EmailAddressList> and domainlist|notdomainlist <DomainNameList> in <PermissionMatch> to perform case-insensitive matches as the API is returning mixed case ACL email addresses in some cases.

6.72.15

Updated all commands that display tasks to display the due date in GMT as the time portion is not supported by the API and converting the due date to local time may display the wrong date.

Renamed license SKU 1010400001 from Beyond Corp Enterprise to Chrome Enterprise Premium.

6.72.14

Upgraded to Python 3.12.3 where possible.

6.72.13

Added the following option to <EventMatchProperty> that can be used to select events based on the domains of the attendees.

matchfield attendeesonlydomainlist <DomainNameList>

This returns true if all attendee's email addresses are in a domain in <DomainNameList>; for example this lets you look for events with attendees only in your internal domains.

6.72.12

Added the following options to <EventMatchProperty> that can be used to select events based on the domains of the attendees.

matchfield attendeesdomainlist <DomainNameList>
matchfield attendeesnotdomainlist <DomainNameList>

The first returns true if any attendee's email address is in a domain in <DomainNameList>; for example this lets you look for events with attendees in specific external domains.

The second returns true if any attendee's email address is in a domain other than those in <DomainNameList>; for example this lets you look for events with attendees not in your internal domains.

6.72.11

Added option oneitemperrow to 'gam print vaultholds` to have each of a hold's accounts displayed on a separate row with all of the other hold fields.

6.72.10

Added timeofdayrange=<HH:MM>/<HH:MM> and timeofdayrange!=<HH:MM>/<HH:MM> to <RowValueFilter> that allows CSV row filtering based on time-of-day.

6.72.09

Updated countsonly option of gam <UserTypeEntity> print|show notes to additionally display the total number of notes.

6.72.08

Added option countsonly to gam <UserTypeEntity> print|show notes that displays the number of notes a user owns and the number of notes a user can edit.

6.72.07

Updated commands that send emails to not downshift 'First Last<[email protected]>' to 'first last<[email protected]>'.

6.72.06

Updated the following commands to properly handle emailaddress lists containing addresses of the form: 'First Last<[email protected]>'.

gam <UserTypeEntity> sendemail recipient|to <RecipientEntity> [cc <RecipientEntity>] [bcc <RecipientEntity>] [singlemessage]
gam create|update user ... notify <EmailAddressList>

6.72.05

Cleaned up code for all commands that display Chat objects.

6.72.04

Added commands to display Chat events.

6.72.03

Fixed bug in gam <UserTypeEntity> create chatspace that caused a trap.

6.72.02

Updated gam delete admin <RoleAssignmentId> to handle the following error that occurs when <RoleAssignmentId> references a user that has been deleted.

ERROR: 404: resourceNotFound - Does not exist

6.72.01

Improved commands to display drive file comments.

6.72.00

Added commands to display drive file comments.

Installation

If you are a first time Gam user:

If you are updating your GAMADV-XTD3 version:

If you are upgrading from standard Gam

If you are upgrading from GAMADV-X or GAMADV-XTD

sha256 hashes

d8deea37f271ff776d8dbfc3c7b5f9f7188d506af72e813bb7a25b5010ee359a  gamadv-xtd3-6.73.00-linux-arm64-glibc2.23.tar.xz
a5316c478cafa18b0c6c37f5646d8cd038ba9e7f58b86662b9d851982c924699  gamadv-xtd3-6.73.00-linux-arm64-glibc2.27.tar.xz
8cee5828d0cef3f88db92e7a39b5e627eae3b95b91973bd857c88283f8a06ebd  gamadv-xtd3-6.73.00-linux-arm64-glibc2.31.tar.xz
39e66df55d26b1c91a4b5f67414b1c60e26bbca006155c0976fbb308fac87a52  gamadv-xtd3-6.73.00-linux-x86_64-glibc2.19.tar.xz
d617335ea8114b5a2b346febc09172773393e909f8f55d48d8a189333439b99e  gamadv-xtd3-6.73.00-linux-x86_64-glibc2.23.tar.xz
01074c8823f5453c0b6dc5e3d8ee43d4ff3e4ed3461cc2ed348b1c3f8f27d1dd  gamadv-xtd3-6.73.00-linux-x86_64-glibc2.27.tar.xz
d4e3d1fad218064ef79276dd548ef7abf38e46593d58f347beddf8f275a3fe61  gamadv-xtd3-6.73.00-linux-x86_64-glibc2.31.tar.xz
e82eca006bdd03c1b5289a106f7467b528bb853264c9cc13687714b38ccab4dc  gamadv-xtd3-6.73.00-linux-x86_64-glibc2.35.tar.xz
5e7ee222e66848944bd98b0e792e731c8f47375975a11c620276b0f8570f0d8c  gamadv-xtd3-6.73.00-linux-x86_64-legacy.tar.xz
c72fc85f2b29df8426397f8b1ad799690e26eaa3f5157e6281447587e9d3c582  gamadv-xtd3-6.73.00-macos-arm64.tar.xz
634f9e06d24476307c2f0272da0aa757d85d8e3b09bb049f6931507b7d66a68a  gamadv-xtd3-6.73.00-macos-x86_64.tar.xz
2d1bd43407eebacd67dac929c2c228c737aaeae4f529619e9b1ef8f5c1eae5af  gamadv-xtd3-6.73.00-windows-x86_64.msi
d46fc15a14eea372fb56321778fd92a87b51a0c5fec6f1ac703436afc0d459ef  gamadv-xtd3-6.73.00-windows-x86_64.zip

v6.72.16

1 month ago

Scroll to bottom of page for installation/downloads

Latest updates

6.72.16

Updated emailaddressList <EmailAddressList> and domainlist|notdomainlist <DomainNameList> in <PermissionMatch> to perform case-insensitive matches as the API is returning mixed case ACL email addresses in some cases.

6.72.15

Updated all commands that display tasks to display the due date in GMT as the time portion is not supported by the API and converting the due date to local time may display the wrong date.

Renamed license SKU 1010400001 from Beyond Corp Enterprise to Chrome Enterprise Premium.

6.72.14

Upgraded to Python 3.12.3 where possible.

6.72.13

Added the following option to <EventMatchProperty> that can be used to select events based on the domains of the attendees.

matchfield attendeesonlydomainlist <DomainNameList>

This returns true if all attendee's email addresses are in a domain in <DomainNameList>; for example this lets you look for events with attendees only in your internal domains.

6.72.12

Added the following options to <EventMatchProperty> that can be used to select events based on the domains of the attendees.

matchfield attendeesdomainlist <DomainNameList>
matchfield attendeesnotdomainlist <DomainNameList>

The first returns true if any attendee's email address is in a domain in <DomainNameList>; for example this lets you look for events with attendees in specific external domains.

The second returns true if any attendee's email address is in a domain other than those in <DomainNameList>; for example this lets you look for events with attendees not in your internal domains.

6.72.11

Added option oneitemperrow to 'gam print vaultholds` to have each of a hold's accounts displayed on a separate row with all of the other hold fields.

6.72.10

Added timeofdayrange=<HH:MM>/<HH:MM> and timeofdayrange!=<HH:MM>/<HH:MM> to <RowValueFilter> that allows CSV row filtering based on time-of-day.

6.72.09

Updated countsonly option of gam <UserTypeEntity> print|show notes to additionally display the total number of notes.

6.72.08

Added option countsonly to gam <UserTypeEntity> print|show notes that displays the number of notes a user owns and the number of notes a user can edit.

6.72.07

Updated commands that send emails to not downshift 'First Last<[email protected]>' to 'first last<[email protected]>'.

6.72.06

Updated the following commands to properly handle emailaddress lists containing addresses of the form: 'First Last<[email protected]>'.

gam <UserTypeEntity> sendemail recipient|to <RecipientEntity> [cc <RecipientEntity>] [bcc <RecipientEntity>] [singlemessage]
gam create|update user ... notify <EmailAddressList>

6.72.05

Cleaned up code for all commands that display Chat objects.

6.72.04

Added commands to display Chat events.

6.72.03

Fixed bug in gam <UserTypeEntity> create chatspace that caused a trap.

6.72.02

Updated gam delete admin <RoleAssignmentId> to handle the following error that occurs when <RoleAssignmentId> references a user that has been deleted.

ERROR: 404: resourceNotFound - Does not exist

6.72.01

Improved commands to display drive file comments.

6.72.00

Added commands to display drive file comments.

Installation

If you are a first time Gam user:

If you are updating your GAMADV-XTD3 version:

If you are upgrading from standard Gam

If you are upgrading from GAMADV-X or GAMADV-XTD

sha256 hashes

864ae870d04d74e9ef53d268bab6de01ea63871e2a6dbb13bc25d5a44d106f3a  gamadv-xtd3-6.72.16-linux-arm64-glibc2.23.tar.xz
b9153667603c9c509ad73618a6aa1d7dc41e73b8f84585e0ae804aca9144445f  gamadv-xtd3-6.72.16-linux-arm64-glibc2.27.tar.xz
972ff45df9bcb5f7c4f7395b5d603090d1c4238d811d93b8283c75531805c1ce  gamadv-xtd3-6.72.16-linux-arm64-glibc2.31.tar.xz
04cf2975a8ec05d09fd22af039bd2f42d39486b806733b1210fb11c0ed6df3d0  gamadv-xtd3-6.72.16-linux-x86_64-glibc2.19.tar.xz
6d77a8ff2acd31d379be0f06ad02fa000e3dca75fcf52484bcd2f473d1348b02  gamadv-xtd3-6.72.16-linux-x86_64-glibc2.23.tar.xz
d5cc0251e6a15df60f92b830a1938b52cdb0871bbeefab3ed8febff6760ef37a  gamadv-xtd3-6.72.16-linux-x86_64-glibc2.27.tar.xz
c707931261172a7d705d96d4adc2028f9b8af6fae943b1399e244740c1e291e1  gamadv-xtd3-6.72.16-linux-x86_64-glibc2.31.tar.xz
0f23c7fa05dad4f6245fa6a4a562aadca90d0e4b6716e5c681ec1e43a8646099  gamadv-xtd3-6.72.16-linux-x86_64-glibc2.35.tar.xz
f705f47748c60f4967d0c8af805097d8d06eaa77aa29f845573554f7181793a4  gamadv-xtd3-6.72.16-linux-x86_64-legacy.tar.xz
08b4187445c9fe7dc7b204c03a2f1c0791adb6c87099621e968d953b353e17b7  gamadv-xtd3-6.72.16-macos-arm64.tar.xz
9e3f01ab664bc331b3530c679f41c6b1be027cd6097df1ec6c5d5a380a786f24  gamadv-xtd3-6.72.16-macos-x86_64.tar.xz
bbdf99fb90288913357d842a51bf7380f121c80f4d812e81a6cadd3541cd5f9f  gamadv-xtd3-6.72.16-windows-x86_64.msi
441bd362f0c2d2d95683c09eb377c69609f28d2988324f5449dcab1b2cfa04be  gamadv-xtd3-6.72.16-windows-x86_64.zip

v6.72.15

1 month ago

Scroll to bottom of page for installation/downloads

Latest updates

6.75.15

Updated all commands that display tasks to display the due date in GMT as the time portion is not supported by the API and converting the due date to local time may display the wrong date.

Renamed license SKU 1010400001 from Beyond Corp Enterprise to Chrome Enterprise Premium.

6.72.14

Upgraded to Python 3.12.3 where possible.

6.72.13

Added the following option to <EventMatchProperty> that can be used to select events based on the domains of the attendees.

matchfield attendeesonlydomainlist <DomainNameList>

This returns true if all attendee's email addresses are in a domain in <DomainNameList>; for example this lets you look for events with attendees only in your internal domains.

6.72.12

Added the following options to <EventMatchProperty> that can be used to select events based on the domains of the attendees.

matchfield attendeesdomainlist <DomainNameList>
matchfield attendeesnotdomainlist <DomainNameList>

The first returns true if any attendee's email address is in a domain in <DomainNameList>; for example this lets you look for events with attendees in specific external domains.

The second returns true if any attendee's email address is in a domain other than those in <DomainNameList>; for example this lets you look for events with attendees not in your internal domains.

6.72.11

Added option oneitemperrow to 'gam print vaultholds` to have each of a hold's accounts displayed on a separate row with all of the other hold fields.

6.72.10

Added timeofdayrange=<HH:MM>/<HH:MM> and timeofdayrange!=<HH:MM>/<HH:MM> to <RowValueFilter> that allows CSV row filtering based on time-of-day.

6.72.09

Updated countsonly option of gam <UserTypeEntity> print|show notes to additionally display the total number of notes.

6.72.08

Added option countsonly to gam <UserTypeEntity> print|show notes that displays the number of notes a user owns and the number of notes a user can edit.

6.72.07

Updated commands that send emails to not downshift 'First Last<[email protected]>' to 'first last<[email protected]>'.

6.72.06

Updated the following commands to properly handle emailaddress lists containing addresses of the form: 'First Last<[email protected]>'.

gam <UserTypeEntity> sendemail recipient|to <RecipientEntity> [cc <RecipientEntity>] [bcc <RecipientEntity>] [singlemessage]
gam create|update user ... notify <EmailAddressList>

6.72.05

Cleaned up code for all commands that display Chat objects.

6.72.04

Added commands to display Chat events.

6.72.03

Fixed bug in gam <UserTypeEntity> create chatspace that caused a trap.

6.72.02

Updated gam delete admin <RoleAssignmentId> to handle the following error that occurs when <RoleAssignmentId> references a user that has been deleted.

ERROR: 404: resourceNotFound - Does not exist

6.72.01

Improved commands to display drive file comments.

6.72.00

Added commands to display drive file comments.

Installation

If you are a first time Gam user:

If you are updating your GAMADV-XTD3 version:

If you are upgrading from standard Gam

If you are upgrading from GAMADV-X or GAMADV-XTD

sha256 hashes

e7346cc486a5dc390bce6463f9d4b17fe12aca7354183aecff8200369e2cd0e0  gamadv-xtd3-6.72.15-linux-arm64-glibc2.23.tar.xz
8e2944f93f2be5c6f29425c93c55b2bbd5398cac53d14a6fa25dea9f0399584e  gamadv-xtd3-6.72.15-linux-arm64-glibc2.27.tar.xz
3aef04399ed9e32bf14fb16396cb304be08e927cbf7579757ff1e2995c2c0879  gamadv-xtd3-6.72.15-linux-arm64-glibc2.31.tar.xz
485c12148b8bc980736e435f3798512d9fa3147589095b9d505ba5609f6aae32  gamadv-xtd3-6.72.15-linux-x86_64-glibc2.19.tar.xz
c2f6d71cac316aeeb5777e05d508a4ea231eca452c7b88f5f3c28bb45b7e9231  gamadv-xtd3-6.72.15-linux-x86_64-glibc2.23.tar.xz
e1e57b974e0fb313c3020854293f608ca08dcff139aff93ab3c9adc6950f5712  gamadv-xtd3-6.72.15-linux-x86_64-glibc2.27.tar.xz
504b90652d3d2edcbfb17a73dac14084c87fc110e213a938a2be66b5d32f9d21  gamadv-xtd3-6.72.15-linux-x86_64-glibc2.31.tar.xz
6c60367473cbcf96bc6472c6346e23928e6b454f62db4e2348972287d00eb874  gamadv-xtd3-6.72.15-linux-x86_64-glibc2.35.tar.xz
8187cdfb9b520d51285c7641be6e1b6cead5706e067cc5b49478999ee048b957  gamadv-xtd3-6.72.15-linux-x86_64-legacy.tar.xz
ef0d731ccf9180185395c938b33e2f9b40404745b942b9fedf042461c5dec080  gamadv-xtd3-6.72.15-macos-arm64.tar.xz
f3234e5838174a08fd31864dbf4a64c5d208898a3c2185bb122a2b8f8d0ad2cd  gamadv-xtd3-6.72.15-macos-x86_64.tar.xz
40949ab95900f082c2ad0de1192ffac3b8ae80d7ce72f48989473b214daeff4e  gamadv-xtd3-6.72.15-windows-x86_64.msi
a1377bc99733636a6f2d44ae00a8acce78e68ce5b54e003f8d73084082f10b00  gamadv-xtd3-6.72.15-windows-x86_64.zip

v6.72.14

1 month ago

Scroll to bottom of page for installation/downloads

Latest updates

6.72.14

Upgraded to Python 3.12.3 where possible.

6.72.13

Added the following option to <EventMatchProperty> that can be used to select events based on the domains of the attendees.

matchfield attendeesonlydomainlist <DomainNameList>

This returns true if all attendee's email addresses are in a domain in <DomainNameList>; for example this lets you look for events with attendees only in your internal domains.

6.72.12

Added the following options to <EventMatchProperty> that can be used to select events based on the domains of the attendees.

matchfield attendeesdomainlist <DomainNameList>
matchfield attendeesnotdomainlist <DomainNameList>

The first returns true if any attendee's email address is in a domain in <DomainNameList>; for example this lets you look for events with attendees in specific external domains.

The second returns true if any attendee's email address is in a domain other than those in <DomainNameList>; for example this lets you look for events with attendees not in your internal domains.

6.72.11

Added option oneitemperrow to 'gam print vaultholds` to have each of a hold's accounts displayed on a separate row with all of the other hold fields.

6.72.10

Added timeofdayrange=<HH:MM>/<HH:MM> and timeofdayrange!=<HH:MM>/<HH:MM> to <RowValueFilter> that allows CSV row filtering based on time-of-day.

6.72.09

Updated countsonly option of gam <UserTypeEntity> print|show notes to additionally display the total number of notes.

6.72.08

Added option countsonly to gam <UserTypeEntity> print|show notes that displays the number of notes a user owns and the number of notes a user can edit.

6.72.07

Updated commands that send emails to not downshift 'First Last<[email protected]>' to 'first last<[email protected]>'.

6.72.06

Updated the following commands to properly handle emailaddress lists containing addresses of the form: 'First Last<[email protected]>'.

gam <UserTypeEntity> sendemail recipient|to <RecipientEntity> [cc <RecipientEntity>] [bcc <RecipientEntity>] [singlemessage]
gam create|update user ... notify <EmailAddressList>

6.72.05

Cleaned up code for all commands that display Chat objects.

6.72.04

Added commands to display Chat events.

6.72.03

Fixed bug in gam <UserTypeEntity> create chatspace that caused a trap.

6.72.02

Updated gam delete admin <RoleAssignmentId> to handle the following error that occurs when <RoleAssignmentId> references a user that has been deleted.

ERROR: 404: resourceNotFound - Does not exist

6.72.01

Improved commands to display drive file comments.

6.72.00

Added commands to display drive file comments.

Installation

If you are a first time Gam user:

If you are updating your GAMADV-XTD3 version:

If you are upgrading from standard Gam

If you are upgrading from GAMADV-X or GAMADV-XTD

sha256 hashes

5dc4887347c0d2b61dbcb2fb53a33112b08cad8c87bbdb23e90001d255a4f2c9  gamadv-xtd3-6.72.14-linux-arm64-glibc2.23.tar.xz
bc16b981a8ddf90a0b25a55fd81b51232372875b1547e45a37c175c5257b6abd  gamadv-xtd3-6.72.14-linux-arm64-glibc2.27.tar.xz
3949dea7233a8c07b1fd27a1e4f785d837ca1a4fa46e8aca5954638029255fb4  gamadv-xtd3-6.72.14-linux-arm64-glibc2.31.tar.xz
c44bb9f88759b3a55c088f1ac9a3509f5050d19683fe8e178d7cd1be02b0681d  gamadv-xtd3-6.72.14-linux-x86_64-glibc2.19.tar.xz
12be90ae2a343ba25a665d1551b646ee2ec2688c300bb959ca65a0ba95fb889e  gamadv-xtd3-6.72.14-linux-x86_64-glibc2.23.tar.xz
a90e3e3ce6aeea280d6aebec59b28df61365f5657d2bb8ef99e97f3acc2279e9  gamadv-xtd3-6.72.14-linux-x86_64-glibc2.27.tar.xz
cf73eb88b727077e4af74d98ca3010d2edfdc40bbfd48e6b2a859b532dc14757  gamadv-xtd3-6.72.14-linux-x86_64-glibc2.31.tar.xz
dc338c875a8687a7b771a9864e897ccb136c687590c33403f800996bb2f167b0  gamadv-xtd3-6.72.14-linux-x86_64-glibc2.35.tar.xz
ccf95087738124be9b8694bbae92558e0d1a90242d4a81a37a3960a84b2b550c  gamadv-xtd3-6.72.14-linux-x86_64-legacy.tar.xz
4efb34ddf42cddf632a5696e124065f8a7e12beb1cb880a557ff1130050dc2be  gamadv-xtd3-6.72.14-macos-arm64.tar.xz
dca54ea76062dff84bb0424120024774ee9db07fd2b57a811d5fb0a25dd384e6  gamadv-xtd3-6.72.14-macos-x86_64.tar.xz
f000bab97e02502c92f1dae351c684cdc7fd227f19bc57650d205b260f53a6e8  gamadv-xtd3-6.72.14-windows-x86_64.msi
52531092365836be67c25fb3ea0540d4836ac9331d8e3e626b2a8567271112cc  gamadv-xtd3-6.72.14-windows-x86_64.zip

v6.72.13

1 month ago

Scroll to bottom of page for installation/downloads

Latest updates

6.72.13

Added the following option to <EventMatchProperty> that can be used to select events based on the domains of the attendees.

matchfield attendeesonlydomainlist <DomainNameList>

This returns true if all attendee's email addresses are in a domain in <DomainNameList>; for example this lets you look for events with attendees only in your internal domains.

6.72.12

Added the following options to <EventMatchProperty> that can be used to select events based on the domains of the attendees.

matchfield attendeesdomainlist <DomainNameList>
matchfield attendeesnotdomainlist <DomainNameList>

The first returns true if any attendee's email address is in a domain in <DomainNameList>; for example this lets you look for events with attendees in specific external domains.

The second returns true if any attendee's email address is in a domain other than those in <DomainNameList>; for example this lets you look for events with attendees not in your internal domains.

6.72.11

Added option oneitemperrow to 'gam print vaultholds` to have each of a hold's accounts displayed on a separate row with all of the other hold fields.

6.72.10

Added timeofdayrange=<HH:MM>/<HH:MM> and timeofdayrange!=<HH:MM>/<HH:MM> to <RowValueFilter> that allows CSV row filtering based on time-of-day.

6.72.09

Updated countsonly option of gam <UserTypeEntity> print|show notes to additionally display the total number of notes.

6.72.08

Added option countsonly to gam <UserTypeEntity> print|show notes that displays the number of notes a user owns and the number of notes a user can edit.

6.72.07

Updated commands that send emails to not downshift 'First Last<[email protected]>' to 'first last<[email protected]>'.

6.72.06

Updated the following commands to properly handle emailaddress lists containing addresses of the form: 'First Last<[email protected]>'.

gam <UserTypeEntity> sendemail recipient|to <RecipientEntity> [cc <RecipientEntity>] [bcc <RecipientEntity>] [singlemessage]
gam create|update user ... notify <EmailAddressList>

6.72.05

Cleaned up code for all commands that display Chat objects.

6.72.04

Added commands to display Chat events.

6.72.03

Fixed bug in gam <UserTypeEntity> create chatspace that caused a trap.

6.72.02

Updated gam delete admin <RoleAssignmentId> to handle the following error that occurs when <RoleAssignmentId> references a user that has been deleted.

ERROR: 404: resourceNotFound - Does not exist

6.72.01

Improved commands to display drive file comments.

6.72.00

Added commands to display drive file comments.

Installation

If you are a first time Gam user:

If you are updating your GAMADV-XTD3 version:

If you are upgrading from standard Gam

If you are upgrading from GAMADV-X or GAMADV-XTD

sha256 hashes

472cf39511718e7a173b9e3c739da043f6b1a8bb0954e6f1eb6362b0af74b8a5  gamadv-xtd3-6.72.13-linux-arm64-glibc2.23.tar.xz
ed7c476883ac0641092a00a7513e25659c6db3c7c24e600547e002bbb78b5888  gamadv-xtd3-6.72.13-linux-arm64-glibc2.27.tar.xz
ea41d44fc6be1d10cb0ed0ac77060932a5795af43990b40d0f93aa185f27bedd  gamadv-xtd3-6.72.13-linux-arm64-glibc2.31.tar.xz
84a95f6e5d0d03b402dc11f0e5b7732c8c028a3b7add22c546ad0678f1199a69  gamadv-xtd3-6.72.13-linux-x86_64-glibc2.19.tar.xz
0676da248dba04d3f16752c20f45a4293fbaaebd9cce5f82b4c80c7bda42cc25  gamadv-xtd3-6.72.13-linux-x86_64-glibc2.23.tar.xz
7f71511559ad7a3baf43b81401275c416024f32347ecf2440251a3ba92c61a9b  gamadv-xtd3-6.72.13-linux-x86_64-glibc2.27.tar.xz
9dc4952da0d6533bb9657ed51807892abf94eeee231e8fc06f072925da565930  gamadv-xtd3-6.72.13-linux-x86_64-glibc2.31.tar.xz
0a42bb223b2523a662770957094493d6b9849d668e8bf6e2d6b73b13c1f9e591  gamadv-xtd3-6.72.13-linux-x86_64-glibc2.35.tar.xz
83d3376111e95171c40af3ad18192f24a11915aebcd665f0d20daa6b086f0145  gamadv-xtd3-6.72.13-linux-x86_64-legacy.tar.xz
c9ebe1aacec5d3a89d78be2bd1a2ed30ec60cd823e84cc27bb62e5ff3cbf8791  gamadv-xtd3-6.72.13-macos-arm64.tar.xz
1a0a5ade6ff5497e966f84eaf95b2468aaa8eaf9166f33e8c888b0e6b9591ced  gamadv-xtd3-6.72.13-macos-x86_64.tar.xz
adf99d3e458168c89ff39d5069f74b5bb38575769fc41c02329b047a3025695f  gamadv-xtd3-6.72.13-windows-x86_64.msi
8a71d42a27b0d09414a0fed3442510d19aa7f65775c59af70f8896ece72fcf80  gamadv-xtd3-6.72.13-windows-x86_64.zip

v6.72.12

1 month ago

Scroll to bottom of page for installation/downloads

Latest updates

6.72.12

Added the following options to <EventMatchProperty> that can be used to select events based on the domains of the attendees.

matchfield attendeesdomainlist <DomainNameList>
matchfield attendeesnotdomainlist <DomainNameList>

The first returns true if any attendee's email address is in a domain in <DomainNameList>; for example this lets you look for events with attendees in specific external domains.

The second returns true if any attendee's email address is in a domain other than those in <DomainNameList>; for example this lets you look for events with attendees not in your internal domains.

6.72.11

Added option oneitemperrow to 'gam print vaultholds` to have each of a hold's accounts displayed on a separate row with all of the other hold fields.

6.72.10

Added timeofdayrange=<HH:MM>/<HH:MM> and timeofdayrange!=<HH:MM>/<HH:MM> to <RowValueFilter> that allows CSV row filtering based on time-of-day.

6.72.09

Updated countsonly option of gam <UserTypeEntity> print|show notes to additionally display the total number of notes.

6.72.08

Added option countsonly to gam <UserTypeEntity> print|show notes that displays the number of notes a user owns and the number of notes a user can edit.

6.72.07

Updated commands that send emails to not downshift 'First Last<[email protected]>' to 'first last<[email protected]>'.

6.72.06

Updated the following commands to properly handle emailaddress lists containing addresses of the form: 'First Last<[email protected]>'.

gam <UserTypeEntity> sendemail recipient|to <RecipientEntity> [cc <RecipientEntity>] [bcc <RecipientEntity>] [singlemessage]
gam create|update user ... notify <EmailAddressList>

6.72.05

Cleaned up code for all commands that display Chat objects.

6.72.04

Added commands to display Chat events.

6.72.03

Fixed bug in gam <UserTypeEntity> create chatspace that caused a trap.

6.72.02

Updated gam delete admin <RoleAssignmentId> to handle the following error that occurs when <RoleAssignmentId> references a user that has been deleted.

ERROR: 404: resourceNotFound - Does not exist

6.72.01

Improved commands to display drive file comments.

6.72.00

Added commands to display drive file comments.

Installation

If you are a first time Gam user:

If you are updating your GAMADV-XTD3 version:

If you are upgrading from standard Gam

If you are upgrading from GAMADV-X or GAMADV-XTD

sha256 hashes

d5e958c8071bade9ff39fde3d1244f318c6431fef5ea65b8de7048634d6c8c00  gamadv-xtd3-6.72.12-linux-arm64-glibc2.23.tar.xz
093e408dc41454cd81498c1af042ac5bf3fe80eab139f5a5853ed86f6fbc047d  gamadv-xtd3-6.72.12-linux-arm64-glibc2.27.tar.xz
719111caeb7789681f5f188249152f93746e40f99e6c94612e4e1fd9b76ab321  gamadv-xtd3-6.72.12-linux-arm64-glibc2.31.tar.xz
0274e2fefa583796676349452acf8c849f9b5b4f5d893cddd526743650ed92bd  gamadv-xtd3-6.72.12-linux-x86_64-glibc2.19.tar.xz
b50e16d52d645c9184e7e3f0d92fe686f7cb8a298b31c3aff7e76ecc34fd89d8  gamadv-xtd3-6.72.12-linux-x86_64-glibc2.23.tar.xz
edb8e6dbe0c7d31b00408d55e746af328692b156f6199d54b6251b60413c187a  gamadv-xtd3-6.72.12-linux-x86_64-glibc2.27.tar.xz
f50e2c5325f7fb2bb29dfacfed381b87939899fa0f2f8a7bce686e3eb815c850  gamadv-xtd3-6.72.12-linux-x86_64-glibc2.31.tar.xz
63023a0b4133a86492ebc3af9bc0439b384c77eeafe8576b947d434814fc4691  gamadv-xtd3-6.72.12-linux-x86_64-glibc2.35.tar.xz
815527eea5856437d6a677c8581cd8421d0b7671809a13cacece4b61af8363a3  gamadv-xtd3-6.72.12-linux-x86_64-legacy.tar.xz
82b46798f2a81521858b7764af33b717356994f61f8f98ebf531208b44728b39  gamadv-xtd3-6.72.12-macos-arm64.tar.xz
504f5360594832d445f7981ac8bf0556d9e971b596e6df10789e5d037a8c384d  gamadv-xtd3-6.72.12-macos-x86_64.tar.xz
5bc11c672ccc7230351fc7b062542844b85917e026df3318baa889c621d96a91  gamadv-xtd3-6.72.12-windows-x86_64.msi
1ba8f573e206f0c6185438af37bc284b49ef4eed7f069870a2a1ad41dd2c47d8  gamadv-xtd3-6.72.12-windows-x86_64.zip

v6.72.11

1 month ago

Scroll to bottom of page for installation/downloads

Latest updates

6.72.11

Added option oneitemperrow to 'gam print vaultholds` to have each of a hold's accounts displayed on a separate row with all of the other hold fields.

6.72.10

Added timeofdayrange=<HH:MM>/<HH:MM> and timeofdayrange!=<HH:MM>/<HH:MM> to <RowValueFilter> that allows CSV row filtering based on time-of-day.

6.72.09

Updated countsonly option of gam <UserTypeEntity> print|show notes to additionally display the total number of notes.

6.72.08

Added option countsonly to gam <UserTypeEntity> print|show notes that displays the number of notes a user owns and the number of notes a user can edit.

6.72.07

Updated commands that send emails to not downshift 'First Last<[email protected]>' to 'first last<[email protected]>'.

6.72.06

Updated the following commands to properly handle emailaddress lists containing addresses of the form: 'First Last<[email protected]>'.

gam <UserTypeEntity> sendemail recipient|to <RecipientEntity> [cc <RecipientEntity>] [bcc <RecipientEntity>] [singlemessage]
gam create|update user ... notify <EmailAddressList>

6.72.05

Cleaned up code for all commands that display Chat objects.

6.72.04

Added commands to display Chat events.

6.72.03

Fixed bug in gam <UserTypeEntity> create chatspace that caused a trap.

6.72.02

Updated gam delete admin <RoleAssignmentId> to handle the following error that occurs when <RoleAssignmentId> references a user that has been deleted.

ERROR: 404: resourceNotFound - Does not exist

6.72.01

Improved commands to display drive file comments.

6.72.00

Added commands to display drive file comments.

Installation

If you are a first time Gam user:

If you are updating your GAMADV-XTD3 version:

If you are upgrading from standard Gam

If you are upgrading from GAMADV-X or GAMADV-XTD

sha256 hashes

edce0edd976a8dd13f3edbaf5fb9111796157b999fe2879b3dda197731111a70  gamadv-xtd3-6.72.11-linux-arm64-glibc2.23.tar.xz
4d92baec26bee108558dca73215f16ed33c850bb1b6ac6ca16e98a6b143134e8  gamadv-xtd3-6.72.11-linux-arm64-glibc2.27.tar.xz
c50bb20a722a7e784cc5f6d9fb14da8411415e8e758d1ee438cdd984546a6323  gamadv-xtd3-6.72.11-linux-arm64-glibc2.31.tar.xz
df3d0b33d6ef2455191990b36dc37f9a565cd041c87fb29fcf01fceaf9a29275  gamadv-xtd3-6.72.11-linux-x86_64-glibc2.19.tar.xz
abc3f51f9d587d5e42bd841010b2d89e45086f10df17133d7aba03719bc2c63f  gamadv-xtd3-6.72.11-linux-x86_64-glibc2.23.tar.xz
746baad276bb973b6f9a3c7f72d075ad883cb6a254870ac816c79195dbc77419  gamadv-xtd3-6.72.11-linux-x86_64-glibc2.27.tar.xz
c43932b7c94e91c18ac758615658e88037b223ec4bdf4704af660ae907ffe825  gamadv-xtd3-6.72.11-linux-x86_64-glibc2.31.tar.xz
aeb5bd4377c444ed6a3ae524fd614e02d9855dd08038b439d3407e3e5ee4968b  gamadv-xtd3-6.72.11-linux-x86_64-glibc2.35.tar.xz
33fbf9020369d00c164c0718d90a39ae6a0cd8c0ef85bbdd0f5305ec53f4914d  gamadv-xtd3-6.72.11-linux-x86_64-legacy.tar.xz
13a1ca826da04fa8c0c8fc9dc601b7dd42bd2ad8b643e9c9db635d86ab8774f8  gamadv-xtd3-6.72.11-macos-arm64.tar.xz
1ecf3681a757dc35a7c5c591170146f33e5fc4f67a8a4b87c730d3ccb1cefb98  gamadv-xtd3-6.72.11-macos-x86_64.tar.xz
a167aa5c459b38963d650381f58f8677fc9cc5f85e994bcb0efe320325fb64d3  gamadv-xtd3-6.72.11-windows-x86_64.msi
d6e5ca13fab502a0603d3ade3fdecf580887466cabafd54d1c8d77384637fcce  gamadv-xtd3-6.72.11-windows-x86_64.zip

v6.72.10

1 month ago

Scroll to bottom of page for installation/downloads

Latest updates

6.72.10

Added timeofdayrange=<HH:MM>/<HH:MM> and timeofdayrange!=<HH:MM>/<HH:MM> to <RowValueFilter> that allows CSV row filtering based on time-of-day.

6.72.09

Updated countsonly option of gam <UserTypeEntity> print|show notes to additionally display the total number of notes.

6.72.08

Added option countsonly to gam <UserTypeEntity> print|show notes that displays the number of notes a user owns and the number of notes a user can edit.

6.72.07

Updated commands that send emails to not downshift 'First Last<[email protected]>' to 'first last<[email protected]>'.

6.72.06

Updated the following commands to properly handle emailaddress lists containing addresses of the form: 'First Last<[email protected]>'.

gam <UserTypeEntity> sendemail recipient|to <RecipientEntity> [cc <RecipientEntity>] [bcc <RecipientEntity>] [singlemessage]
gam create|update user ... notify <EmailAddressList>

6.72.05

Cleaned up code for all commands that display Chat objects.

6.72.04

Added commands to display Chat events.

6.72.03

Fixed bug in gam <UserTypeEntity> create chatspace that caused a trap.

6.72.02

Updated gam delete admin <RoleAssignmentId> to handle the following error that occurs when <RoleAssignmentId> references a user that has been deleted.

ERROR: 404: resourceNotFound - Does not exist

6.72.01

Improved commands to display drive file comments.

6.72.00

Added commands to display drive file comments.

Installation

If you are a first time Gam user:

If you are updating your GAMADV-XTD3 version:

If you are upgrading from standard Gam

If you are upgrading from GAMADV-X or GAMADV-XTD

sha256 hashes

a8be331e63ac7f7e1f0499958dec77271c28152fc0be4fc5461b9297bbd3a76e  gamadv-xtd3-6.72.10-linux-arm64-glibc2.23.tar.xz
01f5bd38093ef5fa4cb57cec9a8b3b62232f76ccde55887c8015aa2fe9b5c4ec  gamadv-xtd3-6.72.10-linux-arm64-glibc2.27.tar.xz
ba1f54a7b9d3b9e1924031b3e0d85549339f9290bc2c1b11958e64f661cc9273  gamadv-xtd3-6.72.10-linux-arm64-glibc2.31.tar.xz
d59ccf3f1017aaae5db24f23da6bfe2e9f97bf84e411261583f95d196f2e7341  gamadv-xtd3-6.72.10-linux-x86_64-glibc2.19.tar.xz
6f2b1c7f5ad30c7cf5a1bb828ebb52ad3e23e51425070336a5e3dc45c3af37a6  gamadv-xtd3-6.72.10-linux-x86_64-glibc2.23.tar.xz
e21a5b00c6baf4614e0361ac346102f3fbd5953ad8d5c78c0003e199b9bd47e7  gamadv-xtd3-6.72.10-linux-x86_64-glibc2.27.tar.xz
5e26efcf53cdd5489d4046670b9da9538e96d502c048a7d9b64689c972a2f64d  gamadv-xtd3-6.72.10-linux-x86_64-glibc2.31.tar.xz
1f5b2cb5a913c6a3085ed7805426cc98406c70dc1c152c53d183c5287dfb3997  gamadv-xtd3-6.72.10-linux-x86_64-glibc2.35.tar.xz
f562ed26426e4296a04445b4c0177926111bc2a3cc3eb2565080cfd59550c87b  gamadv-xtd3-6.72.10-linux-x86_64-legacy.tar.xz
7466f7965506463dbc66e31b55d0a956a8d0d474e6b9adb7c923d93cadb5abdf  gamadv-xtd3-6.72.10-macos-arm64.tar.xz
ab19560cf55812c38a4394490748156f3b9596478a249f666bc43bfc48b2cb10  gamadv-xtd3-6.72.10-macos-x86_64.tar.xz
e55df7a9cd4d1d846a4a4121e8bf89df6289e876b8e762671b4c91e16cf56fe3  gamadv-xtd3-6.72.10-windows-x86_64.msi
4e7a8b35a3ebd4b9e7ea2dd61fbb8dc5d2d99bfa991964bad75e1f9ed9eb0cb5  gamadv-xtd3-6.72.10-windows-x86_64.zip