Questions tagged [google-api-python-client]

The Google APIs Client Library for Python provides access to for Google's discovery based APIs. It is designed for Python client-application developers and offers simple, flexible, powerful API access.

This is the Python client library for Google's discovery based APIs. To get started, please see the full documentation for this library. Additionally, dynamically generated documentation is available for all of the APIs supported by this library.

Python Version

Python 2.7, 3.4, 3.5, and 3.6 are fully supported and tested. This library may work on later versions of 3, but we do not currently run tests against those versions.

Third Party Libraries and Dependencies

The following libraries will be installed when you install the client library:

  • httplib2
  • uritemplate

For development you will also need the following libraries:

  • WebTest
  • pycrypto
  • pyopenssl

Links

1538 questions
0
votes
1 answer

SignedJwtAssertionCredentials doesn't work

I am thoroughly stuck using the Google API Python Client. I am trying to do a very simple thing. I have added an app in the Google Apps Marketplace and have authorized a user to get access to my domain. Now, I want to provision users. I am trying…
0
votes
1 answer

Use 'Face' filter for Image type when using Google Image Search API in Python

I am trying to use the following Python code to grab images from Google: BASE_URL = 'https://ajax.googleapis.com/ajax/services/search/images?v=1.0&rsz=large&q=%s&start=%d' BASE_URL = BASE_URL %(name, count) request =…
Lyman Zerga
  • 1,415
  • 3
  • 19
  • 40
0
votes
1 answer

SSLHandshakeError when connecting to Google Analytics using Google APIs Client Library for Python

I'm trying to connect to Google Analytics using a Service Account, but I get the following error: SSLHandshakeError at ... [Errno 1] _ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed I have PyOpenSSL and…
0
votes
1 answer

Has not supported to download Google Translate API library in Google App Engine's Python

I can see in this link which has not supported to download Google Translate API library yet. Therefore, I want to ask There is another method to use Google Translate API in Google App Engine or not? Please tell me, Thanks, p/s : This is the link I…
0
votes
1 answer

TypeError: Cannot read property 'translations' of undefined in Google Translate API

I use the following code from this Google Translate API's Get Started Translate API Example
Hello world