RE: Permission Denied Error

2022-11-07 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Dan, Thank you for posting your concern. Allow me to provide support to your concern. To answer your question, I would suggest referring to this document as it explains how to authorize Google Ads API request. Also, the error that you mentioned occurs when you're not specifying the customer

RE: permission denied error

2022-06-09 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Ajay, Thank you for reaching out to the Google Ads API support team. Please make sure that the login_customer_id you are setting in your config_dict belongs to a manager account that is linked to the account you want to get campaigns for. Also make sure that you remove the hyphens from y

Re: Permission Denied error received in Google Ads API, but not for AdWords API

2022-02-20 Thread gardella...@gmail.com
Solved. The problem was I was create credentials using the customer id. In order to fix it, I create the credential using the root account id and during queries, I have to choose the login-customer-id. By playing with https://developers.google.com/google-ads/api/docs/migration/login-customer-id

Re: Permission Denied error received in Google Ads API, but not for AdWords API

2022-02-20 Thread gardella...@gmail.com
Hi, I am having the same issue. How did you solve it? Thanks, Juan On Friday, November 22, 2019 at 1:59:54 PM UTC-3 Google Ads API Forum Advisor Prod wrote: > Hi Paul, > > When we make an API request it is very important that we make sure there > is a link between the manager account authenti

Re: Permission Denied error received in Google Ads API, but not for AdWords API

2019-11-22 Thread Google Ads API Forum Advisor Prod
Hi Paul, When we make an API request it is very important that we make sure there is a link between the manager account authenticated in the request and the client account specified in the headers. Also you have to make sure the OAuth2 credentials that are being used belong to the manager accou

Re: Permission Denied error received in Google Ads API, but not for AdWords API

2019-11-22 Thread Paul Cooper
Hi Xiaoming, Sorry it wasn't clear but we are currently using both APIs simultaneously as we test and develop for the new API. The customers from MCC (let's say, ID 123-123-4567) using their account level oauth credentials receive 'USER PERMISSION DENIED' (works fine in the old AdWords API).

RE: Permission Denied error received in Google Ads API, but not for AdWords API

2019-11-21 Thread Google Ads API Forum Advisor Prod
Hi Paul, Thanks for reaching out. The error USER_PERMISSION_DENIED usually occurs when there is no link between the manager account authenticated in the request and the client account specified in the headers. If the link between the manager and client account was removed or you don’t have acce

RE: Permission denied error on running an example get_campaigns.py after installing Google Ads API with same tokens that were used for Adwords

2019-09-19 Thread Google Ads API Forum Advisor Prod
Hi Namrata, Thank you for reaching out. Could you please try visiting the Google API Console via the link received in the error response and enable Google Ads API in your project using the steps mentioned in this guide? Please give this a try and if the issue persists, could you please share th

RE: Permission Denied error

2019-01-31 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Everyone, Yesterday the Google Ads API team starting enforcing a a new header that was originally announced

Re: Permission Denied error

2019-01-31 Thread jairo
Hello, I have a similar problem USER_PERMISSION_DENIED, a few days ago everything works fine, El Jueves, 31 de Enero de 2019, 3:46:19 (UTC-5), nikolay...@ostrovok.ru escribió: > > when I make a request via google-ads==0.6.0 I get an error PERMISSION > DENIED. But when i try to make a request w

Re: Permission Denied error

2019-01-31 Thread Inspired UM
Not sure if its related, but I cannot acces any of my accounts data through Google Ads API Beta as well. *I get error "403 The caller does not have permission"* On Thursday, 31 January 2019 10:46:19 UTC+2, nikolay...@ostrovok.ru wrote: > > when I make a request via google-ads==0.6.0 I get an erro

Re: Permission Denied error

2019-01-31 Thread nikolay . makurin
I do not have access to any client account my manager account is 370-817-0796 On Thursday, January 31, 2019 at 11:46:19 AM UTC+3, nikolay...@ostrovok.ru wrote: > > when I make a request via google-ads==0.6.0 I get an error PERMISSION > DENIED. But when i try to make a request with googleads libr