Skip to content
This repository has been archived by the owner on Apr 24, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
-a
  • Loading branch information
brisbink committed Dec 5, 2012
1 parent bed5fe5 commit 5adabc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -8,11 +8,11 @@ access their Cloud Storage objects and buckets.
This demo allows you to test many of the API features of the Google Cloud
Storage XML API. For example, you can list project buckets, list objects within
a bucket, and upload an object to a bucket. For more information about the
Cloud Storage API, please see the [documentation][1]:
Cloud Storage API, please see the [documentation][1].

Before running the application, install the dependencies (listed below) and
update the information in the client_secrets.json file with your client id and
secret available in the [Google API Console][2]:
secret available in the [Google API Console][2].

When running the application for the first time you will be asked to authorize
to the Google Cloud Storage API. The demo uses OAuth2.0 for authorization and
Expand All @@ -34,7 +34,7 @@ project_info.

## Usage

$ python main.py [--logging_level=<log-level>]
$ python main.py [--logging_level=log-level]

### Log levels include

Expand Down

0 comments on commit 5adabc9

Please sign in to comment.