Skip to content

Commit 95c98af

Browse files
ajkannanmziccard
authored andcommitted
Fix docs on which apis need to be enabled for Storage
Fix docs on which apis need to be enabled for storage
1 parent 9805b48 commit 95c98af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcloud-java-examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ To run examples from your command line:
8282
8383
* Here's an example run of `StorageExample`.
8484
85-
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.
85+
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.
8686
```
8787
target/appassembler/bin/StorageExample upload /path/to/test.txt <bucket_name>
8888
target/appassembler/bin/StorageExample list <bucket_name>

0 commit comments

Comments
 (0)