1

I am attempting to integrate my NEST devices with Home assistant so following these instructions: https://www.home-assistant.io/integrations/nest/

I have created a google cloud project, enabled "Smart Device Management" and "Cloud Pub/Sub" APIs, configured OAuth Consent screen which is now in production and configured OAuth Application Credentials - which generated a client ID and Secret.

I have also paid the $5 for the device access console so can access this screen: enter image description here

However when I go through the process of creating a project, inputting the OAuth Client ID and submitting, it will try for a few minutes and then get the following error:

enter image description here

Really not sure what I am doing wrong. Any help would be greatly appreciated.

Pobbin
  • 33
  • 6

4 Answers4

2

I just encountered the same thing. I don't think it's you. The endpoint to actually create the project is returning a 503-Service Unavailable response. Likely a temporary issue.

Jeff J
  • 111
  • 1
  • 6
  • As another commenter suggested, logging out and back in seems to resolve, as in the project seems to appear. – Pobbin Sep 02 '22 at 19:09
1

I am encountering an issue as well Marko seems to have discovered that it is on them right now

Xaq W
  • 11
  • 1
1

I had the same issue yesterday. This morning I logged out of the Drive Access Console and then logged back in with the same gmail account and my project was there.

John H
  • 11
  • 1
  • That was my experience. Seemed a mixture of impatience on my part and something not working on their end. – Pobbin Sep 02 '22 at 19:05
1

I had this issue as well and I finally figured it out.

After spending more time than I care to admit on it, I realized I could create a project if I skipped the "OAuth Client ID" step. I was then able to go into the project and add the Client ID from there.

What happened is that I had been copy/pasting the Client ID directly from the Google Cloud Console. For some reason, copy/pasting directly from Google Cloud Console adds extra spaces to the start and end of the Client ID string. After I got rid of the extra spaces, I could create projects as expected.

I wish the errors were more descriptive.

wendtl
  • 67
  • 1
  • 10