Skip to content

Commit 2695dff

Browse files
docs: update API key generation steps (#1791)
1 parent b8c7521 commit 2695dff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/google-cloud-language/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ If you are not running this client on Google Compute Engine, you need a Google D
101101
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):
102102
* Google Cloud Natural Language API
103103
4. Navigate to **APIs & auth** > **Credentials** and then:
104-
* 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.
105-
* 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.
104+
* 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.
105+
* 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.
106106

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

0 commit comments

Comments
 (0)