RE: AuthorizationError.USER_PERMISSION_DENIED

2021-11-17 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Paul, Thank you for raising your concern to my team. So that I can investigate the issue, would you be able to provide the complete SOAP request and response logs where we can see the error? Please also provide the login user account that you've used in generating OAuth2 credentials. You ca

RE: AuthorizationError.USER_PERMISSION_DENIED

2021-02-15 Thread Google Ads API Forum Advisor Prod
Hi Samir, Thank you 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. As you are using the Google Ads API you need to include the login-customer-id in

RE: AuthorizationError.USER_PERMISSION_DENIED

2020-12-28 Thread Google Ads API Forum Advisor Prod
Hi Jiajia, Thank you 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. Please use the email that has Standard or Admin Access to the manager account to

RE: AuthorizationError.USER_PERMISSION_DENIED Error

2020-09-02 Thread Google Ads API Forum Advisor Prod
Hi Muthukumar, Thank you for reaching out to us. I see you're encountering a USER_PERMISSION_DENIED error. Could you provide us with the full request and response logs for where you encounter this issue so that I may further investigate? You can reply using "reply privately to author" for priva

Re: AuthorizationError.USER_PERMISSION_DENIED

2020-08-03 Thread SUBINPVASU
Thank you I, with PHP lib, got the refresh token from the above part with the exception. I have taken that refresh token and tried to access the same account using Python lib, using the same tokens, and found it worked. On Mon, Aug 3, 2020 at 11:47 PM Google Ads API Forum Advisor Prod < adsapifor

RE: AuthorizationError.USER_PERMISSION_DENIED

2020-08-03 Thread Google Ads API Forum Advisor Prod
Hi Subain Thanks for reaching out. The AuthorizationError.USER_PERMISSION_DENIED occurs when there is no link between the manager account authenticated in the request and the client account specified in the headers. Please make sure there is linking between the MCC authenticated and the custome

RE: AuthorizationError.USER_PERMISSION_DENIED

2020-03-13 Thread Google Ads API Forum Advisor Prod
Hi Juv, Thank you 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. Could you please make sure that the manager account you used to authenticate the ca

RE: AuthorizationError.USER_PERMISSION_DENIED

2019-09-12 Thread Google Ads API Forum Advisor Prod
Hi Ben, Thank you for reaching out. The error USER_PERMISSION_DENIED is observed when you are not authorized to access customer account or the link between the manager and client account was removed. If you are using Google Ads API, could you please confirm if you have set the login-customer-id

RE: AuthorizationError.USER_PERMISSION_DENIED error which trying to setup Google Ads API

2019-08-07 Thread Google Ads API Forum Advisor Prod
Hi Maruti, Thanks for posting your concern. The USER_PERMISSION_DENIED error in the AdWords API indicates that you might be using OAuth2 credentials that does not have access to the (clientCustomerId) account you are authenticating with. To resolve this error, you will need to use the OAuth2 c

RE: [AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'']

2019-05-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Muteeb, Basic access can allow you to use the API and make calls to production accounts. However, in order to access (get, create, modify) data of those accounts, you will need the OAuth2 credentials. Best regards, Peter Google Ads API Team On 05/14/19 15:30:23 muteebahmedkambo...@gmail.com

Re: [AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'']

2019-05-14 Thread Muteeb Ahmed Kamboh
I have the Basic access in my MCC account. Can Basic Access MutateLink and send invitation to customer through API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You rec

RE: [AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'']

2019-05-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Muteeb, The USER_PERMISSION_DENIED error in the AdWords API indicates that you might be using OAuth2 credentials that does not have access to the (clientCustomerId) account you are auth

RE: AuthorizationError.USER_PERMISSION_DENIED error

2019-02-28 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Omri, If you are using ManagedCustomerService and facing the USER_PERMISSION_DENIED error. Which means, you might be performing the actions to the account that you don't have access to. Please note that expanding invitation should be initiated via Manager account credentials and accepting/

Re: AuthorizationError.USER_PERMISSION_DENIED BigQuery Transfer Service

