google-api-python-client
google-api-python-client copied to clipboard
🐍 The official Python client library for Google's discovery based APIs.
`dataportability` `v1beta` was [added](https://github.com/googleapis/google-api-python-client/commits/main/googleapiclient/discovery_cache/documents/dataportability.v1beta.json) last week, and shipped in [v2.117.0](https://github.com/googleapis/google-api-python-client/releases/tag/v2.117.0). The release notes for v2.117.0 don't mention that a new API/version was added which led to issue https://github.com/googleapis/google-api-python-client/issues/2336.
#### Environment details - OS: `macOS 10.14.5 (18F132) Mojave` - Python version: `3.7.3` - pip version: `19.1.1` - `google-api-python-client` version: `1.7.9` #### Steps to reproduce Pre-steps: - Have a full...
Here is an example I tried to use: - https://github.com/googleapis/google-api-python-client/blob/main/samples/calendar_api/calendar_sample.py **Problems** - The imported library is here and it says that the support is turned down long time ago. -...
:robot: I have created a release *beep* *boop* --- ## [2.128.0](https://github.com/googleapis/google-api-python-client/compare/v2.127.0...v2.128.0) (2024-04-30) ### Features * **accessapproval:** Update the api https://togithub.com/googleapis/google-api-python-client/commit/d8ed4d04c32b63cd0adcd679887ec3e4f5bada5a ([f63c0f9](https://github.com/googleapis/google-api-python-client/commit/f63c0f9c14c65d4dcd53ba0da445f2da07fc6029)) * **aiplatform:** Update the api https://togithub.com/googleapis/google-api-python-client/commit/73efce93dfef22b583baec2a7a430af1b17764f7 ([f63c0f9](https://github.com/googleapis/google-api-python-client/commit/f63c0f9c14c65d4dcd53ba0da445f2da07fc6029)) * **alloydb:**...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [flaky](https://togithub.com/box/flaky) | `==3.7.0` -> `==3.8.1` | [](https://docs.renovatebot.com/merge-confidence/)...
We need to capture user's Google Auth Tokens to securely store on our own side. I want to prevent Google from attempting to refresh the token on requests itself, since...
Hi, There appears to be an inconsistency in the documentation for "Using OAuth 2.0 for Installed Applications" (docs/oauth-installed.md) regarding the handling of the client secret. - **Overview Section**: States that...
This library still has dependencies on `httplib2` and `google-auth-httplib2`. Most of the other Google Python libs have [migrated away](https://github.com/googleapis/google-cloud-python/issues/1346) from these. Specifically, `httplib2` has [known thread-safety problems](https://github.com/googleapis/google-api-python-client/blob/master/docs/thread_safety.md), and `google-auth-httplib2` seems...
#### Environment details - OS type and version: macOS 14.3.1 (23D60) - Python version: Python 3.12.2 - pip version: pip 24.0 - `google-api-python-client` version: Version: 2.122.0 #### Steps to reproduce...