Updated the google provider authentication documentation

The Authentication JSON File[1] part of the Google provider
documentation contained outdated information.
This has now been updated.
This commit is contained in:
Boy van Duuren 2016-06-20 23:54:54 +02:00
parent a2dcb44eb4
commit 9dfbc20abf
1 changed files with 4 additions and 4 deletions

View File

@ -87,10 +87,10 @@ the process more straightforwarded, it is documented here:
1. Log into the [Google Developers Console](https://console.developers.google.com) 1. Log into the [Google Developers Console](https://console.developers.google.com)
and select a project. and select a project.
2. Click the menu button in the top left corner, and navigate to "Permissions", 2. The API Manager view should be selected, click on "Credentials" on the left,
then "Service accounts", and finally "Create service account". then "Create credentials", and finally "Service account key".
3. Provide a name and ID in the corresponding fields, select 3. Select "Compute Engine default service account" in the "Service account"
"Furnish a new private key", and select "JSON" as the key type. dropdown, and select "JSON" as the key type.
4. Clicking "Create" will download your `credentials`. 4. Clicking "Create" will download your `credentials`.