CheezGarlick
12/20/2022, 9:09 AMnkshah2
12/20/2022, 9:10 AMCheezGarlick
12/20/2022, 9:21 AM401 Unauthorized
and body `{
"error": {
"code": 401,
"message": "Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.",
"status": "UNAUTHENTICATED"
}
}
here is my body that I'm sending
code: googleResponse.code,
clientId: 'MYCLIENTID',
thirdPartyId: 'google',
redirectURI: 'https://directory.tryamigo.com/auth/callback/google',nkshah2
12/20/2022, 9:22 AMCheezGarlick
12/20/2022, 9:23 AMnkshah2
12/20/2022, 9:23 AMCheezGarlick
12/20/2022, 9:24 AMnkshah2
12/20/2022, 9:26 AMauthCodeResponse: {
access_token
id_token
}
Instead of code
CheezGarlick
12/20/2022, 9:27 AMnkshah2
12/20/2022, 9:38 AMCheezGarlick
12/20/2022, 9:40 AMnkshah2
12/20/2022, 9:40 AM