google-api-python-client icon indicating copy to clipboard operation
google-api-python-client copied to clipboard

🐍 The official Python client library for Google's discovery based APIs.

Results 151 google-api-python-client issues
Sort by recently updated
recently updated
newest added

#### 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...

type: question
needs more info

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...

type: bug
priority: p2

I was running this library and I got the error googleapiclient.discovery_cache - INFO - file_cache is only supported with oauth2client

type: question
needs more info

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...

type: question

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...

type: bug
priority: p2
api: servicedirectory

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

type: question
needs more info

#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...

type: feature request

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...

type: question
needs more info

Specifically only added tests for safe_version, unsafe_version, method_params, breadcrumbs. Partially addresses: #2132

size: l

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...

size: m