google-api-python-client
google-api-python-client copied to clipboard
🐍 The official Python client library for Google's discovery based APIs.
#### Environment details - OS type and version: Rocky 9 - Python version: Python 3.9.18 - pip version: pip 22.0.4 - `google-api-python-client` version: 2.118.0 - #### Steps to reproduce Run...
The Cloud Asset SDK list call with multiple asset types in the assetTypes filter succeeds in the first request, but fails in list_next. See below. #### Environment details - OS...
I was running this library and I got the error googleapiclient.discovery_cache - INFO - file_cache is only supported with oauth2client
We started looking into reportsAPI for getting reports in json format and storing in GCP bucket for compliance reasons. ``` service.activities().list( userKey="all", \ applicationName=applicationName \ ).execute() ``` this method supports...
I am the author of Advanced GAM and have run into the following issue regarding OU names. I have two test OUs: /Test/Test+Plus /Test/Test Plus When trying to retrieve information...
Hey everyone, this is a follow-up related to https://github.com/googleapis/google-api-python-client/issues/1490 and https://github.com/googleapis/google-api-python-client/issues/299. If I understand correctly, `discovery_cache.file_cache` is broken (since it relies on `oauth2client
#2315 shaved off a bit more than 20MB of the discovery cache, by removing the json indentation. Currently there's still 74.6MB remaining, and it appears to be growing steadily over...
Hey! What is the best way to add a BasePlan to an existing subscription? According to [google_play_api.monetization.subscriptions.BasePlans](https://developers.google.com/android-publisher/api-ref/rest/v3/monetization.subscriptions.basePlans) there is not an update method. I've tried to use [google_play_api.monetization.subscriptions.patch() ](https://developers.google.com/android-publisher/api-ref/rest/v3/monetization.subscriptions/patch) to...
Specifically only added tests for safe_version, unsafe_version, method_params, breadcrumbs. Partially addresses: #2132
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure...