79162328

Date: 2024-11-06 11:13:01
Score: 1.5
Natty:
Report link

A few things need to be considered:

  1. You need to pass the access token in form-data; if passed in raw form, it returns an error.
  2. The key name must be access_token.
  3. 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.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Sohaib Ahmad