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: ANY - Python version: ANY - pip version: ANY (or N/A) - `google-api-python-client` version: 1.8.1 #### Steps to reproduce 1. Install 1.8.1...

type: process

#### Environment details - OS type and version: macOS Ventura 13.2.1 (22D68) - Python version: Python 3.9.16 - pip version: pip 22.1.2 - `google-api-python-client` version: Version: 2.58.0 #### Steps to...

When I hit the calendar API, it's giving an unknownApiNameOrVersion error. Currently, I am using google-api-python-client version 2.41.0. And python version is 3.9.1. which is the latest. Can you suggest...

type: question
api: calendar

Quickstart.py script take aroudn 2-3 minutes to execute the default code on the readonly sheet given, testing each command one by one shown that the ".execute" on `result = sheet.values().get(spreadsheetId=SAMPLE_SPREADSHEET_ID,...

Hi, I would like to request for CM360 resources (eg. placements and ads) on method such as list() to accept parameter lastModifiedInfo for filtering. This is because I want to...

Hello, I have this simple code to use the library ``` credentials = ... service = discovery.build('gmail', 'v1', credentials=credentials) ``` Then I execute an API Call ``` response = service.users().settings().sendAs().list(userId="me").execute(num_retries)...

I am trying to get google worksheet information in a batch call but getting the following from the server response ``` ``` #### Environment details - OS type and version:...

type: bug
priority: p2

I'm unable to find an index of the documentation for APIs. ## EXPECTED - Link to this page: http://googleapis.github.io/google-api-python-client/docs/dyn/run_v1alpha1.html ## ACTUAL - Home: https://github.com/googleapis/google-api-python-client - Doc link: http://googleapis.github.io/google-api-python-client/ - Doc...

type: docs

Hi, Where is the dependencies of the Analytics API samples? https://github.com/googleapis/google-api-python-client/tree/main/samples/analytics The last file belongs to 10 years ago. Maybe it should be update. Because it seems it does not...

Today the minor version number is incremented for both true code changes (big fixes, new features) and routine updates to the API discovery docs. Ideally the version increment would reflect...

type: feature request
next major: breaking change