AUTHENTICATION.md in google-cloud-monitoring-metrics_scope-v1-0.1.2 vs AUTHENTICATION.md in google-cloud-monitoring-metrics_scope-v1-0.1.3
- old
+ new
@@ -116,52 +116,34 @@
3. Write code as if already authenticated.
**NOTE:** This is _not_ recommended for running in production. The Cloud SDK
*should* only be used during development.
-[gce-how-to]: https://cloud.google.com/compute/docs/authentication#using
-[dev-console]: https://console.cloud.google.com/project
-
-[enable-apis]: https://raw.githubusercontent.com/GoogleCloudPlatform/gcloud-common/master/authentication/enable-apis.png
-
-[create-new-service-account]: https://raw.githubusercontent.com/GoogleCloudPlatform/gcloud-common/master/authentication/create-new-service-account.png
-[create-new-service-account-existing-keys]: https://raw.githubusercontent.com/GoogleCloudPlatform/gcloud-common/master/authentication/create-new-service-account-existing-keys.png
-[reuse-service-account]: https://raw.githubusercontent.com/GoogleCloudPlatform/gcloud-common/master/authentication/reuse-service-account.png
-
## Creating a Service Account
Google Cloud requires **Service Account Credentials** to
connect to the APIs. You will use the **JSON key file** to
connect to most services with google-cloud-monitoring-metrics_scope-v1.
If you are not running this client within
[Google Cloud Platform environments](#google-cloud-platform-environments), you
need a Google Developers service account.
-1. Visit the [Google Developers Console][dev-console].
+1. Visit the [Google Cloud Console](https://console.cloud.google.com/project).
2. Create a new project or click on an existing project.
-3. Activate the slide-out navigation tray and select **API Manager**. From
+3. Activate the menu in the upper left and select **APIs & Services**. From
here, you will enable the APIs that your application requires.
- ![Enable the APIs that your application requires][enable-apis]
-
*Note: You may need to enable billing in order to use these services.*
4. Select **Credentials** from the side navigation.
- You should see a screen like one of the following.
+ Find the "Create credentials" drop down near the top of the page, and select
+ "Service account" to be guided through downloading a new JSON key file.
- ![Create a new service account][create-new-service-account]
-
- ![Create a new service account With Existing Keys][create-new-service-account-existing-keys]
-
- Find the "Add credentials" drop down and select "Service account" to be
- guided through downloading a new JSON key file.
-
If you want to re-use an existing service account, you can easily generate a
- new key file. Just select the account you wish to re-use, and click "Generate
- new JSON key":
-
- ![Re-use an existing service account][reuse-service-account]
+ new key file. Just select the account you wish to re-use, click the pencil
+ tool on the right side to edit the service account, select the **Keys** tab,
+ and then select **Add Key**.
The key file you download will be used by this library to authenticate API
requests and should be stored in a secure location.