Ross Scroggs 6ea6c0889b Fix show filelist query issue; add driveId to drive file fields (#1461)
* Fix show filelist query issue

If the user says: query "A or B" this becomes "'me' in owners and A or B" which is the same as "('me' in owners and A) or B" which gives incorrect results. The fix makes "'me' in owners and (A or B)"

* Add driveId to list of drive file fields
2021-12-17 11:51:32 -05:00
2021-12-15 12:06:46 -05:00
2021-11-23 08:33:53 -05:00

GAM is a command line tool for Google Workspace admins to manage domain and user settings quickly and easily.

Build Status

Quick Start

Linux / MacOS

Open a terminal and run:

bash <(curl -s -S -L https://git.io/install-gam)

this will download GAM, install it and start setup.

Windows

Download the MSI Installer from the GitHub Releases page. Install the MSI and you'll be prompted to setup GAM.

Documentation

The GAM documentation is hosted in the GitHub Wiki

Mailing List / Discussion group

The GAM mailing list / discussion group is hosted on Google Groups. You can join the list and interact via email, or just post from the web itself.

Chat Room

There is a public chat room hosted in Google Chat. Instructions to join.

Author

GAM is maintained by Jay Lee. Please direct "how do I?" questions to Google Groups.

Languages
Python 99.4%
Shell 0.3%
JavaScript 0.2%