2019-02-12 Thread Ethan Lyon
Hi Sai, Thanks for the quick reply. It looks like Google uses the Google Ads API according to the documentation: https://cloud.google.com/bigquery/docs/adwords-transfer. Considering the calls are managed by Google, where can I go to check Google is making the API calls correctly? I've confirm

RE: AuthorizationError.USER_PERMISSION_DENIED BigQuery Transfer Service

2019-02-11 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Ethan, If you are using the Google Ads API to make the API call, you should pass the login-customer-id in the header of the API call. You could refer this blog post

Re: AuthorizationError.USER_PERMISSION_DENIED Error

2018-12-27 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, The USER_PERMISSION_DENIED error occurs when there is no link between the user authenticating the API request and the client account specified in the headers. Please make sure that the

Re: AuthorizationError.USER_PERMISSION_DENIED

2018-12-16 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, The AuthorizationError.USER_PERMISSION_DENIED error you encountered means that there is no link between the manager account authenticated in the request with the client account specifie

Re: AuthorizationError.USER_PERMISSION_DENIED for standard access account API

2018-11-29 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Sunyoung, Could you please share the SOAP logs(request and response ) and the email address of the user authorizing the API call as requested earlier. You could use reply privately to the author option while s

Re: AuthorizationError.USER_PERMISSION_DENIED for standard access account API

2018-11-28 Thread sunyoung
Hi Teja, Our application is going through the same error at the moment. Are there any updates about this issue you could share with us? Or should I open another thread to share my logs with you guys? Thanks On Wednesday, November 21, 2018 at 9:07:45 AM UTC-8, Teja Makani wrote: > > Hello Sang,

Re: AuthorizationError.USER_PERMISSION_DENIED for standard access account API

2018-11-21 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Sang, To investigate further could you please share the SOAP logs(request and response) and the email address of the user authorizing the API call as requested earlier. You could use reply privately to the author option while sharing the details requested. Regards, Sai Teja, AdWords API

Re: AuthorizationError.USER_PERMISSION_DENIED for standard access account API

2018-11-20 Thread sangdx
Hi Teja, Thank you for the reply. We have realized the issue is related when we init the Adwords Client. So until now when init Adwords Client, we always use the Top Account Client ID ('108-612-4630'), for those whose only have access to MCC under this account, it's throwing the above exceptio

Re: AuthorizationError.USER_PERMISSION_DENIED for standard access account API

2018-11-20 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Sang, The USER_PERMISSION_DENIED error occurs when there is no link between the manager account authenticated in the request and the client account specified in the headers. Please ma

Re: AuthorizationError.USER_PERMISSION_DENIED

2017-11-19 Thread 'Peter Oliquino' via AdWords API Forum
Hi Tim, Yes, one of the reasons for getting the AuthorizationError.USER_PERMISSION_DENIED error is being that the account is not linked to an MCC that can directly manage accounts. Another

Re: AuthorizationError.USER_PERMISSION_DENIED

2017-11-14 Thread Ashish Pathak
Hi Vincent, Thank you for the help issue is resolved now it was error on our end. On Tuesday, November 14, 2017 at 4:31:46 PM UTC+5:30, Vincent Racaza (AdWords API Team) wrote: > > Hi Ashish, > > The USER_PERMISSION_DENIED >

Re: AuthorizationError.USER_PERMISSION_DENIED

2017-11-14 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Ashish, The USER_PERMISSION_DENIED error occurs when you are using OAuth2 credentials that has no access to the client account that you are targeting as your clientCustomerId. With this

Re: AuthorizationError.USER_PERMISSION_DENIED

2017-10-10 Thread Amrender kumar
Hi Shwetha, I am facing somewhat similar problem when I am trying to set a link between client user and a manager account. Here is the error briefly: *Fatal error*: Uncaught exception 'Google\AdsApi\AdWords\v201705\cm\ApiException' with message '[ManagedCustomerServiceError.NOT_AUTHORIZED @ op

Re: AuthorizationError.USER_PERMISSION_DENIED

2017-07-17 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you confirm that you generated the refresh token by logging in to your production manager account when you switched from test to production environment? Please provide a sample request and response log along with the email address used to generate the refresh token so I can take a lo

Re: AuthorizationError.USER_PERMISSION_DENIED

