Google Assistant Integration - Error 401

Home Assistant Version 0.59.2

I followed the integration guide but am getting a 401 error from google.

I know I’ve got the right client_id, it’s in the NGINX logs, and when it’s wrong I get a different error from home assistant.

Screenshot of error:

Homeassistant.log: INFO (MainThread) [homeassistant.components.google_assistant.auth] user login in from Google Assistant

NGINX: [10/Dec/2017:01:39:37 -0800] “GET /api/google_assistant/auth?response_type=token&client_id=<correct_client_id>&redirect_uri=https://oauth-redirect.googleusercontent.com/r/&scope=email+name&state= HTTP/1.1” 301 31 “-” “Mozilla/5.0 (Linux; Android 8.1.0; Pixel XL Build/OPM1.171019.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.71 Mobile Safari/537.36”

Any help or guidance anyone can give is appreciated :slight_smile: