gam7 7.10.8__tar.gz → 7.10.10__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.10}/PKG-INFO +1 -1
- {gam7-7.10.8 → gam7-7.10.10}/src/GamCommands.txt +4 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/GamUpdate.txt +11 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/__init__.py +24 -2
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Cloud-Identity-Groups.md +2 -1
- {gam7-7.10.8 → gam7-7.10.10}/wiki/GamUpdates.md +11 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/How-to-Upgrade-Legacy-GAM-to-GAM7.md +2 -2
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Shared-Drives.md +6 -2
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Shared-Drives.md +4 -1
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Version-and-Help.md +6 -6
- {gam7-7.10.8 → gam7-7.10.10}/.github/ISSUE_TEMPLATE/aa-question.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/.github/ISSUE_TEMPLATE/za-bug-report.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/.github/ISSUE_TEMPLATE/zz-feature-request.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/.github/ISSUE_TEMPLATE.txt +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/.github/actions/decrypt.sh +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/.github/actions/entitlements.plist +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/.github/actions/package_exclusions.txt +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/.github/stale.yml +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/.github/workflows/build.yml +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/.github/workflows/codeql-analysis.yml +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/.github/workflows/get-cacerts.yml +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/.github/workflows/pushwiki.yml +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/.github/workflows/pypi.yml +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/.pre-commit-config.yaml +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/LICENSE +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/README.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/pyproject.toml +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/.gitignore +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/LICENSE +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/cacerts.pem +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/callgam.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/__main__.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/atom/__init__.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/atom/auth.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/atom/client.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/atom/core.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/atom/data.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/atom/http.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/atom/http_core.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/atom/http_interface.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/atom/mock_http.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/atom/mock_http_core.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/atom/mock_service.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/atom/service.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/atom/token_store.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/atom/url.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/cacerts.pem +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/cbcm-v1.1beta1.json +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/contactdelegation-v1.json +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/datastudio-v1.json +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/gamlib/__init__.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/gamlib/glaction.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/gamlib/glapi.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/gamlib/glcfg.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/gamlib/glclargs.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/gamlib/glentity.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/gamlib/glgapi.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/gamlib/glgdata.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/gamlib/glglobals.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/gamlib/glindent.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/gamlib/glmsgs.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/gamlib/glskus.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/gamlib/gluprop.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/gamlib/glverlibs.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/gamlib/yubikey.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/gdata/__init__.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/gdata/alt/__init__.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/gdata/alt/app_engine.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/gdata/alt/appengine.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/gdata/apps/__init__.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/gdata/apps/audit/__init__.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/gdata/apps/audit/service.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/gdata/apps/contacts/__init__.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/gdata/apps/contacts/service.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/gdata/apps/service.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/gdata/service.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/gdata/urlfetch.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/googleapiclient/__init__.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/googleapiclient/_auth.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/googleapiclient/_helpers.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/googleapiclient/channel.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/googleapiclient/discovery.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/googleapiclient/discovery_cache/__init__.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/googleapiclient/discovery_cache/appengine_memcache.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/googleapiclient/discovery_cache/base.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/googleapiclient/discovery_cache/file_cache.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/googleapiclient/errors.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/googleapiclient/http.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/googleapiclient/mimeparse.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/googleapiclient/model.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/googleapiclient/schema.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/googleapiclient/version.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/iso8601/__init__.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/iso8601/iso8601.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/meet-v2beta.json +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/serviceaccountlookup-v1.json +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam/six.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam-install.sh +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam-setup.bat +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam.exe.manifest +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam.spec +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/gam.wxs +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/license.rtf +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/requirements-dev.txt +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/requirements.txt +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/setup.cfg +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/setup.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/tools/a_atleast_b.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/tools/gen-wix-xml-filelist.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/tools/mkGamRef.py +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/tools/openssl.props +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/src/version_info.txt.in +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/00scratch.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Addresses.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Administrators.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Alert-Center.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Aliases.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Authorization.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/BNF-Syntax.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Basic-Items.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Bulk-Processing.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/CSV-Input-Filtering.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/CSV-Output-Filtering.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/CSV-Special-Characters.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Calendars-Access.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Calendars-Events.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Calendars.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Chat-Bot.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Chrome-AUE-Counts.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Chrome-Browser-Cloud-Management.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Chrome-Installed-Apps.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Chrome-Needs-Attention-Counts.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Chrome-Policies.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Chrome-Printers.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Chrome-Profile-Management.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Chrome-Version-Counts.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Chrome-Version-History.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/ChromeOS-Devices.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Classroom-Courses.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Classroom-Guardians.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Classroom-Invitations.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Classroom-Membership.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Cloud-Channel.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Cloud-Identity-Devices.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Cloud-Identity-Groups-Membership.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Cloud-Identity-Policies.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Cloud-Storage.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Collections-of-ChromeOS-Devices.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Collections-of-Items.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Collections-of-Users.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Command-Data-From-Google-Docs-Sheets-Storage.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Command-Line-Parsing.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Command-Logging-Progress.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Context-Aware-Access-Levels.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Customer.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Domain-People-Contacts-Profiles.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Domain-SharedContacts.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Domains-Verification.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Domains.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Downloads-Installs.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Drive-File-Selection.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Drive-Items.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Drive-REST-API-v3.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Email-Audit-Monitor.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Find-File-Owner.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/GAM-Public-Chat-Room.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/GAM-Return-Codes.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/GAM-with-minimal-GCP-rights.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/GAM7-on-Android-Devices.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/GAM7-on-Chrome-OS-Devices.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Google-Data-Transfers.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Google-Network-Addresses.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Groups-Membership.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Groups.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/HTTPS-Proxy.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Home.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/How-to-Install-GAM7.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/How-to-Uninstall-GAM7.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/How-to-Update-GAM7.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/How-to-Upgrade-GAMADV-XTD3-to-GAM7.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Inbound-SSO.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Install-GAM-as-Python-Library.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Licenses.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/List-Items.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/List.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Meta-Commands-and-File-Redirection.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Mobile-Devices.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Organizational-Units.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Other-Resources.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Permission-Matches.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Python-Regular-Expressions.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/README.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Rclone.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Reports.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Reseller.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Resources.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Running-GAM7-securely-on-a-Google-Compute-Engine.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/SSL-Root-CA-Certificates.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Schemas.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Scripts.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Send-Email.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Sites.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Tag-Replace.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Todrive.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Unmanaged-Accounts.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Upgrade-Benefits.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Analytics-Admin.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Application-Specific-Passwords.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Backup-Verification-Codes.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Calendars-Access.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Calendars-Events.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Calendars.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Chat.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Classification-Labels.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Classroom-Profile.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Contacts-Delegates.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Contacts.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Deprovision.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Drive-Activity-Settings.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Drive-Cleanup.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Drive-Comments.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Drive-Copy-Move.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Drive-Files-Display.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Drive-Files-Manage.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Drive-Orphans.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Drive-Ownership.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Drive-Permissions.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Drive-Query.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Drive-Revisions.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Drive-Shortcuts.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Drive-Transfer.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Forms.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Gmail-CSE.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Gmail-Delegates.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Gmail-Filters.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Gmail-Forwarding.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Gmail-Labels.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Gmail-Messages-Threads.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Gmail-Profile.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Gmail-S-MIME.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Gmail-Send-As-Signature-Vacation.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Gmail-Settings.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Group-Membership.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Keep-Notes.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Looker-Studio.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Meet.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-People-Contacts-Profiles.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Photo.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Profile-Photo.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Profile-Sharing.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Signout-Turnoff2SV.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Spreadsheets.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Tasks.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-Tokens.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users-YouTube.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Users.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Using-GAM7-with-a-YubiKey.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Using-GAM7-with-a-delegated-admin-service-account.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Vault-Takeout.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/Verifying-a-GAM7-Build-is-Legitimate-and-Official.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/_Sidebar.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/gam.cfg.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-AdminSettingsExamples.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-Android-Installation.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-BulkOperations.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-CalendarExamples.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-Chat-Bot.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-Chrome-Browser-Management.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-Chrome-OS-Installation.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-Chrome-Policy-Settings.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-Cloud-Identity-Groups.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-Command-Reference-Calendar-Resources.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-Command-Reference-Calendars.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-Command-Reference-Definitions.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-Command-Reference-Drive.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-Command-Reference-Email.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-Command-Reference-Group-Attributes.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-Command-Reference-Groups.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-Command-Reference-Users.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-Context-Aware-Access-Levels.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-Creating-client_secrets.json-and-oauth2service.json.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-CreatingClientSecretsFile.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-Custom-Schemas.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-Data-Transfers.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-DomainVerification.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-ExamplesAccountAuditing.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-ExamplesCSV.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-ExamplesEmailSettings.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-ExamplesOrganizations.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-GAM-Discussion-Group.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-GAM-on-Android-and-Chrome-OS.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-GAM-options-files.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-GAM-with--minimal-GCP-rights.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-GAM3CSVListings.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-GAM3DirectoryCommands.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-GAM3GroupSettings.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-GAM7-FAQ.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-Google-Vault---Takeout-Commands.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-GoogleDriveManagement.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-Grouping-18-or-Older-Users.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-Home.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-How-to-upgrade-from-Standard-GAM.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-Inbound-SSO-Settings.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-LicenseExamples.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-Managing-Admins.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-Managing-CloudPrint-Printers.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-Managing-Devices.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-Managing-Google-Classroom.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-OAuthKeyManagement.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-Printers.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-ResellerCommands.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-Running-GAM-on-Google-Compute-Engine-(GCE)-Securely.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-SecurityExamples.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-UnmanagedUsersExamples.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-Use-a-Yubikey.md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/wiki/l-Using-GAM-with-a-delegated-admin-service-account-(DASA).md +0 -0
- {gam7-7.10.8 → gam7-7.10.10}/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 text|hyperlink]
|
|
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 text|hyperlink]
|
|
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 text|hyperlink]
|
|
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 text|hyperlink]
|
|
4911
4915
|
[guiroles [<Boolean>]] [formatjson]
|
|
4912
4916
|
|
|
4913
4917
|
<PermissionMatch> ::=
|
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
7.10.10
|
|
2
|
+
|
|
3
|
+
Added choices `text` and `hyperlink` to option `showwebviewlink` in `gam [<UserTypeEntity>] print|show shareddrives`.
|
|
4
|
+
* `showwebviewlink text` - Displays `https://drive.google.com/drive/folders/<SharedDriveID>`
|
|
5
|
+
* `showwebviewlink hyperlink` - Dsiplays `=HYPERLINK("https://drive.google.com/drive/folders/<SharedDriveID>", "<SharedDriveNamw>")
|
|
6
|
+
|
|
7
|
+
7.10.09
|
|
8
|
+
|
|
9
|
+
Added option `showwebviewlink` to `gam [<UserTypeEntity>] print|show shareddrives` that
|
|
10
|
+
displays the web view link for the Shared Drive: `https://drive.google.com/drive/folders/<SharedDriveID>`.
|
|
11
|
+
|
|
1
12
|
7.10.08
|
|
2
13
|
|
|
3
14
|
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.10'
|
|
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:
|
|
@@ -65870,11 +65870,14 @@ SHAREDDRIVE_ACL_ROLES_MAP = {
|
|
|
65870
65870
|
'writer': 'writer',
|
|
65871
65871
|
}
|
|
65872
65872
|
|
|
65873
|
+
SHOWWEBVIEWLINK_CHOICES = {'text', 'hyperlink'}
|
|
65874
|
+
|
|
65873
65875
|
# gam <UserTypeEntity> print shareddrives [todrive <ToDriveAttribute>*]
|
|
65874
65876
|
# [asadmin [shareddriveadminquery|query <QuerySharedDrive>]]
|
|
65875
65877
|
# [matchname <REMatchPattern>] [orgunit|org|ou <OrgUnitPath>]
|
|
65876
65878
|
# (role|roles <SharedDriveACLRoleList>)*
|
|
65877
65879
|
# [fields <SharedDriveFieldNameList>] [noorgunits [<Boolean>]]
|
|
65880
|
+
# [showwebviewlink [text|hyperlink]]
|
|
65878
65881
|
# [guiroles [<Boolean>]] [formatjson [quotechar <Character>]]
|
|
65879
65882
|
# [showitemcountonly]
|
|
65880
65883
|
# gam <UserTypeEntity> show shareddrives
|
|
@@ -65882,6 +65885,7 @@ SHAREDDRIVE_ACL_ROLES_MAP = {
|
|
|
65882
65885
|
# [matchname <REMatchPattrn>] [orgunit|org|ou <OrgUnitPath>]
|
|
65883
65886
|
# (role|roles <SharedDriveACLRoleLIst>)*
|
|
65884
65887
|
# [fields <SharedDriveFieldNameList>] [noorgunits [<Boolean>]]
|
|
65888
|
+
# [showwebviewlink [text|hyperlink]]
|
|
65885
65889
|
# [guiroles [<Boolean>]] [formatjson]
|
|
65886
65890
|
# [showitemcountonly]
|
|
65887
65891
|
def printShowSharedDrives(users, useDomainAdminAccess=False):
|
|
@@ -65890,6 +65894,11 @@ def printShowSharedDrives(users, useDomainAdminAccess=False):
|
|
|
65890
65894
|
td_ouid = shareddrive.get('orgUnitId')
|
|
65891
65895
|
if td_ouid:
|
|
65892
65896
|
shareddrive['orgUnit'] = orgUnitIdToPathMap.get(f'id:{td_ouid}', UNKNOWN)
|
|
65897
|
+
if showWebViewLink:
|
|
65898
|
+
if showWebViewLink == 'text':
|
|
65899
|
+
shareddrive['webViewLink'] = 'https://drive.google.com/drive/folders/'+shareddrive['id']
|
|
65900
|
+
else:
|
|
65901
|
+
shareddrive['webViewLink'] = '=HYPERLINK("https://drive.google.com/drive/folders/'+shareddrive['id']+'", "'+shareddrive['name']+'")'
|
|
65893
65902
|
if not showFields:
|
|
65894
65903
|
return shareddrive
|
|
65895
65904
|
sshareddrive = {}
|
|
@@ -65908,6 +65917,7 @@ def printShowSharedDrives(users, useDomainAdminAccess=False):
|
|
|
65908
65917
|
showOrgUnitPaths = True
|
|
65909
65918
|
orgUnitIdToPathMap = None
|
|
65910
65919
|
guiRoles = showItemCountOnly = False
|
|
65920
|
+
showWebViewLink = ''
|
|
65911
65921
|
while Cmd.ArgumentsRemaining():
|
|
65912
65922
|
myarg = getArgument()
|
|
65913
65923
|
if csvPF and myarg == 'todrive':
|
|
@@ -65937,6 +65947,8 @@ def printShowSharedDrives(users, useDomainAdminAccess=False):
|
|
|
65937
65947
|
showOrgUnitPaths = not getBoolean()
|
|
65938
65948
|
elif myarg == 'guiroles':
|
|
65939
65949
|
guiRoles = getBoolean()
|
|
65950
|
+
elif myarg == 'showwebviewlink':
|
|
65951
|
+
showWebViewLink = getChoice(SHOWWEBVIEWLINK_CHOICES)
|
|
65940
65952
|
elif myarg == 'showitemcountonly':
|
|
65941
65953
|
showItemCountOnly = True
|
|
65942
65954
|
showOrgUnitPaths = False
|
|
@@ -65961,6 +65973,14 @@ def printShowSharedDrives(users, useDomainAdminAccess=False):
|
|
|
65961
65973
|
orgUnitIdToPathMap = getOrgUnitIdToPathMap(cd)
|
|
65962
65974
|
if showFields:
|
|
65963
65975
|
showFields.add('orgUnit')
|
|
65976
|
+
if showWebViewLink:
|
|
65977
|
+
if showFields:
|
|
65978
|
+
showFields.add('webViewLink')
|
|
65979
|
+
if csvPF:
|
|
65980
|
+
csvPF.AddTitle('webViewLink')
|
|
65981
|
+
if FJQC.formatJSON:
|
|
65982
|
+
csvPF.AddJSONTitles(['webViewLink'])
|
|
65983
|
+
csvPF.MoveJSONTitlesToEnd(['JSON'])
|
|
65964
65984
|
i, count, users = getEntityArgument(users)
|
|
65965
65985
|
for user in users:
|
|
65966
65986
|
i += 1
|
|
@@ -66029,6 +66049,8 @@ def printShowSharedDrives(users, useDomainAdminAccess=False):
|
|
|
66029
66049
|
row = {'User': user, 'id': shareddrive['id'], 'name': shareddrive['name']}
|
|
66030
66050
|
if not useDomainAdminAccess:
|
|
66031
66051
|
row['role'] = shareddrive['role'] if not guiRoles else SHAREDDRIVE_API_GUI_ROLES_MAP[shareddrive['role']]
|
|
66052
|
+
if showWebViewLink:
|
|
66053
|
+
row['webViewLink'] = shareddrive['webViewLink']
|
|
66032
66054
|
row['JSON'] = json.dumps(cleanJSON(shareddrive, timeObjects=SHAREDDRIVE_TIME_OBJECTS), ensure_ascii=False, sort_keys=True)
|
|
66033
66055
|
csvPF.WriteRow(row)
|
|
66034
66056
|
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
|