Auth issue

2022-12-02 Thread Dan Willoughby
Hi, I am getting the below error response: errors { error_code { authorization_error: USER_PERMISSION_DENIED } message: "User doesn\'t have permission to access customer. Note: If you\'re accessing a client customer, the manager\'s customer id must be set in the \'login-customer-i

RE: Auth issue

2022-12-04 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Dan, Thank you for reaching us out. I am Sherwin from Google Ads API support team. I hope that you are doing well today. The USER_PERMISSION_DENIED error occurs when the OAuth2 credentials you are using were generated by a user / email address that does not have access to the account (custo

Auth issue with service account

2022-02-21 Thread Arnold
Hello, I'm trying to authenticate to the Google Ads API with a service account. But I have this error: errors { error_code { authentication_error: NOT_ADS_USER } message: "User in the cookie is not a valid Ads user." I followed these steps : - Get a dev token and create a test ac

Re: Auth issue with service account

2022-03-29 Thread Arnold
Unfortunately it doesn't works and the OAuth2 credentials were generated by our Google Ads account admin : ( On Tuesday, February 22, 2022 at 5:52:24 AM UTC+1 adsapi wrote: > Hi Arnold, > > Thank you for reaching out. > > The NOT_ADS_USER >