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

i have special characters in files I am trying to copy and want to keep them as such. But ascii is hardcoded as shown below in the self._fp.write(s.encode('ascii', 'surrogateescape')) Please...

Hi, I need to have my connection to google API run through my Apigee proxy but I am having some issues. This is my code I am using to set...

priority: p2
type: question

The [current documentation](https://googleapis.github.io/google-api-python-client/docs/dyn/pagespeedonline_v5.pagespeedapi.html) says the pagespeed v5 loading experience percentile is pc90, but the [75th percentile is chosen for all metrics in pagespeed v5](https://developers.google.com/speed/docs/insights/v5/about#why-is-the-75th-percentile-chosen-for-all-metrics). [This commit](https://github.com/iancamleite/google-api-python-client/commit/dfe833347304d1a8eac94234ba44de3dacde2247) fixes the documentation on...

type: bug
priority: p2

Hi Google team, I am facing an issue when executing this line in Python, ``` from googleapiclient.discovery import build service = build('sheets', 'v4', credentials=creds,cache_discovery=False) sheet_metadata = service.spreadsheets().get(spreadsheetId=spreadsheet_id).execute() ``` the final...

type: bug
priority: p2

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

type: bug
priority: p2

Hi Team I couldn't fetch Google Sheet over export call. #### Environment details - OS type and version: Ubuntu 20.04.6 - Python version: 3.8.10 - pip version: pip 23.2.1 -...

type: bug
priority: p2

#### Environment details - OS type and version: macos latest - Python version: `3.91 google-api-python-client = "^2.79.0" #### Steps to reproduce 1. Use this python library with current dates in...

type: bug
priority: p2

Python 3.7 is [now unsupported](https://devguide.python.org/versions/#unsupported-versions) in the python community. We should update the README to indicate that python 3.7 support will be dropped and also introduce a deprecation warning with...

type: process

The file `describe.py` [here](https://github.com/googleapis/google-api-python-client/blob/main/describe.py) has no tests.

type: cleanup

The cache for eg https://github.com/googleapis/google-api-python-client/blob/main/googleapiclient/discovery_cache/documents/cloudiot.v1.json was last updated 5 months ago. We should refresh the Discovery cache for the various APIs (This came up because using the Discovery cache via,...

priority: p2