Skip to content

Releases: GAM-team/GAM

GAM 7.34.12

02 Mar 04:54
Immutable release. Only release title and notes can be modified.
28383c1

Choose a tag to compare

  • 7.34.12

Fixed build errors that prevented Windows zip files from being created.

Added option returnidonly to gam create|update printer that causes GAM to return just the ID
of the printer.

GAM 7.34.11

28 Feb 21:03
Immutable release. Only release title and notes can be modified.
636e8dd

Choose a tag to compare

  • 7.34.11

Updated gam-install.sh script for macOS/Linux to properly config GAM when the answer to the following question is No.

Can you run a full browser on this machine? (usually Y for macOS, N for Linux if you SSH into this machine)

GAM 7.34.10

28 Feb 00:51
Immutable release. Only release title and notes can be modified.
6bdea8f

Choose a tag to compare

  • 7.34.10

Fixed bug where formatjson quotechar <Character> on the command line did not override redirect csv <FileName> multiprocess quotechar <Character>.

GAM 7.34.09

26 Feb 21:37
Immutable release. Only release title and notes can be modified.
67a6d3f

Choose a tag to compare

  • 7.34.09

Updated gam <UserTypeEntity> update photo to delete the user's existing photo
before performing the update as the API update will succeed but not replace a user's existing self-set photo.

GAM 7.34.08

25 Feb 02:24
Immutable release. Only release title and notes can be modified.
c3e23fa

Choose a tag to compare

  • 7.34.08

Rebuild to avoid the following error:

requests/__init__.py:113: RequestsDependencyWarning: urllib3 (2.6.3) or chardet (6.0.0.post1)/charset_normalizer (3.4.4) doesn't match a supp\
orted version!
  • 7.34.07

Added the following command to create a guest user.

gam create guestuser <EmailAddress>

Added the following items to <UserFieldName>:

  • guestaccountinfo - Additional guest-related metadata fields
  • isguestuser - Indicates if the inserted user is a guest

GAM 7.34.06

20 Feb 22:31
Immutable release. Only release title and notes can be modified.
b9a4892

Choose a tag to compare

  • 7.34.06

Added option copyfolderpermissions [<Boolean>] to gam <UserTypeEntity> copy|move drivefile.

When copyfolderpermissions false is specified, no folder permissions are copied; this simplifies
disabling all folder permission copying.

When not specified or copyfolderpermissions [true] is specified, folder permissions are copied based on the following options:

copymergewithparentfolderpermissions [<Boolean>]
copymergedtopfolderpermissions [<Boolean>]
copytopfolderpermissions [<Boolean>]
copytopfolderiheritedpermissions [<Boolean>]
copytopfoldernoniheritedpermissions never|always|syncallfolders|syncupdatedfolders
copymergedsubfolderpermissions [<Boolean>]
copysubfolderpermissions [<Boolean>]
copysubfolderinheritedpermissions [<Boolean>]
copysubfoldernoniheritedpermissions never|always|syncallfolders|syncupdatedfolders

GAM 7.34.05

18 Feb 18:27
Immutable release. Only release title and notes can be modified.
660e9de

Choose a tag to compare

  • 7.34.05

Updated gam report <ActivityApplictionName> to perform a reverse chronological sort
on all rows across multiple users and/or event names; this is consistent with the behavior
in the Admin console. Use option notimesort to suppress this sort.

GAM 7.34.04

18 Feb 00:46
Immutable release. Only release title and notes can be modified.
991b1aa

Choose a tag to compare

  • 7.34.04

Updated gam <UserTypeEntity> create drivefileacl <DriveFileEntity> user <UserItem> role owner to better
handle the case where the current owner of a file is suspended. Previously, the command was displayed as an error
even though the ownership was changed.

gam user currentowner@domain.com add drivefileacl <DriveFileID> user newowner@domain.com role owner
User: currentowner@domain.com, Add 1 Drive File/Folder ACL
  User: currentowner@domain.com, Drive File/Folder ID: <DriveFileID>, Permission ID: newowner@domain.com, Add Failed: Sorry, the items were successfully shared but emails could not be sent to newowner@domain.com.

Now the command is displayed as a success with a note indicating that the ownership change email was not sent.

gam user currentowner@domain.com add drivefileacl <DriveFileID> user newowner@domain.com role owner
User: currentowner@domain.com, Add 1 Drive File/Folder ACL
  User: currentowner@domain.com, Drive File/Folder ID: <DriveFileID>, Permission ID: newowner@domain.com, Added: Sorry, the items were successfully shared but emails could not be sent to newowner@domain.com.
  New Owner
    id: 10834698115409747890
    type: user
    emailAddress: newowner@domain.com
    domain: domain.com
    role: owner
    permissionDetails:
      role: writer
        type: file
        inherited: True
        inheritedFrom: Unknown
      role: owner
        type: file
        inherited: False
    deleted: False
    pendingOwner: False

GAM 7.34.03

16 Feb 19:01
Immutable release. Only release title and notes can be modified.
2822404

Choose a tag to compare

  • 7.34.03

Updated to Python 3.14.3

Updated Cryptography to 46.0.5

Updated gam course <CourseID> create student|teacher <EmailAddress> error message when
<EmailAddress> is not in a trusted domain to remove suggestion about creating an invitation.

GAM 7.34.02

13 Feb 17:17
Immutable release. Only release title and notes can be modified.
2429e99

Choose a tag to compare

  • 7.34.02

Updated GAM to prevent errors like the following:

ERROR: Unable to find the server at oauth2.googleapis.com
ERROR: Unable to find the server at gmail.googleapis.com

If you experience any unexpected errors, post a message to: