Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2021-02-24 Thread Google Ads API Forum Advisor Prod
Hi Austin, Thank you for the reply. I work with Xiaoming and let me provide support to your concern. So that our team can have a deeper analysis to the issue, could you provide the following details via Reply privately to author option to investigate? Complete API request and response logs

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2021-02-23 Thread Austin Becker
Hello Xiaoming, I really appreciate your reply. Thank you for looking into this. I could not understand the problem after reviewing the code comments in great details. I see in your response to Lewis that you recommend adding the 'login-customer-id' in the configuration file. This is where

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2021-02-23 Thread Google Ads API Forum Advisor Prod
Hi Lewis, Thank you for reaching out. It’s very likely you didn’t set the 'login-customer-id' in the configuration file. Please do so and try it again. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team ref:_00D1U1174p._5004Q2CPk7n:ref -- --

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2021-02-23 Thread Lewis C
Hi Xiaoming, I'm having the same issue as Austin. Your response doesn't explain why the error would occur. The code pulls account IDs that the user has access to e.g. client.service.customer.list_accessible_customers().resource_names It then trys to pull information about each account to

RE: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2021-02-11 Thread Google Ads API Forum Advisor Prod
Hi Austin, Thank you for reaching out. This code example would go through the account hierarchy and print them out. If you don’t specify the managerId, then the direct accounts under the authenticated manager would be fetched first to build the hierarchy. Otherwise, if you specify the

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2021-02-10 Thread Austin Becker
Hello, I am using this 'Get Account Hierarchy' script: https://developers.google.com/google-ads/api/docs/account-management/get-account-hierarchy What I want is to see the full account hierarchy of accounts to which I have access with my authenticated email address. This script should show

RE: Private message regarding: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-03-20 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Peter, Poki replied to you privately 2 weeks ago. Looks like the login-customer-id is not set when she took a look at your logs. One option you would try is setting loginCustomerId programmatically when you construct your GoogleAdsClient as shown below: googleAdsClient =

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-03-11 Thread Ananth Sakthivel
*Finally Fixed the Issue. i just updated the library to the stable version(Google.Ads.GoogleAds). then its working fine.* *trim empty space if "LoginCustomerId" has. * [image: 2019-03-11_20-06-38.png] On Monday, 11 March 2019 15:08:10 UTC+5:30, pe...@meetweet.nl wrote: > > Hi Sai, > > A week

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-03-11 Thread peter
Hi Sai, A week ago I sent you my credential information and response data in a private message. Any progress on this issue? Regards, Peter Op woensdag 13 februari 2019 12:47:25 UTC+1 schreef Ananth Sakthivel: > > since yesterday my code was working fine and it's fetching the AdsAccount >

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-03-11 Thread Ananth Sakthivel
Hello sai, Please check my previous thread. i have already mentioned that below solution is not working for me. On Tuesday, 5 March 2019 02:27:53 UTC+5:30, googleadsapi-forumadvisor wrote: > > Hello Anath, > > The other users on this thread added * value="INSERT_LOGIN_CUSTOMER_ID_HERE" />* to

RE: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-03-05 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Peter, Basically, the loginCustomerId is to specify which user is making calls to the API. If you are making calls on behalf of your client account with the credentials of the user of your manager account, then the manager account CID should be placed as loginCustomerId without dashes in

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-03-04 Thread peter
Hello Sai, Same problem here. I am using the Java client library with an ads.properties file. Before the 11th of Feb it all worked fine. Then, after that date I added the *api.googleads.loginCustomerId* property as was explained in an earlier Google post. From then on I only get the