2017-07-12 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Ali, Could you please *Reply privately to the author* and share your SOAP logs (request/response) and the email Id of the user who is authenticating the API call? Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Go

Re: AuthorizationError.USER_PERMISSION_DENIED

2017-07-12 Thread Ali Texa
Hi, Sreelakshmi. I have same errors. How can I fix it? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You re

Re: AuthorizationError.USER_PERMISSION_DENIED

2017-07-11 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, Sure, feel free to send your info only to me by clicking *Reply to Author* on this message. Thanks, Josh, AdWords API Team On Tuesday, July 11, 2017 at 11:54:33 AM UTC-4, oskar.st...@tausendkind.de wrote: > > Hi Josh can i contact you too? I have the same problem > > Thank you > > Am Monta

Re: AuthorizationError.USER_PERMISSION_DENIED

2017-07-11 Thread oskar . stark
Hi Josh can i contact you too? I have the same problem Thank you Am Montag, 9. Juni 2014 20:07:35 UTC+2 schrieb Josh Radcliff (AdWords API Team): > > Hi, > > Could you send the following *only to me* by clicking *Reply to Author*? > >1. The customer ID of the client AdWords account you are t

Re: AuthorizationError.USER_PERMISSION_DENIED

2017-05-23 Thread 'Peter Oliquino' via AdWords API Forum
Hi Subin, The USER_PERMISSION_DENIED error indicates that there is no link between the manager account authenticated and the client account specified in your request headers or that the OAu

Re: AuthorizationError.USER_PERMISSION_DENIED

2017-05-18 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Josh, Are you getting USER_PERMISSION_DENIED error? Could you *Reply privately to author* and share sample SOAP logs (request/response) with me? Thanks, Sreelakshmi, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://goo

Re: AuthorizationError.USER_PERMISSION_DENIED

2017-05-17 Thread Josh Averbeck
Hi Minas, Did you ever find a solution to this? I'm having the same issue. On Monday, January 9, 2017 at 2:25:05 PM UTC-6, Minas Gratas wrote: > > To make successful API calls, the login used to create the client >> credentials must match the login with which you generate the OAuth tokens. >> >

Re: AuthorizationError.USER_PERMISSION_DENIED

2017-01-09 Thread Minas Gratas
> > To make successful API calls, the login used to create the client > credentials must match the login with which you generate the OAuth tokens. > Actually, I want anyone with their credentials to be able to login to the application. I can access with my own credentials however this applicatio

Re: AuthorizationError.USER_PERMISSION_DENIED

2017-01-09 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Minas, To make successful API calls, the login used to create the client credentials must match the login with which you generate the OAuth tokens. If your question is about how multiple users can access your Adwords accocunt, please check this

Re: AuthorizationError.USER_PERMISSION_DENIED

2017-01-08 Thread Minas Gratas
Hi Sreelakshmi, Thank you for your reply. I will check it but is it possible to use my own credentials but let users to login with their information? On Friday, 6 January 2017 20:32:28 UTC, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > > Hi, > > The USER_PERMISSION_DENIED >

Re: AuthorizationError.USER_PERMISSION_DENIED

2017-01-06 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, The USER_PERMISSION_DENIED error occurs if the client account is not linked to the manager account or, in a different scenario where the OAuth credentials do not match the client cus

Re: AuthorizationError.USER_PERMISSION_DENIED

2016-12-05 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I had to delete your initial post since it contains possible sensitive information (developer token etc). I highly recommend that you revoke that refresh token using the Account Settings page as described in the OAuth guide

Re: AuthorizationError.USER_PERMISSION_DENIED on live account

2016-10-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Sjoerd, The USER_PERMISSION_DENIED error occurs when there is no link between the manager account authenticated in the request and the client account specified in the headers. You should

Re: 'AuthorizationError.USER_PERMISSION_DENIED

2016-10-23 Thread 'Peter Oliquino' via AdWords API Forum
Hi, My apologies for the delay. The USER_PERMISSION_DENIED error occurs when the link between your manager and client accounts have been removed or that you OAuth2 credentials doesn't match

Re: AuthorizationError.USER_PERMISSION_DENIED

