From 0dab8cb2c6f27eca3e4a64de5de174626f29317d Mon Sep 17 00:00:00 2001 From: Jeff Goldschrafe Date: Mon, 22 Sep 2014 15:53:44 -0400 Subject: [PATCH] Update instructions for auth JSON files --- website/source/docs/providers/google/index.html.markdown | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/website/source/docs/providers/google/index.html.markdown b/website/source/docs/providers/google/index.html.markdown index 5294ac3b5..b9a67ae61 100644 --- a/website/source/docs/providers/google/index.html.markdown +++ b/website/source/docs/providers/google/index.html.markdown @@ -59,10 +59,11 @@ the process more straightforwarded, it is documented here. 2. Under the "APIs & Auth" section, click "Credentials." -3. Click the "Download JSON" button under the "Compute Engine and App Engine" - account in the OAuth section. The file should start with "client\_secrets". - This is your _client secrets file_. +3. Create a new OAuth client ID and select "Installed application" as the + type of account. Once created, click the "Download JSON" button underneath + the account. The file should start with "client\_secret". This is your _client + secrets file_. -4. Create a new OAuth client ID and select "Service Account" as the type +4. Create a new OAuth client ID and select "Service account" as the type of account. Once created, a JSON file should be downloaded. This is your _account file_.