From bc32f15265bc1c4b91d5f9da515b009c2bcc00d7 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 --- index.html.markdown | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/index.html.markdown b/index.html.markdown index 5294ac3b..b9a67ae6 100644 --- a/index.html.markdown +++ b/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_.