2016-08-31 Thread api . greenweb
thanks среда, 31 августа 2016 г., 17:57:02 UTC+3 пользователь Shwetha Vastrad (AdWords API Team) написал: > > Hi, > > You can follow the instructions provided here > to link your > Manager account to the client account. You can also use A

Re: AuthorizationError.USER_PERMISSION_DENIED

2016-08-31 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You can follow the instructions provided here to link your Manager account to the client account. You can also use AdWords API to do this as described here

Re: AuthorizationError.USER_PERMISSION_DENIED

2016-08-31 Thread api . greenweb
How can I make link between the Manager account and the client account? I need something more exept clientID, secret, developer and refresh token, to send requests? In test account all work. вторник, 30 августа 2016 г., 21:33:00 UTC+3 пользователь Shwetha Vastrad (AdWords API Team) написал: >

Re: AuthorizationError.USER_PERMISSION_DENIED

2016-08-31 Thread api . greenweb
How can I make link between the Manager account and the client account? I need something more exept clientID, secret, developer and refresh token, to send requests? вторник, 30 августа 2016 г., 21:33:00 UTC+3 пользователь Shwetha Vastrad (AdWords API Team) написал: > > Hi, > > The Authorizati

Re: AuthorizationError.USER_PERMISSION_DENIED

2016-08-30 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, The AuthorizationError.USER_PERMISSION_DENIED occurs when there is no link between the Manager account authenticated in the request and the client account specified in the headers. Coul

Re: AuthorizationError.USER_PERMISSION_DENIED in while download reports

2016-07-25 Thread 'Anthony Madrigal' via AdWords API Forum
Hi, It sounds like you are trying to make an API call from the MCC level. You cannot make a single call to run a report from the MCC level. You will need to make a separate call for each client acc

Re: AuthorizationError.USER_PERMISSION_DENIED in while accessing reports usin PHP api

2016-07-25 Thread 'Anthony Madrigal' via AdWords API Forum
Hi, Since this is an old thread, could you please post a new one regarding your issue? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevel

Re: AuthorizationError.USER_PERMISSION_DENIED in while accessing reports usin PHP api

2016-07-24 Thread VJ
Hi, I am also getting same issue now. I am able to ger response for "ManagedCustomerService" but when I try to download adwords reports I am getting" AuthorizationError.USER_PERMISSION_DENIED" Error. Can you please tell me why I am getting this error?? On Tuesday, August 11, 2015 at 1:34:1

Re: AuthorizationError.USER_PERMISSION_DENIED

2016-06-20 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, The USER_PERMISSION_DENIED error occurs when there is no link between the manager account authenticated in the request and the client account specified in the request header. You would

Re: AuthorizationError.USER_PERMISSION_DENIED error

2016-03-14 Thread 'Yin Niu' via AdWords API Forum
Hi Stephen, USER_PERMISSION_ERROR occurs when the manager account you use for accessing the API is not linked to the client account specified in the request headers. Thanks, Yin, AdWords

Re: AuthorizationError.USER_PERMISSION_DENIED

2016-03-09 Thread 'Yin Niu' via AdWords API Forum
Hi Deepa, That's odd. If you can get campaign data for that same account, you should be able to run reports for that account. Can you make sure that this client account is linked to the MCC that you use for authentication? Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: AuthorizationError.USER_PERMISSION_DENIED

2016-01-04 Thread Nadine Sundquist (AdWords API Team)
Hello Mohammad, If you want to get the clients of a manager account (MCC), then you would use the ManagedCustomerService . By using the get()

Re: AuthorizationError.USER_PERMISSION_DENIED

2016-01-04 Thread Mhamad Canaan
Hi, I have a similar problem, but for me I have managed to authorize my app and accessed the accounts, but I still one thing more. When a MCC account authenticates the [canManageClients] => 1 tells me that it is an MCC. but what if I want to manage one of the clients this account manages how

Re: AuthorizationError.USER_PERMISSION_DENIED

2015-10-12 Thread Nadine Sundquist (AdWords API Team)
Hi Murali, It sounds like you're trying to create a website where people can authorize you to have access to their account and then use your program. If that's the case OAuth 2.0 has two different way of doing authorization

