A few things need to be considered:
- You need to pass the access token in form-data; if passed in raw
form, it returns an error.
- The key name must be access_token.
- Ensure that the token is generated with the email and profile
scopes.
I assume you are exchanging the token for access and refresh tokens in the Google Auth Playground.