From cda549ab17cc7af74d289a782afb70c81ee3708a Mon Sep 17 00:00:00 2001 From: Lars Wander Date: Fri, 11 Dec 2015 13:19:37 -0500 Subject: [PATCH] provider/google: Update docs for acquiring service account credentials --- website/source/docs/providers/google/index.html.markdown | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/website/source/docs/providers/google/index.html.markdown b/website/source/docs/providers/google/index.html.markdown index 14a208d6a..2dfc69cfd 100644 --- a/website/source/docs/providers/google/index.html.markdown +++ b/website/source/docs/providers/google/index.html.markdown @@ -73,7 +73,10 @@ the process more straightforwarded, it is documented here: 1. Log into the [Google Developers Console](https://console.developers.google.com) and select a project. -2. Under the "APIs & Auth" section, click "Credentials." +2. Click the menu button in the top left corner, and navigate to "Permissions", + then "Service accounts", and finally "Create service account". -3. Create a new OAuth client ID and select "Service account" as the type - of account. Once created, and after a P12 key is downloaded, a JSON file should be downloaded. This is your _account file_. +3. Provide a name and ID in the corresponding fields, select + "Furnish a new private key", and select "JSON" as the key type. + +4. Clicking "Create" will download your `credentials`.