Re: AuthorizationError.USER_PERMISSION_DENIED

2015-10-09 Thread murali . pushgroup
Hi, Thank you for your reply. But which is not the actual solution we need. What we are trying here is that: 1. We have the Adwords App registered in the Developer Console. 2. We are using the clientSecret, clientId and redirectURI from this app. 3. In our application, othe

Re: AuthorizationError.USER_PERMISSION_DENIED

2015-10-08 Thread Umesh Dengale
Hi Murali, You could use the ManagedCustomerService to link your AdWords account under the above mentioned two MCC account. Check out Extending invitations and Get pending invitations

Re: [AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'']

2015-09-15 Thread Umesh Dengale
Hello, Are you a Google App domain administrator? For all other cases please use an offline or web flow instead, see this OAuth2.0 guide for more details: The USER_PERMISSION_DENIED error means you are trying to access the

Re: AuthorizationError.USER_PERMISSION_DENIED in while accessing reports usin PHP api

2015-08-10 Thread Anthony Madrigal
Hello Pankaj, The error USER_PERMISSION_DENIED typically happens when there is no link between the MCC account authenticated in the request and the client account specified in the headers.

Re: AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'

2015-04-03 Thread Josh Radcliff (AdWords API Team)
Hi Pawan, The client ID and client secret can be from any account. They do not impact authorization at all. Therefore, you can use the client ID and client secret from your prod account's (or any other account's) Cloud Console. The important piece is which account you were logged in as when you

Re: AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'

2015-04-03 Thread Pawan Yadav
Hi Josh- I am sure this might have been asked multiple time but I am still not able to find a working solution for my problem . I am trying to test the google adwords API connectivity and my Prod account( of which Token is still in Pending status) . So i tried to use a test account to test conn

Re: AuthorizationError.USER_PERMISSION_DENIED While accessing campaigns

2015-03-10 Thread Josh Radcliff (AdWords API Team)
Hi, If the AdWords accounts you are trying to access are not linked to your MCC, then you can still access those accounts via the API but you will need to get a separate *refresh token* for each account using the OAuth flow described in our Authentication guide

Re: AuthorizationError.USER_PERMISSION_DENIED While accessing campaigns

2015-03-10 Thread Sofia Agboatwalla
Hi Bikram, I am trying to send data to other Adwords accounts which are not related to my MCC. You wrote: "After this is done, you have to register the OAuth process where the client can visit your page and give access to the above OAuth account. This step will generate "oAuthRefreshToken"." C

Re: AuthorizationError.USER_PERMISSION_DENIED While accessing campaigns

2015-02-24 Thread Iuliya Echevarria
Hi Bikram, I am wondering if you made that work ( I mean, if you could access Adword accounts that are not related to any MCC) I am new to adwords api and I can not find anywhere a confirmation of if it is possible to access a separated adwords account using adwords api If this is possible I w

Re: AuthorizationError.USER_PERMISSION_DENIED While accessing campaigns

2015-02-23 Thread Bikram Bhuyan
Hi Luliya, Yah it is working fine at our end. Yes, it is common to go though the initial analysis as it is little confusing to get our head around how it really work. Below are the steps we have to follow. 1. First you should have your production MCC account. After you that you can register your

Re: AuthorizationError.USER_PERMISSION_DENIED

2015-02-02 Thread Michael Cloonan (AdWords API Team)
Hello, We have some errors listed on our common error page. The entry for this error states that this means that there is no link between the MCC that you're authorizing as and the client

Re: AuthorizationError.USER_PERMISSION_DENIED

2015-01-05 Thread Josh Radcliff (AdWords API Team)
Hi, That error means that the OAuth credentials you are using in your requests are for a user who does not have access to the AdWords accounts. Please make sure that you are logged in as the correct user when you generate the OAuth credentials. Cheers, Josh, AdWords API Team On Monday, Januar

Re: AuthorizationError.USER_PERMISSION_DENIED or QuotaCheckError.INCOMPLETE_SIGNUP

