From 3c44c0c2623dd0b2ae65018d74480070ce1c3bfd Mon Sep 17 00:00:00 2001 From: JJ Geewax Date: Sun, 7 Sep 2014 12:15:30 -0400 Subject: [PATCH] Updated authentication section for clarity. This change makes it very clear that if you're not running on GCE, `keyfile.json` is required, and this section explains how you find it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 104e2b8b83d..d6ea613bafd 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ $ npm install gcloud If you are running this client on Google Compute Engine, we handle authorization for you with no configuration. You just need to make sure that when you [set up the GCE instance](https://developers.google.com/compute/docs/authentication#using), you add the correct scopes for the APIs you want to access. -### Elsewhere +### Elsewhere (ie, where do I get keyfile.json?) If you are not running this client on Google Compute Engine, you need a Google Developers service account. To create a service account: