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 Google Ads API and AdWords API Forum
I am trying to make call to Google API and get the following error any time we make the call. I have the correct Auth data I believe, but also believe I have the correct permissions on the account. I can not figure out why my account would be getting this error?
{ "error":{ "code":403, "message":"The caller does not have permission", "status":"PERMISSION_DENIED", "details":[ { "@type":"type.googleapis.com/google.ads.googleads.v10.errors.GoogleAdsFailure", "errors":[ { "errorCode":{ "authorizationError":"ACTION_NOT_PERMITTED" }, "message":"The user does not have permission to perform this action on the resource or call a method." } ], "requestId":"sQF9BA9lbva0doVluxiNYA" } ] } }