Skip to content

Commit

Permalink
Fix docs on which apis need to be enabled for Storage
Browse files Browse the repository at this point in the history
Fix docs on which apis need to be enabled for storage
  • Loading branch information
ajkannan authored and mziccard committed Apr 6, 2016
1 parent 9805b48 commit 95c98af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcloud-java-examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ To run examples from your command line:

* Here's an example run of `StorageExample`.

Before running the example, go to the [Google Developers Console][developers-console] to ensure that Google Cloud Storage API is enabled and that you have a bucket. Also ensure that you have a test file (`test.txt` is chosen here) to upload to Cloud Storage stored locally on your machine.
Before running the example, go to the [Google Developers Console][developers-console] to ensure that "Google Cloud Storage" and "Google Cloud Storage JSON API" are enabled and that you have a bucket. Also ensure that you have a test file (`test.txt` is chosen here) to upload to Cloud Storage stored locally on your machine.
```
target/appassembler/bin/StorageExample upload /path/to/test.txt <bucket_name>
target/appassembler/bin/StorageExample list <bucket_name>
Expand Down

0 comments on commit 95c98af

Please sign in to comment.