From 9d7e86d7639df8f026966e327b1dde9305b0213a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Ckylejcarlton=E2=80=9D?= Date: Thu, 6 Apr 2023 10:55:05 -0500 Subject: [PATCH] link and grammar adjustments --- content/nest-logger.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/nest-logger.md b/content/nest-logger.md index c22310c..86fc1b1 100644 --- a/content/nest-logger.md +++ b/content/nest-logger.md @@ -14,7 +14,7 @@ Since [Works with Nest (WWN)](https://developers.nest.com/) is retiring, I decid First I paid the seemingly unavoidable one-time, non-refundable $5 USD fee and accepted both the [Google API](https://developers.google.com/terms) and [Device Access Sandbox](https://developers.google.com/nest/device-access/tos) Terms of Service. -Since access to the SDM API is through [Google Cloud Platform (GCP)](https://cloud.google.com/gcp/) I created a [project](https://developers.google.com/workspace/marketplace/create-gcp-project). Then enabled the Smart Device Management API from the [API Enablement](https://console.developers.google.com/apis/library/smartdevicemanagement.googleapis.com) page and created an [OAuth 2.0](https://oauth.net/2/) Client ID on the [Credentials](https://console.developers.google.com/apis/credentials) page. +Since access to the SDM API is through [Google Cloud Platform (GCP)](https://cloud.google.com/gcp/) I created a [project](https://developers.google.com/workspace/marketplace/create-gcp-project). Then enabled the Smart Device Management API from the [API Enablement page](https://console.developers.google.com/apis/library/smartdevicemanagement.googleapis.com) and created an [OAuth 2.0](https://oauth.net/2/) Client ID on the [Credentials page](https://console.developers.google.com/apis/credentials). My final step in setup was to create a project in Device Access, so I have the project [Universally Unique Identifier (UUID)](https://en.wikipedia.org/wiki/Universally_unique_identifier) needed to make SDM API calls. @@ -29,4 +29,4 @@ This redirects to [google.com](https://www.google.com) and returns the authoriza >[https://www.google.com?code=***authorization-code***&scope=https://www.googleapis.com/auth/sdm.service](https://www.google.com?code=authorization-code&scope=https://www.googleapis.com/auth/sdm.service ) -From here the authorization code can be used to obtain both the access and refresh tokens. This project on github is a simple Bash script to accomplish everything once the authorization code is obtained: [Google-SDM-API-Bash](https://github.com/kylejcarlton/Google-SDM-API-Bash). \ No newline at end of file +From here the authorization code can be used to obtain both the access and refresh tokens. This project on Github is a simple Bash script to accomplish everything once the authorization code is obtained: [Google-SDM-API-Bash](https://github.com/kylejcarlton/Google-SDM-API-Bash). \ No newline at end of file