Skip to content

Commit e50ed8b

Browse files
docs: update API key generation steps (#1791)
1 parent 5eea465 commit e50ed8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/google-cloud-node/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ If you are not running this client on Google Compute Engine, you need a Google D
102102
3. Navigate to **APIs & auth** > **APIs section** and turn on the following APIs (you may need to enable billing in order to use these services):
103103
* Google Cloud Speech API
104104
4. Navigate to **APIs & auth** > **Credentials** and then:
105-
* If you want to use a new service account, click on **Create new Client ID** and select **Service account**. After the account is created, you will be prompted to download the JSON key file that the library uses to authenticate your requests.
106-
* If you want to generate a new key for an existing service account, click on **Generate new JSON key** and download the JSON key file.
105+
* If you want to use a new service account key, click on **Create credentials** and select **Service account key**. After the account key is created, you will be prompted to download the JSON key file that the library uses to authenticate your requests.
106+
* If you want to generate a new service account key for an existing service account, click on **Generate new JSON key** and download the JSON key file.
107107

108108
``` js
109109
var projectId = process.env.GCLOUD_PROJECT; // E.g. 'grape-spaceship-123'

0 commit comments

Comments
 (0)