Skip to content

Commit

Permalink
Merge pull request #634 from richardkmichael/master
Browse files Browse the repository at this point in the history
Use the literal text from the Google APIs console.
  • Loading branch information
grant committed Jun 2, 2020
2 parents f04404d + 8215951 commit 525d36c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/start.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,14 +133,14 @@ Google defines two levels of API access:

#### To acquire an API key for simple access, do the following:

1. Open the [Credentials page](https://console.developers.google.com/apis/credentials) in the API Console.
1. Open the [Credentials page](https://console.developers.google.com/apis/credentials) in the "APIs & Services" console.
2. Click **Create credentials > API key** and select the appropriate key type.

To keep your API keys secure, follow the [best practices for securely using API keys](https://support.google.com/cloud/answer/6310037).

#### To acquire OAuth 2.0 credentials for authorized access, do the following:

1. Open the [Credentials page](https://console.developers.google.com/apis/credentials) in the API Console.
1. Open the [Credentials page](https://console.developers.google.com/apis/credentials) in the "APIs & Services" console.
2. Click **Create credentials > OAuth client ID** and select the appropriate Application type.

For information about using OAuth 2.0 credentials, see the [Authentication](https://developers.google.com/api-client-library/javascript/features/authentication) page.
For information about using OAuth 2.0 credentials, see the [Authentication](https://developers.google.com/api-client-library/javascript/features/authentication) page.

0 comments on commit 525d36c

Please sign in to comment.