Top "Google-api-python-client" questions

The Google APIs Client Library for Python provides access to for Google's discovery based APIs.

ImportError: No module named apiclient.discovery

I got this error in Google App Engine's Python have used Google Translate API, But I don't know how to …

python google-app-engine google-api-python-client
How do I access (read, write) Google Sheets spreadsheets with Python?

I am wondering if you can point me to an example of reading/writing to/from a google doc/spreadsheet …

python google-sheets google-api google-api-python-client google-sheets-api
ImportError: No module named googleapiclient.discovery

I have python webapp2 application but when I run it I get this error ImportError: No module named googleapiclient.discovery …

python google-app-engine google-api-client google-api-python-client
How to get list of folders in a given bucket using Google Cloud API

I wanted to get all the folders inside a given Google Cloud bucket or folder using Google Cloud Storage API. …

python google-cloud-storage google-api-python-client
How to download specific Google Drive folder using Python?

I'm trying to download specific folders from Google Drive. I tried this example http://www.mwclearning.com/?p=1608 but its …

python-2.7 google-drive-api google-api-python-client
Creating empty spreadsheets in Google Drive using Drive API

I want to create an empty Google Sheet (created only with metadata) in Google Drive. When I referred to the …

python google-drive-api google-sheets-api google-api-python-client
HTTPException: Deadline exceeded while waiting for HTTP response from URL: #deadline

We are using the developers python guide with Python data 2.15 library and as per example stated for app engine. createSite("…

google-app-engine google-api-python-client deadlines
google api (sheets) Request had insufficient authentication scopes

i want to read an write data from a sheet, reading works fine but writing doesn't. i use all the …

python google-api anaconda google-oauth google-api-python-client
How to upload csv file (and use it) from google drive into google colaboratory

Wanted to try out python, and google colaboratory seemed the easiest option.I have some files in my google drive, …

python google-api google-drive-api google-api-python-client google-colaboratory
google.appengine.ext Python Module ImportError No module named google.appengine.ext

Python 2.7.6, Google APIs Client Library for Python for Google App Engine, Google Developer's Guide I'm going through the Google documentation, …

google-api-python-client