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'm trying to upload a short video from youtube. I added the hashtag #shorts to the title and description of the video, but both didn't help. Is there any feature...

Unable to find the server at customsearch.googleapis.com sometimes it works sometimes it dont? at first it was workign fine but as i kept using it i started to have this...

# Summary When I use Google Drive API to download my Excel files, it will send and outdated version. The way to reproduce this is to open the Excel file...

#### The `alt` option does not work on `files().get()`: `alt` as [**json**, **media** or **proto**] always returns the **json** metadata format. There is no error, but it ignores the parameter....

status: investigating
api: drive

While trying to list image files in a google drive folder using v3 api: 1. When drive folder is empty, it works fine and return None 2. When there is...

type: question
external
api: drive

We encounter the following error: request = service.placements().list(profileId=profileId)\n File \"/usr/local/airflow/.local/lib/python3.7/site-packages/googleapiclient/discovery.py\", line 980, in method\n for pvalue in pvalues:\nTypeError: 'int' object is not iterable", "timestamp": "2023-06-22T07:33:52.779813Z", "level": "ERROR" #### Environment details...

#### Environment details - OS type and version: ``` Darwin MacBook-Pro-3.local 22.3.0 Darwin Kernel Version 22.3.0: Mon Jan 30 20:39:35 PST 2023; root:xnu-8792.81.3~2/RELEASE_ARM64_T8103 arm64 ``` - Python version: `python --version`...

There is no discovery cache document for the Looker Studio (aka Data Studio) API to build Python client.

following the instructions at https://developers.google.com/gcp-marketplace-saas#3 getting this error python create_subscription.py PERMISSION DENIED: Check that the Pub/Sub API is enabled in your project and that your service account was granted the...

hi all, this is not exactly a bug report but I've been looking for hours for an answer to my question (including past issues in this repo, chatGPT, SO, Google,...