gam7 7.10.8__tar.gz → 7.10.9__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of gam7 might be problematic. Click here for more details.
- {gam7-7.10.8 → gam7-7.10.9}/PKG-INFO +1 -1
- {gam7-7.10.8 → gam7-7.10.9}/src/GamCommands.txt +4 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/GamUpdate.txt +5 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/__init__.py +19 -2
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Cloud-Identity-Groups.md +2 -1
- {gam7-7.10.8 → gam7-7.10.9}/wiki/GamUpdates.md +11 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/How-to-Upgrade-Legacy-GAM-to-GAM7.md +2 -2
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Shared-Drives.md +6 -2
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Shared-Drives.md +4 -1
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Version-and-Help.md +6 -6
- {gam7-7.10.8 → gam7-7.10.9}/.github/ISSUE_TEMPLATE/aa-question.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/.github/ISSUE_TEMPLATE/za-bug-report.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/.github/ISSUE_TEMPLATE/zz-feature-request.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/.github/ISSUE_TEMPLATE.txt +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/.github/actions/decrypt.sh +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/.github/actions/entitlements.plist +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/.github/actions/package_exclusions.txt +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/.github/stale.yml +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/.github/workflows/build.yml +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/.github/workflows/codeql-analysis.yml +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/.github/workflows/get-cacerts.yml +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/.github/workflows/pushwiki.yml +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/.github/workflows/pypi.yml +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/.pre-commit-config.yaml +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/LICENSE +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/README.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/pyproject.toml +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/.gitignore +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/LICENSE +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/cacerts.pem +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/callgam.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/__main__.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/atom/__init__.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/atom/auth.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/atom/client.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/atom/core.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/atom/data.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/atom/http.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/atom/http_core.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/atom/http_interface.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/atom/mock_http.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/atom/mock_http_core.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/atom/mock_service.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/atom/service.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/atom/token_store.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/atom/url.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/cacerts.pem +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/cbcm-v1.1beta1.json +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/contactdelegation-v1.json +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/datastudio-v1.json +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/gamlib/__init__.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/gamlib/glaction.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/gamlib/glapi.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/gamlib/glcfg.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/gamlib/glclargs.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/gamlib/glentity.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/gamlib/glgapi.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/gamlib/glgdata.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/gamlib/glglobals.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/gamlib/glindent.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/gamlib/glmsgs.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/gamlib/glskus.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/gamlib/gluprop.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/gamlib/glverlibs.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/gamlib/yubikey.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/gdata/__init__.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/gdata/alt/__init__.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/gdata/alt/app_engine.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/gdata/alt/appengine.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/gdata/apps/__init__.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/gdata/apps/audit/__init__.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/gdata/apps/audit/service.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/gdata/apps/contacts/__init__.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/gdata/apps/contacts/service.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/gdata/apps/service.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/gdata/service.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/gdata/urlfetch.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/googleapiclient/__init__.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/googleapiclient/_auth.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/googleapiclient/_helpers.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/googleapiclient/channel.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/googleapiclient/discovery.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/googleapiclient/discovery_cache/__init__.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/googleapiclient/discovery_cache/appengine_memcache.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/googleapiclient/discovery_cache/base.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/googleapiclient/discovery_cache/file_cache.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/googleapiclient/errors.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/googleapiclient/http.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/googleapiclient/mimeparse.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/googleapiclient/model.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/googleapiclient/schema.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/googleapiclient/version.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/iso8601/__init__.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/iso8601/iso8601.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/meet-v2beta.json +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/serviceaccountlookup-v1.json +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam/six.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam-install.sh +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam-setup.bat +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam.exe.manifest +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam.spec +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/gam.wxs +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/license.rtf +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/requirements-dev.txt +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/requirements.txt +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/setup.cfg +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/setup.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/tools/a_atleast_b.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/tools/gen-wix-xml-filelist.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/tools/mkGamRef.py +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/tools/openssl.props +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/src/version_info.txt.in +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/00scratch.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Addresses.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Administrators.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Alert-Center.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Aliases.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Authorization.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/BNF-Syntax.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Basic-Items.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Bulk-Processing.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/CSV-Input-Filtering.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/CSV-Output-Filtering.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/CSV-Special-Characters.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Calendars-Access.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Calendars-Events.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Calendars.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Chat-Bot.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Chrome-AUE-Counts.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Chrome-Browser-Cloud-Management.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Chrome-Installed-Apps.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Chrome-Needs-Attention-Counts.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Chrome-Policies.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Chrome-Printers.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Chrome-Profile-Management.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Chrome-Version-Counts.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Chrome-Version-History.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/ChromeOS-Devices.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Classroom-Courses.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Classroom-Guardians.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Classroom-Invitations.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Classroom-Membership.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Cloud-Channel.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Cloud-Identity-Devices.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Cloud-Identity-Groups-Membership.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Cloud-Identity-Policies.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Cloud-Storage.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Collections-of-ChromeOS-Devices.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Collections-of-Items.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Collections-of-Users.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Command-Data-From-Google-Docs-Sheets-Storage.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Command-Line-Parsing.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Command-Logging-Progress.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Context-Aware-Access-Levels.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Customer.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Domain-People-Contacts-Profiles.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Domain-SharedContacts.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Domains-Verification.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Domains.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Downloads-Installs.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Drive-File-Selection.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Drive-Items.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Drive-REST-API-v3.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Email-Audit-Monitor.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Find-File-Owner.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/GAM-Public-Chat-Room.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/GAM-Return-Codes.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/GAM-with-minimal-GCP-rights.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/GAM7-on-Android-Devices.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/GAM7-on-Chrome-OS-Devices.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Google-Data-Transfers.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Google-Network-Addresses.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Groups-Membership.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Groups.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/HTTPS-Proxy.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Home.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/How-to-Install-GAM7.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/How-to-Uninstall-GAM7.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/How-to-Update-GAM7.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/How-to-Upgrade-GAMADV-XTD3-to-GAM7.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Inbound-SSO.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Install-GAM-as-Python-Library.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Licenses.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/List-Items.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/List.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Meta-Commands-and-File-Redirection.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Mobile-Devices.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Organizational-Units.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Other-Resources.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Permission-Matches.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Python-Regular-Expressions.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/README.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Rclone.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Reports.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Reseller.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Resources.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Running-GAM7-securely-on-a-Google-Compute-Engine.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/SSL-Root-CA-Certificates.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Schemas.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Scripts.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Send-Email.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Sites.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Tag-Replace.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Todrive.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Unmanaged-Accounts.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Upgrade-Benefits.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Analytics-Admin.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Application-Specific-Passwords.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Backup-Verification-Codes.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Calendars-Access.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Calendars-Events.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Calendars.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Chat.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Classification-Labels.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Classroom-Profile.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Contacts-Delegates.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Contacts.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Deprovision.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Drive-Activity-Settings.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Drive-Cleanup.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Drive-Comments.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Drive-Copy-Move.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Drive-Files-Display.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Drive-Files-Manage.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Drive-Orphans.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Drive-Ownership.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Drive-Permissions.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Drive-Query.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Drive-Revisions.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Drive-Shortcuts.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Drive-Transfer.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Forms.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Gmail-CSE.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Gmail-Delegates.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Gmail-Filters.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Gmail-Forwarding.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Gmail-Labels.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Gmail-Messages-Threads.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Gmail-Profile.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Gmail-S-MIME.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Gmail-Send-As-Signature-Vacation.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Gmail-Settings.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Group-Membership.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Keep-Notes.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Looker-Studio.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Meet.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-People-Contacts-Profiles.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Photo.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Profile-Photo.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Profile-Sharing.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Signout-Turnoff2SV.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Spreadsheets.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Tasks.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-Tokens.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users-YouTube.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Users.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Using-GAM7-with-a-YubiKey.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Using-GAM7-with-a-delegated-admin-service-account.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Vault-Takeout.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/Verifying-a-GAM7-Build-is-Legitimate-and-Official.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/_Sidebar.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/gam.cfg.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-AdminSettingsExamples.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-Android-Installation.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-BulkOperations.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-CalendarExamples.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-Chat-Bot.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-Chrome-Browser-Management.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-Chrome-OS-Installation.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-Chrome-Policy-Settings.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-Cloud-Identity-Groups.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-Command-Reference-Calendar-Resources.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-Command-Reference-Calendars.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-Command-Reference-Definitions.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-Command-Reference-Drive.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-Command-Reference-Email.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-Command-Reference-Group-Attributes.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-Command-Reference-Groups.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-Command-Reference-Users.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-Context-Aware-Access-Levels.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-Creating-client_secrets.json-and-oauth2service.json.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-CreatingClientSecretsFile.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-Custom-Schemas.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-Data-Transfers.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-DomainVerification.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-ExamplesAccountAuditing.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-ExamplesCSV.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-ExamplesEmailSettings.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-ExamplesOrganizations.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-GAM-Discussion-Group.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-GAM-on-Android-and-Chrome-OS.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-GAM-options-files.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-GAM-with--minimal-GCP-rights.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-GAM3CSVListings.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-GAM3DirectoryCommands.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-GAM3GroupSettings.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-GAM7-FAQ.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-Google-Vault---Takeout-Commands.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-GoogleDriveManagement.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-Grouping-18-or-Older-Users.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-Home.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-How-to-upgrade-from-Standard-GAM.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-Inbound-SSO-Settings.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-LicenseExamples.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-Managing-Admins.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-Managing-CloudPrint-Printers.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-Managing-Devices.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-Managing-Google-Classroom.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-OAuthKeyManagement.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-Printers.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-ResellerCommands.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-Running-GAM-on-Google-Compute-Engine-(GCE)-Securely.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-SecurityExamples.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-UnmanagedUsersExamples.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-Use-a-Yubikey.md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-Using-GAM-with-a-delegated-admin-service-account-(DASA).md +0 -0
- {gam7-7.10.8 → gam7-7.10.9}/wiki/l-_Footer.md +0 -0
|
@@ -4817,11 +4817,13 @@ gam print shareddrives [todrive <ToDriveAttribute>*]
|
|
|
4817
4817
|
[teamdriveadminquery|query <QueryTeamDrive>]
|
|
4818
4818
|
[matchname <REMatchPattern>] [orgunit|org|ou <OrgUnitPath>]
|
|
4819
4819
|
[fields <SharedDriveFieldNameList>] [noorgunits [<Boolean>]]
|
|
4820
|
+
[showwebviewlink]
|
|
4820
4821
|
[formatjson [quotechar <Character>]]
|
|
4821
4822
|
gam show shareddrives
|
|
4822
4823
|
[teamdriveadminquery|query <QueryTeamDrive>]
|
|
4823
4824
|
[matchname <REMatchPattern>] [orgunit|org|ou <OrgUnitPath>]
|
|
4824
4825
|
[fields <SharedDriveFieldNameList>] [noorgunits [<Boolean>]]
|
|
4826
|
+
[showwebviewlink]
|
|
4825
4827
|
[formatjson] [noorgunits [<Boolean>]]
|
|
4826
4828
|
|
|
4827
4829
|
gam print shareddriveorganizers [todrive <ToDriveAttribute>*]
|
|
@@ -4902,12 +4904,14 @@ gam <UserTypeEntity> print shareddrives [todrive <ToDriveAttribute>*]
|
|
|
4902
4904
|
[matchname <REMatchPattern>] [orgunit|org|ou <OrgUnitPath>]
|
|
4903
4905
|
(role|roles <SharedDriveACLRoleList>)*
|
|
4904
4906
|
[fields <SharedDriveFieldNameList>]
|
|
4907
|
+
[showwebviewlink]
|
|
4905
4908
|
[guiroles [<Boolean>]] [formatjson [quotechar <Character>]]
|
|
4906
4909
|
gam <UserTypeEntity> show shareddrives
|
|
4907
4910
|
[teamdriveadminquery|query <QueryTeamDrive>]
|
|
4908
4911
|
[matchname <REMatchPattern>] [orgunit|org|ou <OrgUnitPath>]
|
|
4909
4912
|
(role|roles <SharedDriveACLRoleList>)*
|
|
4910
4913
|
[fields <SharedDriveFieldNameList>]
|
|
4914
|
+
[showwebviewlink]
|
|
4911
4915
|
[guiroles [<Boolean>]] [formatjson]
|
|
4912
4916
|
|
|
4913
4917
|
<PermissionMatch> ::=
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
7.10.09
|
|
2
|
+
|
|
3
|
+
Added option `showwebviewlink` to `gam [<UserTypeEntity>] print|show shareddrives` that
|
|
4
|
+
displays the web view link for the Shared Drive: `https://drive.google.com/drive/folders/<SharedDriveID>`.
|
|
5
|
+
|
|
1
6
|
7.10.08
|
|
2
7
|
|
|
3
8
|
Fixed bug in commands that modify messages where the `labelids <LabelIdList>` option
|
|
@@ -25,7 +25,7 @@ https://github.com/GAM-team/GAM/wiki
|
|
|
25
25
|
"""
|
|
26
26
|
|
|
27
27
|
__author__ = 'GAM Team <google-apps-manager@googlegroups.com>'
|
|
28
|
-
__version__ = '7.10.
|
|
28
|
+
__version__ = '7.10.09'
|
|
29
29
|
__license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
|
|
30
30
|
|
|
31
31
|
#pylint: disable=wrong-import-position
|
|
@@ -65800,7 +65800,7 @@ def _showSharedDrive(user, shareddrive, j, jcount, FJQC):
|
|
|
65800
65800
|
printKeyValueList(['hidden', shareddrive['hidden']])
|
|
65801
65801
|
if 'createdTime' in shareddrive:
|
|
65802
65802
|
printKeyValueList(['createdTime', formatLocalTime(shareddrive['createdTime'])])
|
|
65803
|
-
for setting in ['backgroundImageLink', 'colorRgb', 'themeId', 'orgUnit', 'orgUnitId']:
|
|
65803
|
+
for setting in ['backgroundImageLink', 'colorRgb', 'themeId', 'orgUnit', 'orgUnitId', 'webViewLink']:
|
|
65804
65804
|
if setting in shareddrive:
|
|
65805
65805
|
printKeyValueList([setting, shareddrive[setting]])
|
|
65806
65806
|
if 'role' in shareddrive:
|
|
@@ -65875,6 +65875,7 @@ SHAREDDRIVE_ACL_ROLES_MAP = {
|
|
|
65875
65875
|
# [matchname <REMatchPattern>] [orgunit|org|ou <OrgUnitPath>]
|
|
65876
65876
|
# (role|roles <SharedDriveACLRoleList>)*
|
|
65877
65877
|
# [fields <SharedDriveFieldNameList>] [noorgunits [<Boolean>]]
|
|
65878
|
+
# [showwebviewlink]
|
|
65878
65879
|
# [guiroles [<Boolean>]] [formatjson [quotechar <Character>]]
|
|
65879
65880
|
# [showitemcountonly]
|
|
65880
65881
|
# gam <UserTypeEntity> show shareddrives
|
|
@@ -65882,6 +65883,7 @@ SHAREDDRIVE_ACL_ROLES_MAP = {
|
|
|
65882
65883
|
# [matchname <REMatchPattrn>] [orgunit|org|ou <OrgUnitPath>]
|
|
65883
65884
|
# (role|roles <SharedDriveACLRoleLIst>)*
|
|
65884
65885
|
# [fields <SharedDriveFieldNameList>] [noorgunits [<Boolean>]]
|
|
65886
|
+
# [showwebviewlink]
|
|
65885
65887
|
# [guiroles [<Boolean>]] [formatjson]
|
|
65886
65888
|
# [showitemcountonly]
|
|
65887
65889
|
def printShowSharedDrives(users, useDomainAdminAccess=False):
|
|
@@ -65890,6 +65892,8 @@ def printShowSharedDrives(users, useDomainAdminAccess=False):
|
|
|
65890
65892
|
td_ouid = shareddrive.get('orgUnitId')
|
|
65891
65893
|
if td_ouid:
|
|
65892
65894
|
shareddrive['orgUnit'] = orgUnitIdToPathMap.get(f'id:{td_ouid}', UNKNOWN)
|
|
65895
|
+
if showWebViewLink:
|
|
65896
|
+
shareddrive['webViewLink'] = 'https://drive.google.com/drive/folders/'+shareddrive['id']
|
|
65893
65897
|
if not showFields:
|
|
65894
65898
|
return shareddrive
|
|
65895
65899
|
sshareddrive = {}
|
|
@@ -65908,6 +65912,7 @@ def printShowSharedDrives(users, useDomainAdminAccess=False):
|
|
|
65908
65912
|
showOrgUnitPaths = True
|
|
65909
65913
|
orgUnitIdToPathMap = None
|
|
65910
65914
|
guiRoles = showItemCountOnly = False
|
|
65915
|
+
showWebViewLink = False
|
|
65911
65916
|
while Cmd.ArgumentsRemaining():
|
|
65912
65917
|
myarg = getArgument()
|
|
65913
65918
|
if csvPF and myarg == 'todrive':
|
|
@@ -65937,6 +65942,8 @@ def printShowSharedDrives(users, useDomainAdminAccess=False):
|
|
|
65937
65942
|
showOrgUnitPaths = not getBoolean()
|
|
65938
65943
|
elif myarg == 'guiroles':
|
|
65939
65944
|
guiRoles = getBoolean()
|
|
65945
|
+
elif myarg == 'showwebviewlink':
|
|
65946
|
+
showWebViewLink = True
|
|
65940
65947
|
elif myarg == 'showitemcountonly':
|
|
65941
65948
|
showItemCountOnly = True
|
|
65942
65949
|
showOrgUnitPaths = False
|
|
@@ -65961,6 +65968,14 @@ def printShowSharedDrives(users, useDomainAdminAccess=False):
|
|
|
65961
65968
|
orgUnitIdToPathMap = getOrgUnitIdToPathMap(cd)
|
|
65962
65969
|
if showFields:
|
|
65963
65970
|
showFields.add('orgUnit')
|
|
65971
|
+
if showWebViewLink:
|
|
65972
|
+
if showFields:
|
|
65973
|
+
showFields.add('webViewLink')
|
|
65974
|
+
if csvPF:
|
|
65975
|
+
csvPF.AddTitle('webViewLink')
|
|
65976
|
+
if FJQC.formatJSON:
|
|
65977
|
+
csvPF.AddJSONTitles(['webViewLink'])
|
|
65978
|
+
csvPF.MoveJSONTitlesToEnd(['JSON'])
|
|
65964
65979
|
i, count, users = getEntityArgument(users)
|
|
65965
65980
|
for user in users:
|
|
65966
65981
|
i += 1
|
|
@@ -66029,6 +66044,8 @@ def printShowSharedDrives(users, useDomainAdminAccess=False):
|
|
|
66029
66044
|
row = {'User': user, 'id': shareddrive['id'], 'name': shareddrive['name']}
|
|
66030
66045
|
if not useDomainAdminAccess:
|
|
66031
66046
|
row['role'] = shareddrive['role'] if not guiRoles else SHAREDDRIVE_API_GUI_ROLES_MAP[shareddrive['role']]
|
|
66047
|
+
if showWebViewLink:
|
|
66048
|
+
row['webViewLink'] = shareddrive['webViewLink']
|
|
66032
66049
|
row['JSON'] = json.dumps(cleanJSON(shareddrive, timeObjects=SHAREDDRIVE_TIME_OBJECTS), ensure_ascii=False, sort_keys=True)
|
|
66033
66050
|
csvPF.WriteRow(row)
|
|
66034
66051
|
else:
|
|
@@ -20,7 +20,8 @@
|
|
|
20
20
|
|
|
21
21
|
## Query documentation
|
|
22
22
|
* [Cloud Identity Groups API - Search Dynamic Groups](https://cloud.google.com/identity/docs/reference/rest/v1/groups#dynamicgroupquery)
|
|
23
|
-
* [Member
|
|
23
|
+
* [Dynamic Groups Member Attributes](https://cloud.google.com/identity/docs/how-to/dynamic-groups-attributes)
|
|
24
|
+
* [Member Restrictions](https://cloud.google.com/identity/docs/reference/rest/v1/SecuritySettings#MemberRestriction)
|
|
24
25
|
|
|
25
26
|
## Notes
|
|
26
27
|
|
|
@@ -10,6 +10,17 @@ Add the `-s` option to the end of the above commands to suppress creating the `g
|
|
|
10
10
|
|
|
11
11
|
See [Downloads-Installs-GAM7](https://github.com/GAM-team/GAM/wiki/Downloads-Installs) for Windows or other options, including manual installation
|
|
12
12
|
|
|
13
|
+
### 7.10.09
|
|
14
|
+
|
|
15
|
+
Added option `showwebviewlink` to `gam [<UserTypeEntity>] print|show shareddrives` that
|
|
16
|
+
displays the web view link for the Shared Drive: `https://drive.google.com/drive/folders/<SharedDriveID>`.
|
|
17
|
+
|
|
18
|
+
### 7.10.08
|
|
19
|
+
|
|
20
|
+
Fixed bug in commands that modify messages where the `labelids <LabelIdList>` option
|
|
21
|
+
could not be used unless one of these options was also specified: `query`, `matchlabel`, `ids`;
|
|
22
|
+
it can be now be used by itself.
|
|
23
|
+
|
|
13
24
|
### 7.10.07
|
|
14
25
|
|
|
15
26
|
Updated `gam <UserTypeEntity> copy|move drivefile` to hanndle additional instances of
|
|
@@ -251,7 +251,7 @@ writes the credentials into the file oauth2.txt.
|
|
|
251
251
|
admin@server:/Users/admin$ rm -f /Users/admin/GAMConfig/oauth2.txt
|
|
252
252
|
admin@server:/Users/admin$ gam version
|
|
253
253
|
WARNING: Config File: /Users/admin/GAMConfig/gam.cfg, Section: DEFAULT, Item: oauth2_txt, Value: /Users/admin/GAMConfig/oauth2.txt, Not Found
|
|
254
|
-
GAM 7.10.
|
|
254
|
+
GAM 7.10.09 - https://github.com/GAM-team/GAM - pyinstaller
|
|
255
255
|
GAM Team <google-apps-manager@googlegroups.com>
|
|
256
256
|
Python 3.13.5 64-bit final
|
|
257
257
|
MacOS Sequoia 15.5 x86_64
|
|
@@ -989,7 +989,7 @@ writes the credentials into the file oauth2.txt.
|
|
|
989
989
|
C:\>del C:\GAMConfig\oauth2.txt
|
|
990
990
|
C:\>gam version
|
|
991
991
|
WARNING: Config File: C:\GAMConfig\gam.cfg, Section: DEFAULT, Item: oauth2_txt, Value: C:\GAMConfig\oauth2.txt, Not Found
|
|
992
|
-
GAM 7.10.
|
|
992
|
+
GAM 7.10.09 - https://github.com/GAM-team/GAM - pythonsource
|
|
993
993
|
GAM Team <google-apps-manager@googlegroups.com>
|
|
994
994
|
Python 3.13.5 64-bit final
|
|
995
995
|
Windows-10-10.0.17134 AMD64
|
|
@@ -372,7 +372,9 @@ By default, Gam displays the information as an indented list of keys and values.
|
|
|
372
372
|
gam [<UserTypeEntity>] show shareddrives
|
|
373
373
|
[adminaccess|asadmin] [teamdriveadminquery|query <QueryTeamDrive>]
|
|
374
374
|
[matchname <REMatchPattern>] [orgunit|org|ou <OrgUnitPath>]
|
|
375
|
-
[fields <SharedDriveFieldNameList>]
|
|
375
|
+
[fields <SharedDriveFieldNameList>]
|
|
376
|
+
[showwebviewlink]
|
|
377
|
+
[formatjson]
|
|
376
378
|
```
|
|
377
379
|
By default, all Shared Drives are displayed; use the following options to select a subset of Shared Drives:
|
|
378
380
|
* `teamdriveadminquery|query <QueryTeamDrive>` - Use a query to select Shared Drives
|
|
@@ -385,7 +387,9 @@ By default, Gam displays the information as an indented list of keys and values.
|
|
|
385
387
|
gam [<UserTypeEntity>] print shareddrives [todrive <ToDriveAttribute>*]
|
|
386
388
|
[adminaccess|asadmin] [teamdriveadminquery|query <QueryTeamDrive>]
|
|
387
389
|
[matchname <REMatchPattern>] [orgunit|org|ou <OrgUnitPath>]
|
|
388
|
-
[fields <SharedDriveFieldNameList>]
|
|
390
|
+
[fields <SharedDriveFieldNameList>]
|
|
391
|
+
[showwebviewlink]
|
|
392
|
+
[formatjson [quotechar <Character>]]
|
|
389
393
|
```
|
|
390
394
|
By default, all Shared Drives are displayed; use the following options to select a subset of Shared Drives:
|
|
391
395
|
* `teamdriveadminquery|query <QueryTeamDrive>` - Use a query to select Shared Drives
|
|
@@ -318,6 +318,7 @@ gam <UserTypeEntity> show shareddriveinfo <SharedDriveEntity>
|
|
|
318
318
|
gam <UserTypeEntity> show shareddrives
|
|
319
319
|
[matchname <REMatchPattern>] (role|roles <SharedDriveACLRoleList>)*
|
|
320
320
|
[fields <SharedDriveFieldNameList>]
|
|
321
|
+
[showwebviewlink]
|
|
321
322
|
[guiroles [<Boolean>] [formatjson]
|
|
322
323
|
```
|
|
323
324
|
By default, Gam displays all Teams Drives accessible by the user.
|
|
@@ -329,7 +330,9 @@ By default, Gam displays the information as an indented list of keys and values.
|
|
|
329
330
|
```
|
|
330
331
|
gam <UserTypeEntity> print shareddrives [todrive <ToDriveAttribute>*]
|
|
331
332
|
[matchname <REMatchPattern>] (role|roles <SharedDriveACLRoleList>)*
|
|
332
|
-
[fields <SharedDriveFieldNameList>]
|
|
333
|
+
[fields <SharedDriveFieldNameList>]
|
|
334
|
+
[showwebviewlink]
|
|
335
|
+
[guiroles [<Boolean>]] [formatjson [quotechar <Character>]]
|
|
333
336
|
```
|
|
334
337
|
By default, Gam displays all Teams Drives accessible by the user.
|
|
335
338
|
* `matchname <REMatchPattern>` - Display Shared Drives with names that match a pattern.
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Print the current version of Gam with details
|
|
4
4
|
```
|
|
5
5
|
gam version
|
|
6
|
-
GAM 7.10.
|
|
6
|
+
GAM 7.10.09 - https://github.com/GAM-team/GAM - pyinstaller
|
|
7
7
|
GAM Team <google-apps-manager@googlegroups.com>
|
|
8
8
|
Python 3.13.5 64-bit final
|
|
9
9
|
MacOS Sequoia 15.5 x86_64
|
|
@@ -15,7 +15,7 @@ Time: 2023-06-02T21:10:00-07:00
|
|
|
15
15
|
Print the current version of Gam with details and time offset information
|
|
16
16
|
```
|
|
17
17
|
gam version timeoffset
|
|
18
|
-
GAM 7.10.
|
|
18
|
+
GAM 7.10.09 - https://github.com/GAM-team/GAM - pyinstaller
|
|
19
19
|
GAM Team <google-apps-manager@googlegroups.com>
|
|
20
20
|
Python 3.13.5 64-bit final
|
|
21
21
|
MacOS Sequoia 15.5 x86_64
|
|
@@ -27,7 +27,7 @@ Your system time differs from www.googleapis.com by less than 1 second
|
|
|
27
27
|
Print the current version of Gam with extended details and SSL information
|
|
28
28
|
```
|
|
29
29
|
gam version extended
|
|
30
|
-
GAM 7.10.
|
|
30
|
+
GAM 7.10.09 - https://github.com/GAM-team/GAM - pyinstaller
|
|
31
31
|
GAM Team <google-apps-manager@googlegroups.com>
|
|
32
32
|
Python 3.13.5 64-bit final
|
|
33
33
|
MacOS Sequoia 15.5 x86_64
|
|
@@ -64,7 +64,7 @@ MacOS High Sierra 10.13.6 x86_64
|
|
|
64
64
|
Path: /Users/Admin/bin/gam7
|
|
65
65
|
Version Check:
|
|
66
66
|
Current: 5.35.08
|
|
67
|
-
Latest: 7.10.
|
|
67
|
+
Latest: 7.10.09
|
|
68
68
|
echo $?
|
|
69
69
|
1
|
|
70
70
|
```
|
|
@@ -72,7 +72,7 @@ echo $?
|
|
|
72
72
|
Print the current version number without details
|
|
73
73
|
```
|
|
74
74
|
gam version simple
|
|
75
|
-
7.10.
|
|
75
|
+
7.10.09
|
|
76
76
|
```
|
|
77
77
|
In Linux/MacOS you can do:
|
|
78
78
|
```
|
|
@@ -82,7 +82,7 @@ echo $VER
|
|
|
82
82
|
Print the current version of Gam and address of this Wiki
|
|
83
83
|
```
|
|
84
84
|
gam help
|
|
85
|
-
GAM 7.10.
|
|
85
|
+
GAM 7.10.09 - https://github.com/GAM-team/GAM
|
|
86
86
|
GAM Team <google-apps-manager@googlegroups.com>
|
|
87
87
|
Python 3.13.5 64-bit final
|
|
88
88
|
MacOS Sequoia 15.5 x86_64
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|