API Request: The caller does not have permission

142 views
Skip to first unread message

Brandon Turpin

unread,
Sep 28, 2022, 1:39:49 PM9/28/22
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"
         }
      ]
   }
}

Reply all
Reply to author
Forward
0 new messages