RE: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-03-04 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Anath, The other users on this thread added ** to their app.config file and was able to fix the issue. Could you please try the same? In general we specify the login-customer-id(to manager authenticating client's account) in the app.config file and then pass the client customer id to the

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-03-04 Thread Inspired UM
Hi Sai, I still have same issue. I am using google-ads-python library. I followed instructions in README section of library, used provided template, and specified 'login_customer_id' in google-ads.yaml file, but still have "PermissionDenied: 403 The caller does not have permission" error. The

RE: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-03-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Everyone, Looks like some of you have solved the USER_PERMISSION_DENIED error by adding the login-customer-id in the properties file. If you are still facing the issue, could you please go through this blog post

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-02-27 Thread Ananth Sakthivel
M UTC-8, rentca...@gmail.com > wrote: >> >> I'm having the same issue >> >> Message: Status(StatusCode=PermissionDenied, Detail="The caller does not >> have permission") >> Failure: { "errors": [ { "errorCode": { "authoriza

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-02-26 Thread rentcafedev1
: { "errors": [ { "errorCode": { "authorizationError": > "USER_PERMISSION_DENIED" }, "message": "User doesn't have permission to > access customer." } ] } > Request ID: f9DUeMOoCpc2vCZMc4jjAQ > Press [Enter] to continue.

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-02-26 Thread rentcafedev1
I'm having the same issue Message: Status(StatusCode=PermissionDenied, Detail="The caller does not have permission") Failure: { "errors": [ { "errorCode": { "authorizationError": "USER_PERMISSION_DENIED" }, "message": "Us

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-02-25 Thread Dharun SKT
Hello Sai Any progress on this issue? I am also facing the same permission issue from last 2 weeks Regards, Dharun. On Wednesday, February 13, 2019 at 10:17:05 PM UTC+5:30, googleadsapi-forumadvisor wrote: > > Hello Everyone, > > Thanks for the update, we are looking into the issue. We will

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-02-25 Thread Pavan M Raj Gowda
I am also facing the same permission issue for the past 2 weeks. On Tuesday, 19 February 2019 16:06:16 UTC+5:30, Ananth Sakthivel wrote: > > Hello Sai, > did you find any solution for my issue? > > On Wednesday, 13 February 2019 22:17:05 UTC+5:30, > googleadsapi-forumadvisor wrote: >> >> Hello

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-02-25 Thread vandesandtmarc
I have the exact same issue, it worked fine until the 10th of Feb, then on the 11th it stopped working. On Wednesday, February 13, 2019 at 1:47:25 PM UTC+2, Ananth Sakthivel wrote: > > since yesterday my code was working fine and it's fetching the AdsAccount > Details through the Service of

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-02-22 Thread peter
Hello Saj, Any progress on this issue? Since 11th Feb I can't use the Java examples anymore even after I added the login api.googleads.loginCustomerId setting as described. Op woensdag 13 februari 2019 17:47:05 UTC+1 schreef googleadsapi-forumadvisor: > > Hello Everyone, > > Thanks for the

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-02-19 Thread Ananth Sakthivel
Hello Sai, did you find any solution for my issue? On Wednesday, 13 February 2019 22:17:05 UTC+5:30, googleadsapi-forumadvisor wrote: > > Hello Everyone, > > Thanks for the update, we are looking into the issue. We will be > responding on this thread when we find more information. > > Regards,

RE: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-02-13 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Everyone, Thanks for the update, we are looking into the issue. We will responding on this thread when we find more information. Regards, Sai Teja, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-02-13 Thread Ethan Lyon
Has this been integrated into the BigQuery Transfer Service? I'm seeing the same errors there. On Wed, Feb 13, 2019 at 11:27 AM Jordi Puig wrote: > You should check this: > > > https://ads-developers.googleblog.com/2019/01/new-required-header-for-google-ads-api.html > > Regards. > > On

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-02-13 Thread Jordi Puig
You should check this: https://ads-developers.googleblog.com/2019/01/new-required-header-for-google-ads-api.html Regards. On Wednesday, February 13, 2019 at 5:22:58 PM UTC+1, Charles Astwood wrote: > > Me too. I am wondering if there is a fault Googles end as a few of us are > seeing this > >

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-02-13 Thread Charles Astwood
Me too. I am wondering if there is a fault Googles end as a few of us are seeing this On Wednesday, 13 February 2019 11:47:25 UTC, Ananth Sakthivel wrote: > > since yesterday my code was working fine and it's fetching the AdsAccount > Details through the Service of "GetCustomer()". but today

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-02-13 Thread peter
Same here, worked fine this week but now I get the exact same error in the Google Ads Beta API. Using a similar ads.properties (with the old prefix settings) in the old Google Adwords API works fine. Op woensdag 13 februari 2019 12:47:25 UTC+1 schreef Ananth Sakthivel: > > since yesterday my

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-02-13 Thread Inspired UM
I have same issue just with Python lib. Making request to GoogleAdsService On Wednesday, 13 February 2019 13:47:25 UTC+2, Ananth Sakthivel wrote: > > since yesterday my code was working fine and it's fetching the AdsAccount > Details through the Service of "GetCustomer()". but today onwards its

USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-02-13 Thread Ananth Sakthivel
since yesterday my code was working fine and it's fetching the AdsAccount Details through the Service of "GetCustomer()". but today onwards its stop working and throwing the Below error, *Google.Ads.GoogleAds.Lib.GoogleAdsException* * HResult=0x80131500* *