Hi everyone please help me with this API issue.
I am trying to hit this API but getting this error, I have enabled Google login in Flutter flow but am still unable to get the desired result. Please see if anyone can help.
API: https://www.googleapis.com/drive/v3/about
response: 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.",
"errors": [
{
"message": "Login Required.",
"domain": "global",
"reason": "required",
"location": "Authorization",
"locationType": "header"
}
],
"status": "UNAUTHENTICATED",
"details": [
{
"@type": "type.googleapis.com/google.rpc.ErrorInfo",
"reason": "CREDENTIALS_MISSING",
"domain": "googleapis.com",
"metadata": {
"service": "drive.googleapis.com",
"method": "google.apps.drive.v3.DriveAbout.Get"
}
}
]
}
}