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

Added Resource to __all__ to explicitly export it as part of the module's public API.

size: xs

`setup.cfg` contains a setting to create a `Universal Wheel` which is only needed if libraries support both Python 2 and Python 3. This library only supports Python 3 so this...

size: xs

Thanks for stopping by to let us know something could be better! **PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/)...

I'm getting HTTP 500 response for the batch userDeletion request. I tried submitting a single request without batching and it worked, so the issue seems to be with the batching....

type: question
priority: p3

#### Environment details - OS type and version: - Arch Linux - Python version: `python --version` - 3.10.1 - pip version: `pip --version` - 22.0.4 - `google-api-python-client` version: `pip show...

type: docs
api: drive

#### Environment details - OS type and version: Ubuntu 20.04 - Python version: Python 3.8.10 - pip version: pip 20.0.2 - `google-api-python-client` version: Version: 2.46.0 #### Steps to reproduce 1....

type: bug
priority: p2

While resolving [#2537](https://github.com/googleapis/google-api-python-client/issues/2537), I discovered that the root cause of my confusion was a lack of type safety for `build` function. I initially passed credentials as a positional argument instead...

#### Environment details - OS type and version: Google Compute Engine (GCE) with Container-Optimized OS - Python version: `Python 3.7.16` - pip version: `pip 21.3.1` - `google-api-python-client`== 1.12.8 - `google-auth`==1.35.0...

This is a bug in the **Gemini API OpenAI Compatibility mode** -- I wasn't sure where else to file it. Please let me know if there is a better place...

type: bug
priority: p2
external

GAM is using the Google API Python client and making calls like this: cd is the Directory service object. ``` result = callGAPI(cd.orgunits(), 'get', customerId=GC.Values[GC.CUSTOMER_ID], orgUnitPath=orgUnitPath) ``` If the orgUnitPath...