gam7 7.10.1__tar.gz → 7.10.2__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.1 → gam7-7.10.2}/PKG-INFO +1 -1
- {gam7-7.10.1 → gam7-7.10.2}/src/GamCommands.txt +16 -2
- {gam7-7.10.1 → gam7-7.10.2}/src/GamUpdate.txt +9 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/__init__.py +18 -6
- {gam7-7.10.1 → gam7-7.10.2}/wiki/GamUpdates.md +11 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/How-to-Upgrade-Legacy-GAM-to-GAM7.md +2 -2
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Reports.md +2 -1
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Forms.md +19 -1
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Version-and-Help.md +6 -6
- {gam7-7.10.1 → gam7-7.10.2}/.github/ISSUE_TEMPLATE/aa-question.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/.github/ISSUE_TEMPLATE/za-bug-report.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/.github/ISSUE_TEMPLATE/zz-feature-request.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/.github/ISSUE_TEMPLATE.txt +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/.github/actions/decrypt.sh +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/.github/actions/entitlements.plist +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/.github/actions/package_exclusions.txt +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/.github/stale.yml +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/.github/workflows/build.yml +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/.github/workflows/codeql-analysis.yml +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/.github/workflows/get-cacerts.yml +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/.github/workflows/pushwiki.yml +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/.github/workflows/pypi.yml +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/.pre-commit-config.yaml +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/LICENSE +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/README.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/pyproject.toml +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/.gitignore +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/LICENSE +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/cacerts.pem +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/callgam.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/__main__.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/atom/__init__.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/atom/auth.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/atom/client.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/atom/core.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/atom/data.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/atom/http.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/atom/http_core.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/atom/http_interface.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/atom/mock_http.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/atom/mock_http_core.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/atom/mock_service.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/atom/service.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/atom/token_store.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/atom/url.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/cacerts.pem +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/cbcm-v1.1beta1.json +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/contactdelegation-v1.json +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/datastudio-v1.json +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/gamlib/__init__.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/gamlib/glaction.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/gamlib/glapi.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/gamlib/glcfg.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/gamlib/glclargs.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/gamlib/glentity.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/gamlib/glgapi.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/gamlib/glgdata.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/gamlib/glglobals.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/gamlib/glindent.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/gamlib/glmsgs.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/gamlib/glskus.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/gamlib/gluprop.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/gamlib/glverlibs.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/gamlib/yubikey.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/gdata/__init__.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/gdata/alt/__init__.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/gdata/alt/app_engine.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/gdata/alt/appengine.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/gdata/apps/__init__.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/gdata/apps/audit/__init__.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/gdata/apps/audit/service.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/gdata/apps/contacts/__init__.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/gdata/apps/contacts/service.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/gdata/apps/service.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/gdata/service.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/gdata/urlfetch.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/googleapiclient/__init__.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/googleapiclient/_auth.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/googleapiclient/_helpers.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/googleapiclient/channel.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/googleapiclient/discovery.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/googleapiclient/discovery_cache/__init__.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/googleapiclient/discovery_cache/appengine_memcache.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/googleapiclient/discovery_cache/base.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/googleapiclient/discovery_cache/file_cache.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/googleapiclient/errors.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/googleapiclient/http.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/googleapiclient/mimeparse.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/googleapiclient/model.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/googleapiclient/schema.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/googleapiclient/version.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/iso8601/__init__.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/iso8601/iso8601.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/meet-v2beta.json +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/serviceaccountlookup-v1.json +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam/six.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam-install.sh +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam-setup.bat +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam.exe.manifest +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam.spec +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/gam.wxs +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/license.rtf +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/requirements-dev.txt +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/requirements.txt +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/setup.cfg +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/setup.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/tools/a_atleast_b.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/tools/gen-wix-xml-filelist.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/tools/mkGamRef.py +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/tools/openssl.props +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/src/version_info.txt.in +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/00scratch.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Addresses.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Administrators.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Alert-Center.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Aliases.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Authorization.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/BNF-Syntax.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Basic-Items.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Bulk-Processing.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/CSV-Input-Filtering.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/CSV-Output-Filtering.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/CSV-Special-Characters.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Calendars-Access.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Calendars-Events.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Calendars.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Chat-Bot.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Chrome-AUE-Counts.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Chrome-Browser-Cloud-Management.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Chrome-Installed-Apps.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Chrome-Needs-Attention-Counts.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Chrome-Policies.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Chrome-Printers.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Chrome-Profile-Management.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Chrome-Version-Counts.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Chrome-Version-History.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/ChromeOS-Devices.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Classroom-Courses.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Classroom-Guardians.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Classroom-Invitations.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Classroom-Membership.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Cloud-Channel.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Cloud-Identity-Devices.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Cloud-Identity-Groups-Membership.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Cloud-Identity-Groups.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Cloud-Identity-Policies.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Cloud-Storage.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Collections-of-ChromeOS-Devices.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Collections-of-Items.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Collections-of-Users.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Command-Data-From-Google-Docs-Sheets-Storage.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Command-Line-Parsing.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Command-Logging-Progress.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Context-Aware-Access-Levels.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Customer.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Domain-People-Contacts-Profiles.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Domain-SharedContacts.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Domains-Verification.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Domains.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Downloads-Installs.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Drive-File-Selection.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Drive-Items.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Drive-REST-API-v3.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Email-Audit-Monitor.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Find-File-Owner.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/GAM-Public-Chat-Room.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/GAM-Return-Codes.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/GAM-with-minimal-GCP-rights.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/GAM7-on-Android-Devices.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/GAM7-on-Chrome-OS-Devices.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Google-Data-Transfers.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Google-Network-Addresses.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Groups-Membership.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Groups.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/HTTPS-Proxy.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Home.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/How-to-Install-GAM7.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/How-to-Uninstall-GAM7.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/How-to-Update-GAM7.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/How-to-Upgrade-GAMADV-XTD3-to-GAM7.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Inbound-SSO.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Install-GAM-as-Python-Library.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Licenses.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/List-Items.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/List.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Meta-Commands-and-File-Redirection.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Mobile-Devices.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Organizational-Units.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Other-Resources.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Permission-Matches.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Python-Regular-Expressions.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/README.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Rclone.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Reseller.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Resources.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Running-GAM7-securely-on-a-Google-Compute-Engine.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/SSL-Root-CA-Certificates.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Schemas.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Scripts.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Send-Email.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Shared-Drives.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Sites.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Tag-Replace.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Todrive.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Unmanaged-Accounts.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Upgrade-Benefits.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Analytics-Admin.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Application-Specific-Passwords.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Backup-Verification-Codes.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Calendars-Access.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Calendars-Events.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Calendars.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Chat.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Classification-Labels.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Classroom-Profile.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Contacts-Delegates.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Contacts.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Deprovision.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Drive-Activity-Settings.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Drive-Cleanup.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Drive-Comments.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Drive-Copy-Move.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Drive-Files-Display.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Drive-Files-Manage.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Drive-Orphans.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Drive-Ownership.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Drive-Permissions.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Drive-Query.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Drive-Revisions.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Drive-Shortcuts.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Drive-Transfer.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Gmail-CSE.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Gmail-Delegates.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Gmail-Filters.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Gmail-Forwarding.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Gmail-Labels.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Gmail-Messages-Threads.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Gmail-Profile.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Gmail-S-MIME.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Gmail-Send-As-Signature-Vacation.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Gmail-Settings.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Group-Membership.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Keep-Notes.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Looker-Studio.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Meet.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-People-Contacts-Profiles.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Photo.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Profile-Photo.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Profile-Sharing.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Shared-Drives.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Signout-Turnoff2SV.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Spreadsheets.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Tasks.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-Tokens.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users-YouTube.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Users.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Using-GAM7-with-a-YubiKey.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Using-GAM7-with-a-delegated-admin-service-account.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Vault-Takeout.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/Verifying-a-GAM7-Build-is-Legitimate-and-Official.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/_Sidebar.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/gam.cfg.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-AdminSettingsExamples.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-Android-Installation.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-BulkOperations.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-CalendarExamples.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-Chat-Bot.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-Chrome-Browser-Management.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-Chrome-OS-Installation.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-Chrome-Policy-Settings.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-Cloud-Identity-Groups.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-Command-Reference-Calendar-Resources.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-Command-Reference-Calendars.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-Command-Reference-Definitions.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-Command-Reference-Drive.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-Command-Reference-Email.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-Command-Reference-Group-Attributes.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-Command-Reference-Groups.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-Command-Reference-Users.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-Context-Aware-Access-Levels.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-Creating-client_secrets.json-and-oauth2service.json.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-CreatingClientSecretsFile.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-Custom-Schemas.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-Data-Transfers.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-DomainVerification.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-ExamplesAccountAuditing.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-ExamplesCSV.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-ExamplesEmailSettings.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-ExamplesOrganizations.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-GAM-Discussion-Group.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-GAM-on-Android-and-Chrome-OS.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-GAM-options-files.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-GAM-with--minimal-GCP-rights.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-GAM3CSVListings.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-GAM3DirectoryCommands.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-GAM3GroupSettings.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-GAM7-FAQ.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-Google-Vault---Takeout-Commands.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-GoogleDriveManagement.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-Grouping-18-or-Older-Users.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-Home.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-How-to-upgrade-from-Standard-GAM.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-Inbound-SSO-Settings.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-LicenseExamples.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-Managing-Admins.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-Managing-CloudPrint-Printers.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-Managing-Devices.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-Managing-Google-Classroom.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-OAuthKeyManagement.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-Printers.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-ResellerCommands.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-Running-GAM-on-Google-Compute-Engine-(GCE)-Securely.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-SecurityExamples.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-UnmanagedUsersExamples.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-Use-a-Yubikey.md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-Using-GAM-with-a-delegated-admin-service-account-(DASA).md +0 -0
- {gam7-7.10.1 → gam7-7.10.2}/wiki/l-_Footer.md +0 -0
|
@@ -7615,48 +7615,61 @@ gam <UserTypeEntity> insert message
|
|
|
7615
7615
|
|
|
7616
7616
|
gam <UserTypeEntity> archive messages <GroupItem>
|
|
7617
7617
|
(((query <QueryGmail> [querytime<String> <Date>]*) (matchlabel <LabelName>) [or|and])+
|
|
7618
|
+
[labelids <LabelIDList>]
|
|
7618
7619
|
[quick|notquick] [doit] [max_to_archive <Number>])|(ids <MessageIDEntity>)
|
|
7619
7620
|
[csv [todrive <ToDriveAttribute>*]]
|
|
7620
7621
|
gam <UserTypeEntity> delete messages|threads
|
|
7621
7622
|
(((query <QueryGmail> [querytime<String> <Date>]*) (matchlabel <LabelName>) [or|and])+
|
|
7623
|
+
[labelids <LabelIDList>]
|
|
7622
7624
|
[quick|notquick] [doit] [max_to_delete <Number>])|(ids <MessageIDEntity>)
|
|
7623
7625
|
[csv [todrive <ToDriveAttribute>*]]
|
|
7624
7626
|
gam <UserTypeEntity> modify messages|threads
|
|
7625
7627
|
(((query <QueryGmail> [querytime<String> <Date>]*) (matchlabel <LabelName>) [or|and])+
|
|
7628
|
+
[labelids <LabelIDList>]
|
|
7626
7629
|
[quick|notquick] [doit] [max_to_modify <Number>])|(ids <MessageIDEntity>)
|
|
7627
7630
|
((addlabel <LabelName>)|(removelabel <LabelName>))+
|
|
7628
7631
|
[csv [todrive <ToDriveAttribute>*]]
|
|
7629
7632
|
gam <UserTypeEntity> spam messages|threads
|
|
7630
7633
|
(((query <QueryGmail> [querytime<String> <Date>]*) (matchlabel <LabelName>) [or|and])+
|
|
7634
|
+
[labelids <LabelIDList>]
|
|
7631
7635
|
[quick|notquick] [doit] [max_to_spam <Number>])|(ids <MessageIDEntity>)
|
|
7632
7636
|
[csv [todrive <ToDriveAttribute>*]]
|
|
7633
7637
|
gam <UserTypeEntity> trash messages|threads
|
|
7634
7638
|
(((query <QueryGmail> [querytime<String> <Date>]*) (matchlabel <LabelName>) [or|and])+
|
|
7639
|
+
[labelids <LabelIDList>]
|
|
7635
7640
|
[quick|notquick] [doit] [max_to_trash <Number>])|(ids <MessageIDEntity>)
|
|
7636
7641
|
[csv [todrive <ToDriveAttribute>*]]
|
|
7637
7642
|
gam <UserTypeEntity> untrash messages|threads
|
|
7638
7643
|
(((query <QueryGmail> [querytime<String> <Date>]*) (matchlabel <LabelName>) [or|and])+
|
|
7644
|
+
[labelids <LabelIDList>]
|
|
7639
7645
|
[quick|notquick] [doit] [max_to_untrash <Number>])|(ids <MessageIDEntity>)
|
|
7640
7646
|
[csv [todrive <ToDriveAttribute>*]]
|
|
7641
7647
|
|
|
7642
7648
|
gam <UserTypeEntity> export message|messages
|
|
7643
|
-
(((query <QueryGmail> [querytime<String> <Date>]*) (matchlabel <LabelName>) [or|and])+
|
|
7649
|
+
(((query <QueryGmail> [querytime<String> <Date>]*) (matchlabel <LabelName>) [or|and])+
|
|
7650
|
+
[labelids <LabelIDList>]
|
|
7651
|
+
[quick|notquick] [doit] [max_to_export <Number>])|(ids <MessageIDEntity>)
|
|
7644
7652
|
[targetfolder <FilePath>] [targetname <FileName>] [overwrite [<Boolean>]]
|
|
7645
7653
|
gam <UserTypeEntity> export thread|threads
|
|
7646
|
-
(((query <QueryGmail> [querytime<String> <Date>]*) (matchlabel <LabelName>) [or|and])+
|
|
7654
|
+
(((query <QueryGmail> [querytime<String> <Date>]*) (matchlabel <LabelName>) [or|and])+
|
|
7655
|
+
[labelids <LabelIDList>]
|
|
7656
|
+
[quick|notquick] [doit] [max_to_export <Number>])|(ids <ThreadIDEntity>)
|
|
7647
7657
|
[targetfolder <FilePath>] [targetname <FileName>] [overwrite [<Boolean>]]
|
|
7648
7658
|
|
|
7649
7659
|
gam <UserTypeEntity> forward message|messages recipient|to <RecipientEntity>
|
|
7650
7660
|
(((query <QueryGmail> [querytime<String> <Date>]*) (matchlabel <LabelName>) [or|and])+
|
|
7661
|
+
[labelids <LabelIDList>]
|
|
7651
7662
|
[quick|notquick] [doit] [max_to_forward <Number>])|(ids <MessageIDEntity>)
|
|
7652
7663
|
[subject <String>] [addorigfieldstosubject [<Boolean>]] [altcharset <String>]
|
|
7653
7664
|
gam <UserTypeEntity> forward thread|thtreads recipient|to <RecipientEntity>
|
|
7654
7665
|
(((query <QueryGmail> [querytime<String> <Date>]*) (matchlabel <LabelName>) [or|and])+
|
|
7666
|
+
[labelids <LabelIDList>]
|
|
7655
7667
|
quick|notquick] [doit] [max_to_forward <Number>])|(ids <ThreadIDEntity>)
|
|
7656
7668
|
[subject <String>] [addorigfieldstosubject [<Boolean>]] [altcharset <String>]
|
|
7657
7669
|
|
|
7658
7670
|
gam <UserTypeEntity> show messages|threads
|
|
7659
7671
|
(((query <QueryGmail> [querytime<String> <Date>]*) (matchlabel <LabelName>) [or|and])*
|
|
7672
|
+
[labelids <LabelIDList>]
|
|
7660
7673
|
[quick|notquick] [max_to_show <Number>] [includespamtrash])|(ids <MessageIDEntity>)
|
|
7661
7674
|
[labelmatchpattern <REMatchPattern>] [sendermatchpattern <REMatchPattern>]
|
|
7662
7675
|
[countsonly|positivecountsonly] [useronly]
|
|
@@ -7669,6 +7682,7 @@ gam <UserTypeEntity> show messages|threads
|
|
|
7669
7682
|
[uploadattachments [<DriveFileParentAttribute>]]]
|
|
7670
7683
|
gam <UserTypeEntity> print messages|threads [todrive <ToDriveAttribute>*]
|
|
7671
7684
|
(((query <QueryGmail> [querytime<String> <Date>]*) (matchlabel <LabelName>) [or|and])*
|
|
7685
|
+
[labelids <LabelIDList>]
|
|
7672
7686
|
[quick|notquick] [max_to_print <Number>] [includespamtrash])|(ids <MessageIDEntity>)
|
|
7673
7687
|
[labelmatchpattern <REMatchPattern>] [sendermatchpattern <REMatchPattern>]
|
|
7674
7688
|
[countsonly|positivecountsonly] [useronly]
|
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
7.10.02
|
|
2
|
+
|
|
3
|
+
Added option `labelids <LabelIdList>` to all commands that process messages;
|
|
4
|
+
this option causes GAM to only return messages with labels that match all of the specified label IDs.
|
|
5
|
+
|
|
6
|
+
Updated `gam <UserTypeEntity> print|show forms` to always display `isPublished` and
|
|
7
|
+
`isAcceptingResponses` in `publishSettings/publishState` regardless of their value;
|
|
8
|
+
the API doesn't return these values when they are False.
|
|
9
|
+
|
|
1
10
|
7.10.01
|
|
2
11
|
|
|
3
12
|
Added options `ispublished [<Boolean>]` and `isacceptingresponses [<Boolean>]` to
|
|
@@ -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.02'
|
|
29
29
|
__license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
|
|
30
30
|
|
|
31
31
|
#pylint: disable=wrong-import-position
|
|
@@ -70133,6 +70133,7 @@ def _initMessageThreadParameters(entityType, doIt, maxToProcess):
|
|
|
70133
70133
|
'query': '', 'queryTimes': {},
|
|
70134
70134
|
'entityType': entityType, 'messageEntity': None, 'doIt': doIt, 'quick': True,
|
|
70135
70135
|
'labelMatchPattern': None, 'senderMatchPattern': None,
|
|
70136
|
+
'labelIds': [],
|
|
70136
70137
|
'maxToProcess': maxToProcess, 'maxItems': 0, 'maxMessagesPerThread': 0,
|
|
70137
70138
|
'maxToKeywords': [MESSAGES_MAX_TO_KEYWORDS[Act.Get()], 'maxtoprocess'],
|
|
70138
70139
|
'listType': listType, 'fields': f'nextPageToken,{listType}(id)'}
|
|
@@ -70165,6 +70166,8 @@ def _getMessageSelectParameters(myarg, parameters):
|
|
|
70165
70166
|
parameters['labelMatchPattern'] = getREPattern(re.IGNORECASE)
|
|
70166
70167
|
elif myarg == 'sendermatchpattern':
|
|
70167
70168
|
parameters['senderMatchPattern'] = getREPattern(re.IGNORECASE)
|
|
70169
|
+
elif myarg == 'labelids':
|
|
70170
|
+
parameters['labelIds'].extend(getEntityList(Cmd.OB_LABEL_ID_LIST))
|
|
70168
70171
|
elif myarg == 'ids':
|
|
70169
70172
|
parameters['messageEntity'] = getUserObjectEntity(Cmd.OB_MESSAGE_ID, parameters['entityType'])
|
|
70170
70173
|
elif myarg == 'quick':
|
|
@@ -71809,7 +71812,8 @@ def printShowMessagesThreads(users, entityType):
|
|
|
71809
71812
|
listResult = callGAPIpages(service, 'list', parameters['listType'],
|
|
71810
71813
|
pageMessage=getPageMessageForWhom(), maxItems=parameters['maxItems'],
|
|
71811
71814
|
throwReasons=GAPI.GMAIL_THROW_REASONS+GAPI.GMAIL_LIST_THROW_REASONS,
|
|
71812
|
-
userId='me', q=parameters['query'],
|
|
71815
|
+
userId='me', q=parameters['query'], labelIds=parameters['labelIds'],
|
|
71816
|
+
fields=parameters['fields'], includeSpamTrash=includeSpamTrash,
|
|
71813
71817
|
maxResults=GC.Values[GC.MESSAGE_MAX_RESULTS])
|
|
71814
71818
|
messageIds = [message['id'] for message in listResult]
|
|
71815
71819
|
else:
|
|
@@ -72607,14 +72611,19 @@ def updateFormRequestUpdateMasks(ubody):
|
|
|
72607
72611
|
break
|
|
72608
72612
|
|
|
72609
72613
|
def _initPublishSettings():
|
|
72610
|
-
return {'publishSettings': {'publishState': {'
|
|
72611
|
-
'updateMask': ''}
|
|
72614
|
+
return {'publishSettings': {'publishState': {}}, 'updateMask': ''}
|
|
72612
72615
|
|
|
72613
72616
|
def _getPublishSettings(myarg, pbody):
|
|
72614
72617
|
if myarg == 'ispublished':
|
|
72615
|
-
|
|
72618
|
+
bval = getBoolean()
|
|
72619
|
+
pbody['publishSettings']['publishState']['isPublished'] = bval
|
|
72620
|
+
if not bval:
|
|
72621
|
+
pbody['publishSettings']['publishState']['isAcceptingResponses'] = bval
|
|
72616
72622
|
elif myarg == 'isacceptingresponses':
|
|
72617
|
-
|
|
72623
|
+
bval = getBoolean()
|
|
72624
|
+
pbody['publishSettings']['publishState']['isAcceptingResponses'] = bval
|
|
72625
|
+
if bval:
|
|
72626
|
+
pbody['publishSettings']['publishState']['isPublished'] = bval
|
|
72618
72627
|
else:
|
|
72619
72628
|
return False
|
|
72620
72629
|
pbody['updateMask'] = 'publishState'
|
|
@@ -72808,6 +72817,9 @@ def printShowForms(users):
|
|
|
72808
72817
|
result = callGAPI(gform.forms(), 'get',
|
|
72809
72818
|
throwReasons=[GAPI.NOT_FOUND, GAPI.PERMISSION_DENIED],
|
|
72810
72819
|
formId=formId)
|
|
72820
|
+
if 'publishSettings' in result and 'publishState' in result['publishSettings']:
|
|
72821
|
+
result['publishSettings']['publishState'].setdefault('isPublished', False)
|
|
72822
|
+
result['publishSettings']['publishState'].setdefault('isAcceptingResponses', False)
|
|
72811
72823
|
if not csvPF:
|
|
72812
72824
|
if not FJQC.formatJSON:
|
|
72813
72825
|
printEntity([Ent.FORM, result['formId']], j, jcount)
|
|
@@ -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.02
|
|
14
|
+
|
|
15
|
+
Updated `gam <UserTypeEntity> print|show forms` to always display `isPublished` and
|
|
16
|
+
`isAcceptingResponses` in `publishSettings/publishState` regardless of their value;
|
|
17
|
+
the API doesn't return these values when they are False.
|
|
18
|
+
|
|
19
|
+
### 7.10.01
|
|
20
|
+
|
|
21
|
+
Added options `ispublished [<Boolean>]` and `isacceptingresponses [<Boolean>]` to
|
|
22
|
+
`gam <UserTypeEntity> create|update form`.
|
|
23
|
+
|
|
13
24
|
### 7.10.00
|
|
14
25
|
|
|
15
26
|
Added commands to manage/display Chat Custom Emojis.
|
|
@@ -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.02 - 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.02 - 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
|
|
@@ -44,13 +44,14 @@ config csv_output_row_filter "'\"accounts:used_quota_in_mb\":count>15000'"
|
|
|
44
44
|
calendar|calendars|
|
|
45
45
|
chat|
|
|
46
46
|
chrome|
|
|
47
|
+
classroom|
|
|
47
48
|
contextawareaccess|
|
|
48
49
|
currents|gplus|google+|
|
|
49
50
|
datastudio|
|
|
50
51
|
devices|mobile|
|
|
51
52
|
domain|
|
|
52
53
|
drive|doc|docs|
|
|
53
|
-
gcp|
|
|
54
|
+
gcp|cloud|
|
|
54
55
|
gemini|geminiforworkspace|
|
|
55
56
|
groups|group|
|
|
56
57
|
groupsenterprise|enterprisegroups|
|
|
@@ -49,10 +49,19 @@ gam user user@domain.com update serviceaccount
|
|
|
49
49
|
```
|
|
50
50
|
gam <UserTypeEntity> create form
|
|
51
51
|
title <String> [description <String>] [isquiz [Boolean>]] [<JSONData>]
|
|
52
|
+
[ispublished [<Boolean>] isacceptingresponses [<Boolean>]]
|
|
52
53
|
[drivefilename <DriveFileName>] [<DriveFileParentAttribute>]
|
|
53
54
|
[(csv [todrive <ToDriveAttribute>*]) | returnidonly]
|
|
54
55
|
```
|
|
55
56
|
|
|
57
|
+
The valid combinations of `ispublished` and `isacceptingresponses` are:
|
|
58
|
+
* `ispublished true isacceptingresponses true`
|
|
59
|
+
* `ispublished true isacceptingresponses false`
|
|
60
|
+
* `ispublished false isacceptingresponses false`
|
|
61
|
+
* `ispublished false` - Sets `isacceptingresponses false`
|
|
62
|
+
* `isacceptingresponses false` - Sets `ispublished false`
|
|
63
|
+
* `isacceptingresponses true` - Sets `ispublished true`
|
|
64
|
+
|
|
56
65
|
`<JSONData>` is a list of form update requests.
|
|
57
66
|
|
|
58
67
|
* See: https://developers.google.com/forms/api/reference/rest/v1/forms/batchUpdate
|
|
@@ -79,15 +88,24 @@ Select forms with `<DriveFileEntity>`:
|
|
|
79
88
|
```
|
|
80
89
|
gam <UserTypeEntity> update form <DriveFileEntity>
|
|
81
90
|
[title <String>] [description <String>] [isquiz [Boolean>]] [<JSONData>]
|
|
91
|
+
[ispublished [<Boolean>] isacceptingresponses [<Boolean>]]
|
|
82
92
|
```
|
|
83
93
|
|
|
94
|
+
The valid combinations of `ispublished` and `isacceptingresponses` are:
|
|
95
|
+
* `ispublished true isacceptingresponses true`
|
|
96
|
+
* `ispublished true isacceptingresponses false`
|
|
97
|
+
* `ispublished false isacceptingresponses false`
|
|
98
|
+
* `ispublished false` - Sets `isacceptingresponses false`
|
|
99
|
+
* `isacceptingresponses false` - Sets `ispublished false`
|
|
100
|
+
* `isacceptingresponses true` - Sets `ispublished true`
|
|
101
|
+
|
|
84
102
|
`<JSONData>` is a list of form update requests.
|
|
85
103
|
|
|
86
104
|
* See: https://developers.google.com/forms/api/reference/rest/v1/forms/batchUpdate
|
|
87
105
|
|
|
88
106
|
## Extended Example
|
|
89
107
|
|
|
90
|
-
This example illustrates the use of
|
|
108
|
+
This example illustrates the use of JSON data to create and update forms
|
|
91
109
|
concerning student classtoom attendance.
|
|
92
110
|
The form has two items: Absences and Notes.
|
|
93
111
|
In `Absences`, the teacher can check `All present.` or check individual student absences.
|
|
@@ -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.02 - 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.02 - 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.02 - 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.02
|
|
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.02
|
|
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.02 - 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
|