Replies: 1 comment 1 reply
-
i have also same error can any one find the solution 403 Forbidden this google API working properly I am not changing anything but suddenly this error occurs |
Beta Was this translation helpful? Give feedback.
-
I have spent the last 2 days trying to use this in my application. I have read over everything in the md file and searched for hours. This is the response I'm getting from Google.
"error": {
"code": 403,
"message": "Request had insufficient authentication scopes.",
"errors": [
{
"message": "Insufficient Permission",
"domain": "global",
"reason": "insufficientPermissions"
}
],
"status": "PERMISSION_DENIED",
"details": [
{
"@type": "type.googleapis.com/google.rpc.ErrorInfo",
"reason": "ACCESS_TOKEN_SCOPE_INSUFFICIENT",
"domain": "googleapis.com",
"metadata": {
"service": "calendar-json.googleapis.com",
"method": "calendar.v3.Events.Insert"
}
Beta Was this translation helpful? Give feedback.
All reactions