Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.