Skip to content

Commit

Permalink
Use the literal text from the Google APIs console.
Browse files Browse the repository at this point in the history
Makes it easier for readers to follow along.
  • Loading branch information
richardkmichael committed May 22, 2020
1 parent f04404d commit 8215951
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 8215951

Please sign in to comment.