Jay Lee
Jay Lee
Directory API now supports batch actions for Chrome OS devices. See: https://github.com/jay0lee/google-api-tracker/commit/df330ee989f9a4e0aba7e1277d7d7a8f0e8c6052 All commands should be moved to the batch API and calls to the deprecated API should be removed....
Google's Discovery -based apis flag when a given API endpoint is deprecated and will likely stop working in the future. For example see: https://github.com/jay0lee/google-api-tracker/blob/master/admin-directory_v1.json#L308 When it's calling an API that's...
Vault API now supports Calendar exports. See: https://github.com/jay0lee/google-api-tracker/commit/2c901a883806a8751125058cf6f497a927954702#diff-021f24c148bc4de4ad05784b8285510597d7d17b0fb4756ed3443b241b47c817 Add GAM support for these export methods. @taers232c fyi
gdata is currently being used by 3 APIs: - Contacts API https://developers.google.com/people/contacts-api-migration - Email Audit API https://developers.google.com/admin-sdk/email-audit/overview - Classic Sites API https://developers.google.com/sites/docs/1.0/developers_guide_protocol each of these is in various states of...
Tests against Python 3.12.0rc1 which is due to be released in October are currently failing. See: https://github.com/GAM-team/GAM/actions/runs/5890842881/job/15976761667 ``` /home/runner/work/GAM/GAM/src/gam/gdata/service.py:1094: SyntaxWarning: invalid escape sequence '\?' m = re.compile('[\?\&]gsessionid=(\w*)').search(location) /home/runner/work/GAM/GAM/src/gam/gdata/service.py:1342: SyntaxWarning: invalid...
```gam print licenses``` isn't returning all user licenses. It seems to be a paging issue. API claims it can support max 1,000 licenses per API page but when GAM sets...
Historically GAM has used PyInstaller's [OneFile feature](https://pyinstaller.org/en/stable/operating-mode.html#bundling-to-one-file) because it looks a bit cleaner and results in fewer files for GAM to bundle. However what OneFile does EVERY time it's run...
Historically, GAM has truncated the OAuth 2.0 client id by removing `.apps.googleusercontent.com` when storing it to client_secrets.json and oauth2.txt because: - OAuth authorization URLs end up being very long due...
Google Cloud has added [new default organization policies](https://cloud.google.com/blog/products/identity-security/introducing-stronger-default-org-policies-for-our-customers) for new Workspace/GCP domains that will break GAM service account key configuration. @taers232c fyi. We'll need to 1) encourage more admins to...
#### Environment details - OS type and version: ANY - Python version: ANY - pip version: ANY (or N/A) - `google-api-python-client` version: 1.8.1 #### Steps to reproduce 1. Install 1.8.1...