2014-09-15 Thread Ray Tsang (AdWords API Team)
Saeed, Let's continue the conversation on the other thread. Thanks, Ray On Monday, September 15, 2014 8:48:25 AM UTC-4, Saeed wrote: > > Hi, > > I tried almost all of the proposed solutions out there in the web,for > about two weeks and I'm always getting the same error msgs. > I get either Qu

Re: AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'

2014-09-12 Thread Josh Radcliff (AdWords API Team)
Hi, The clientId and clientSecret can come from any account, but we generally encourage people to use their production account for those so that when they want to switch over to issuing requests against their production AdWords account, all they have to change are the api.adwords.clientCustome

Re: AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'

2014-09-12 Thread Albert Maranian Jr.
This is getting more confusing, so client ID and secret will actually need to be generated from the production account? I thought the developer token will only be needed from production? On Thursday, May 22, 2014 1:20:03 AM UTC+8, Josh Radcliff (AdWords API Team) wrote: > > Hi Prashant, > > Thi

Re: AuthorizationError.USER_PERMISSION_DENIED for one MCC but works for other MCC under "Parent MCC"

2014-07-07 Thread philiza101
Same here - similar mistake. Actually OAuthTokenGenerator has a user id on the top of the browser form that of course I did not notice. as long as I logged out and logged back in with appropriate user and regenerated refresh token - everything started working! Thanks for your post! On Tuesday,

Re: AuthorizationError.USER_PERMISSION_DENIED

2014-06-09 Thread Josh Radcliff (AdWords API Team)
Hi, Could you send the following *only to me* by clicking *Reply to Author*? 1. The customer ID of the client AdWords account you are trying to access 2. The customer ID of the MCC 3. The user name (email address) of the user you were logged in as when you generated your OAuth2 refre

Re: AuthorizationError.USER_PERMISSION_DENIED

2014-06-09 Thread Joshua Newman
Thanks for the response. No other account is behaving this way and I think its because what we had to do to link it. Initially the account's password had been changed so we couldn't get it an oauth2 access/refresh token. To fix this we added a new user to the account with administrative access t

Re: AuthorizationError.USER_PERMISSION_DENIED

2014-06-09 Thread Josh Radcliff (AdWords API Team)
Hi, That error indicates that the user associated with the OAuth2 access token in the request does not have access to the account in the *clientCustomerId* SOAP header. Two common causes for this are: 1. The OAuth2 refresh token was obtained while logged in as an MCC, but that MCC no longer h

Re: AuthorizationError.USER_PERMISSION_DENIED at TestMCC

2014-05-23 Thread GrueneOrchidee
Hi Josh, thanks for your answer. Removing user adwords18 solved the problem. Kind regards. Am Mittwoch, 21. Mai 2014 00:02:13 UTC+2 schrieb Josh Radcliff (AdWords API Team): > > Hi, > > I noticed that the same users have been granted access to several of the > accounts in your MCC. As a result

Re: AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'

2014-05-21 Thread Josh Radcliff (AdWords API Team)
Hi Prashant, This looks like it may be a duplicate of your other post -- please see my reply there. Regarding the specific properties mentioned below, the following properties should come from your PROD account: - api.ad

Re: AuthorizationError.USER_PERMISSION_DENIED at TestMCC

2014-05-20 Thread Josh Radcliff (AdWords API Team)
Hi, I noticed that the same users have been granted access to several of the accounts in your MCC. As a result, if your refresh token was obtained while logged in as one of those users (e.g., the one that starts with "adwords18") then you would be able to issue API requests against those accou

Re: AuthorizationError.USER_PERMISSION_DENIED for one MCC but works for other MCC under "Parent MCC"

2014-05-20 Thread Joe
So they answer turned out to be that I had authenticated against another user when I used OAuth 2.0. I was signed in Chrome, but when I ran the c# OAuthTokenGenerator program, it threw up a browser window in IE, and as luck would have it, I was signed in as a different user. I just assumed it w

Re: AuthorizationError.USER_PERMISSION_DENIED for one MCC but works for other MCC under "Parent MCC"

2014-05-16 Thread Joe
Replied. Thanks again for your help! On Friday, May 16, 2014 5:15:20 PM UTC-4, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > If you're using OAuth2, could you double check that the refresh token was > obtained while logged in as the parent MCC? The situation you described > could occur if

