I am trying to add event from the api browser at https://developers.google.com/google-apps/calendar/v3/reference/events/insert ,
and I am getting:
{
"error": {
"errors": [
{
"domain": "global",
"reason": "forbidden",
"message": "Forbidden"
}
],
"code": 403,
"message": "Forbidden"
}
}
which also stopped working in my app lately. for a sister domian with all settings looking the same the call works. (google api enabled, administrator account, oauth2, correct scope applied [which it automatically is in api browser linked above). does anybody have any ideas what else can be misconfigured for the api to return 403?
which also stopped working in my app lately. for a sister domian with all settings looking the same the call works. (google api enabled, administrator account, oauth2, correct scope applied [which it automatically is in api browser linked above). does anybody have any ideas what else can be misconfigured for the api to return 403?
I am trying to add google event in php but getting this error
[0] => Array ( [domain] => global [reason] => insufficientPermissions [message] => Insufficient Permission: Request had insufficient authentication scopes. )