Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)



Google Cloud Storage JSON API Client Library for Python

This page contains information about getting started with the Cloud Storage API using the Google APIs Client Library for Python. In addition, you may be interested in the following documentation:

System requirements

Manual Installation

To install the library and all of its dependencies, open a terminal and do one of the following:

  • Use the easy_install tool included in the setuptools package:
    $ easy_install --upgrade google-api-python-client
  • Use the pip tool:
    $ pip install --upgrade google-api-python-client

Depending on your system, you may need to prepend those commands with sudo .

App Engine

Because Google App Engine requires that all of the source files for a library must be present in your App Engine project, there is a special installation procedure for App Engine. To install the library and all of its dependencies in an App Engine project, download the file named google-api-python-client-gae- N.M .zip from the list of downloads , where N.M is the version number of the latest release. Unzip that file into your project. For example:

$ cd myproject
$ unzip google-api-python-client-gae-1.1.zip

Authentication required

You need to be signed in with Google+ to do that.

Signing you in...

Google Developers needs your permission to do that.