Re: AuthorizationError.USER_PERMISSION_DENIED for one MCC but works for other MCC under "Parent MCC"

2014-05-16 Thread Josh Radcliff (AdWords API Team)
Hi, If you're using OAuth2, could you double check that the refresh token was obtained while logged in as the parent MCC? The situation you described could occur if you were inadvertently logged in as MCC 1 when you went through the OAuth2 flow. If that's not the issue, please send all of the

Re: AuthorizationError.USER_PERMISSION_DENIED from 1 MCC but not another under the same MCC

2014-05-16 Thread Joe
I'm using C#, so a lot of it is encapsulated, but I'll try. Do you want both the success and the failure? On Friday, May 16, 2014 4:45:00 PM UTC-4, Anash P. Oommen (AdWords API Team) wrote: > > Hi Joe, > > Could you please post a sanitized SOAP request / response xml that > illustrates the prob

Re: AuthorizationError.USER_PERMISSION_DENIED from 1 MCC but not another under the same MCC

2014-05-16 Thread Anash P. Oommen (AdWords API Team)
Hi Joe, Could you please post a sanitized SOAP request / response xml that illustrates the problem? Make sure you remove developertoken, oauth2 headers, etc. Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, May 16, 2014 4:27:30 PM UTC-4, Joe wrote: > > I have 2 MCCs under 1 MCC: > > Ma

Re: AuthorizationError.USER_PERMISSION_DENIED While accessing campaigns

