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
I have written a Windows service in .NET which I am migrating from v201607 to v201705 and now I get an error saying
"Failed to refresh access token.
{
"error" : "invalid_client",
"error_description" : "The OAuth client was not found."
}"
Can you advise?
Thanks, Jacob
Sreelakshmi Sasidharan (AdWords API Team)
unread,
Jun 6, 2017, 2:40:01 PM6/6/17
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 Jacob,
This error usually occurs when the OAuth2ClientId specified is not correct. Could you check if it is valid and also that it does not have any extra spaces? Could you also try the CURL request as specified in this link and see if you are able to generate the OAuth tokens? That will help you confirm if your client Id (OAuth2ClientId) is valid or not.