Re: PERMISSION_DENIED with google ads api

2022-04-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Cauz, Thank you for the reply. Upon seeing your provided logs, I noticed that this is not enough. I can see that you provided some but not completed. That said, could you please privately provide the complete API logs (request and response logs with request ID ) so our team can identify the

Re: PERMISSION_DENIED with google ads api

2022-04-12 Thread Cauz Jérôme
Hi, Thanks for the details. Unfortunately, I don't think that's the problem, because I used the google id of the main account for the login-customer-id and that of the customer directly, but it doesn't work. Also, I generated the refresh token through my account which was added as admin for the

Re: PERMISSION_DENIED with google ads api

2022-04-11 Thread Cauz Jérôme
I think the problem comes directly from google, because I created a new "OAuth 2.0 credential clients" and I have the exact same problem while I validated the management for adwords and ads. I know how to make requests to the adwords api but not to google ads or I have the same answer. Le lundi

Re: PERMISSION_DENIED with google ads api

2022-04-11 Thread Cauz Jérôme
The email given is obviously not complete. Here are the logs: CampaignController_campaignFindAction: -2951715149- { "message": "The caller does not have permission", "code": 7, "status": "PERMISSION_DENIED", "details": [ { "@type": "google.ads.googleads.v9

Re: PERMISSION_DENIED with google ads api

2022-04-11 Thread Cauz Jérôme
Hi, Thank you for your reply. Here is what I get: { "message": "The caller does not have permission", "code": 7, "status": "PERMISSION_DENIED", "details": [ { "@type": "google.ads.googleads.v9.errors.googleadsfailure-bin", "data": "" },

PERMISSION_DENIED with google ads api

2022-04-08 Thread Cauz Jérôme
Hi, I am having some difficulty making requests to the google ads API. I created a project with a client id and client secret I activated the google ads api, but one of the accounts gives me a PERMISSION_DENIED error. However, I have no problem with one of the developer tokens which connects w