You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi,
we are having a lot of errors coming from API calls with message
{
"error" : "internal_failure"
}
then I have tracked it to 500 | Internal Server Error | OAuth2Exception in this piece of code:
GoogleAdWords/src/Google/Api/Ads/Common/Util/SimpleOAuth2Handler.php line 119
throw new OAuth2Exception($error, $httpCode);
}
if ($httpCode != 200) {
throw new OAuth2Exception($response, $httpCode);
}
return json_decode($response, true);
}
So there is an issue on the OAuth2 identification server. Do you confirm that?
Regards
josé
Konstantin Tarassow
unread,
Apr 19, 2016, 10:16:57 AM4/19/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
We also started to see it on our requests a couple of minutes ago!
Konstantin Tarassow
unread,
Apr 19, 2016, 10:21:25 AM4/19/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Seems to work again.
dearaujoj
unread,
Apr 19, 2016, 10:59:01 AM4/19/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Thanks Konstantin,
yes I confirm, it's working again
Annoying that there is no status site for API services...
Regards
José
Anash P. Oommen (AdWords API Team)
unread,
Apr 19, 2016, 11:03:39 AM4/19/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi,
This was an outage related to Google Cloud services. For future reference, any OAuth2 outage should show up on https://status.cloud.google.com/. For instance, today's outage is listed here.
Cheers,
Anash P. Oommen,
AdWords API Advisor.
dearaujoj
unread,
Apr 19, 2016, 11:17:52 AM4/19/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi Anash,
thanks for the link, still this is not straight forward.