Permission problem

2014-01-20 Thread skater26
Im using a production MCC account's developer token with billing setup and accepted the ToS. Im trying to mange with this dev token a Test Client under a Test MCC account. Im using the "client_id" and "client_secret" of the test MCC and Im setting the customer_id with SetClientId to the Test C

Re: Permission problem

2014-01-22 Thread Danial Klimkin
Hello, It looks like you've authorized as the developer. Normally, you log in as "developer" user when generate client ID and client secret. Please make sure to log off and log in as the AdWords user when generating OAuth2 credentials. -Danial, AdWords API Team. On Sunday, January 19, 2014

permission problem for creating userlist

2018-06-29 Thread eureca
Hi, I've successfully linked the advertiser account to our app, but once we want to create a userlist, we have the following error : http://schemas.xmlsoap.org/soap/envelope/"; >https://adwords.google.com/api/adwords/rm/v201802";

Re: permission problem for creating userlist

2018-06-29 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Eureca, Thanks for sharing the logs, OperationAccessDenied.ACTION_NOT_PERMITTED error is encountered when you don't have the authorization to invoke the mutate method. I

Re: permission problem for creating userlist

2018-06-29 Thread eureca
Hi Sai, thanks for the information & process. In our process when the user does the oauth to authorize our app, we then request the list of advertiser accounts linked to the MCC account (flag canManageClients at true). Is it possible to know if the current account is in read-only mode ? Thus

Re: permission problem for creating userlist

2018-06-29 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Eureca, The canManageClients flag represents whether this customer can manage other AdWords customers or not. If it is true the account is a manager account else it is a regular A

Re: permission problem for creating userlist

2018-07-04 Thread eureca
Thanks Teja ! We'll update documentation on our end. Best, Mathieu On Friday, June 29, 2018 at 11:25:15 PM UTC+2, Teja Makani wrote: > > Hello Eureca, > > The canManageClients > > flag