Please help!
I’m trying to set up account linking for a google assistant action, following this guide. It a little out of date so I had to wing a few things.
I’ve completed all the steps, and am testing the login, and getting the error message:
“message”: “Unknown client: xxx-xxx.apps.googleusercontent.com”,
“oauthError”: “invalid_request”,
“type”: “request-error”
}
},
“hostname”: “btv.auth0.com”,
“log_id”: “90020190130195912846905247701495898728225126797557937878”,
The client ID in the error, auth0 connections, and google API services all match though, so I don’t understand why it says it is unknown. Can you please explain this to me?