2014-05-07 Thread Josh Radcliff (AdWords API Team)
Hi, This is a common point of confusion -- a developer token can be used to issue requests against *any* AdWords account (regardless of the accounts linked to the token's MCC) with the restriction that a pending developer token can only be used for requests on a test account. Of course, if you

Re: AuthorizationError.USER_PERMISSION_DENIED While accessing campaigns

2014-05-06 Thread micdevepro
hi,Takeshi I got same troubles.I called the api against a test account. You noticed that " you need to make sure the client account is linked to the MCC account with which you got your OAuth2 credential" and i found this "You cannot link a test MCC account or a test AdWords account with a

Re: AuthorizationError.USER_PERMISSION_DENIED while downloading reports

2014-05-06 Thread Ray Tsang (AdWords API Team)
Mahesh, I believe this is a duplicate thread. Let's continue on the other thread. Thanks, Ray On Tuesday, May 6, 2014 11:22:11 AM UTC-4, Mahesh Nerlekar wrote: > > Hi, > > I am getting AuthorizationError.USER_PERMISSION_DENIED error while > downloading report using .net application v201402.

Re: [AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'']

2014-04-10 Thread Hpo MQQ
Make sure that when you are creating your refresh token on the "Token Generation AdWords" you are SIGN ON to the correct email account This can be seen on the top right corner after input of client key and id, Also make sure to check the API checkbox -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: [AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'']

2014-04-08 Thread Ray Tsang (AdWords API Team)
You can use the "reply to author" function to send me directly in private. Thanks, On Tuesday, April 8, 2014 3:06:37 PM UTC-4, Hpo MQQ wrote: > > I can provide print screen of anything if needed. > > > On Tue, Apr 8, 2014 at 9:40 AM, Hpo MQQ wrote: > >> I think I have your email now >> Is there

Re: [AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'']

2014-04-08 Thread Hpo MQQ
I can provide print screen of anything if needed. On Tue, Apr 8, 2014 at 9:40 AM, Hpo MQQ wrote: > I think I have your email now > Is there any additional information I need to submit? > > > On Tue, Apr 8, 2014 at 9:35 AM, Hpo MQQ wrote: > >> what email can I use to send the information? >> >>

Re: [AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'']

2014-04-08 Thread Hpo MQQ
I think I have your email now Is there any additional information I need to submit? On Tue, Apr 8, 2014 at 9:35 AM, Hpo MQQ wrote: > what email can I use to send the information? > > > On Monday, April 7, 2014 1:34:56 PM UTC-4, Ray Tsang (AdWords API Team) > wrote: > >> Hi, >> >> There could be

Re: [AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'']

2014-04-08 Thread Hpo MQQ
what email can I use to send the information? On Monday, April 7, 2014 1:34:56 PM UTC-4, Ray Tsang (AdWords API Team) wrote: > > Hi, > > There could be multiple things that triggers this error. In the end, it > usually means that the authenticated user has no access to the target CID. > >-

Re: [AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'']

2014-04-07 Thread Hpo MQQ
Ray, Thanks a lot for the prompt response I hope this channel is secure See answer below - - On Monday, April 7, 2014 1:34:56 PM UTC-4, Ray Tsang (AdWords API Team) wrote: > Hi, > > There could be multiple things that triggers this error. In the end, it > usually means that the aut

Re: [AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'']

2014-04-07 Thread Ray Tsang (AdWords API Team)
Hi, There could be multiple things that triggers this error. In the end, it usually means that the authenticated user has no access to the target CID. - What is the MCC's CID? - And what CID are you trying to access? Is that CID under the above MCC? - What user did you use to ret

Re: AuthorizationError.USER_PERMISSION_DENIED with my test account

2014-02-21 Thread Javier Campos
Finally i solved the problem changing the user-agent with the email ( mundonett...@gmail.com ) thanks El viernes, 21 de febrero de 2014 09:40:12 UTC+1, Takeshi Hagikura (AdWords API Team) escribió: > > Hi Javier, > > If you got your OAuth2 credential from your test MCC account, you can make

Re: AuthorizationError.USER_PERMISSION_DENIED with my test account

2014-02-21 Thread Takeshi Hagikura (AdWords API Team)
Hi Javier, If you got your OAuth2 credential from your test MCC account, you can make an API call to its children accounts and the MCC account itself. Please make sure your clientCustomerId header is expected. If that doesn't help, pleas share the more detailed logs. Best, - Takeshi, AdWords

Re: AuthorizationError.USER_PERMISSION_DENIED While accessing campaigns

2014-02-12 Thread Mcc Test
I found a article on google and it had this Test MCC account procedure. https://developers.google.com/adwords/api/docs/test-accounts?hl=fr The Client account I use to test is visible under the MCC account. I used the email of the Client Account and created the OAuth details and added them to the a

Re: AuthorizationError.USER_PERMISSION_DENIED While accessing campaigns

2014-02-12 Thread Mcc Test
Dear Bikram, Really sorry for bugging. What has happen was, person who handles the MCC account has given me wrong developer token. He had typed B instead for 6. I can't understand why he haven't copy and pasted it. Thank you very much for help. Thanks Kasun On Wed, Feb 12, 2014 at 3:17 PM, Mcc

Re: AuthorizationError.USER_PERMISSION_DENIED While accessing campaigns

2014-02-12 Thread adwmcctest
Hi Bikram, Thanks for the info. I tried as you sugested. Below are my steps 1. I logged in to my live adwords client account (not the mcc account). 2. I logged in to the API console at https://cloud.google.com/console/ using the same email 3. I created a OAuth client and got the

Re: AuthorizationError.USER_PERMISSION_DENIED While accessing campaigns

2014-02-12 Thread adwmcctest
Dear Bikram and Takeshi, I'm new to Adwords API and I'm having the same problem. I have following accounts now. (all emails are dummy) · production...@gmail.com (production MCC account) and client...@gmail.com client account created under mentioned MCC account · test...@gmai

Re: AuthorizationError.USER_PERMISSION_DENIED While accessing campaigns

2014-02-11 Thread Bikram Bhuyan
Hi Kasun, I believe there is no concept of Test MCC account. Always we have the production MCC account where the developer token is pending if it is not approved till now. Could you please confirm this scenario. Also please confirm if you see the TEST Client account under the MCC account. If you

Re: AuthorizationError.USER_PERMISSION_DENIED While accessing campaigns

2013-12-11 Thread Takeshi Hagikura (AdWords API Team)
Great. Thanks for sharing. Best, - Takeshi, On Tuesday, December 10, 2013 11:50:40 AM UTC-8, Christian Gibbs wrote: > > I GOT IT! > > > > After getting the ?code= from the URL > > > $url = "https://accounts.google.com/o/oauth2/token";; > $params = array( > "code" => $authCode, > "

  1   2   >