From f2cac2ec6b8dbe9e78d92b216de3f76685e35f48 Mon Sep 17 00:00:00 2001 From: Ajay Kannan Date: Wed, 6 Apr 2016 09:24:33 -0700 Subject: [PATCH 1/2] Fix docs on which apis need to be enabled for storage --- gcloud-java-examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcloud-java-examples/README.md b/gcloud-java-examples/README.md index 3226ab1fe725..ff75ed929ef1 100644 --- a/gcloud-java-examples/README.md +++ b/gcloud-java-examples/README.md @@ -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 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 target/appassembler/bin/StorageExample list From a8d988fb4f73fea600589347ade07ad1941cde5f Mon Sep 17 00:00:00 2001 From: Ajay Kannan Date: Wed, 6 Apr 2016 10:16:53 -0700 Subject: [PATCH 2/2] Add JSON --- gcloud-java-examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcloud-java-examples/README.md b/gcloud-java-examples/README.md index ff75ed929ef1..67f1b003f84d 100644 --- a/gcloud-java-examples/README.md +++ b/gcloud-java-examples/README.md @@ -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" and "Google Cloud Storage 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. + 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 target/appassembler/bin/StorageExample list