Top "Google-api-python-client" questions

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

GSpread ImportError: No module named oauth2client.service_account

Ok I'm following along with the Become A Technical Marketer course and I'm trying to learn how to manage Google …

python google-api-python-client google-app-engine-python gspread
ValueError: Client secrets must be for a web or installed app

I am running the quickstart.py example code under Python Quickstart and I am getting the following error: ValueError: Client …

python google-api google-api-python-client
Google API client secrets error (Python)

I want to retrieve data from Google analytics. I have created a service account in the console and I am …

python google-app-engine google-api-python-client
Google Oauth2.0 web application's "Authorized redirect URIs" must end with a public top-level domain (such as .com or .org)?

When create a Google API Oauth2.0 Credentials on Google Developers Console, I choose "Web Application" Application type. In the "Authorized …

django oauth oauth-2.0 google-api google-api-python-client
Why I receive CERTIFICATE_VERIFY_FAILED from google adwords api?

Why google adwords api stops on call this link: https://adwords.google.com/api/adwords/mcm/v201502/CustomerService?wsdl With …

python-2.7 google-api google-ads-api google-api-client google-api-python-client
Create a folder (if not exists) on google drive and upload a file to it using Python script

So far I can upload file to the folder if it exists. I can't figure out a way to create …

python google-api-python-client pydrive
ImportError: cannot import name discovery

I am using Google's python API client, and one of the lines it wants you to use is: from apiclient …

python google-api-python-client
"daily limit exceeded" when using Google custom search API

I wanna crawl 200 results for about 2000 queries but it gives me a "daily limit exceeded" error. I want to confirm …

python google-custom-search google-api-python-client
Translate Hindi language to English using Python

I'm doing a project on recognizing language(English, Hindi, Marathi, etc..) depends on origin language code and translate it into …

python google-translate google-api-python-client microsoft-translator
How do I use google.oauth2 python library?

I'm trying to just make a simple rest call to a secure predict endpoint for a google machine learning project …

python google-oauth google-api-python-client