Re: The caller does not have permission Google Ads Api Error

2024-04-01 Thread CogniTech Systems
Hundreds of people with this issue and not a single solution from support. On Monday, October 31, 2022 at 12:52:26 PM UTC Google Ads API Forum Advisor wrote: > Hi Shweta, > > Thank you for reaching out to the Google Ads API support team. > > Moving forward to your concern, it seems that you've

Re: the caller does not have permission error

2023-07-03 Thread Henrik Ravnskjær
Replied to all, so others can see my solution Enabling logging showed me the problem. Code: // Detailed logs. TraceUtilities.Configure(TraceUtilities.DETAILED_REQUEST_LOGS_SOURCE, "D:\\temp\\Google\\detail.log", System.Diagnostics.SourceLevels.All); // Summary logs.

RE: the caller does not have permission error

2023-06-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Henrik, Thank you for reaching out to Google Ads API Forum. With regards to your concern, could you provide us with the complete logs generated on your end showing the error in this format (request and response logs with request id and request header)? This is so we could provide more

Re: The caller does not have permission error.

2022-11-10 Thread bruce teng
Here is one of these errors(customer-id is hidden): google.ads.googleads.client: Request --- Method: /google.ads.googleads.v11.services.AssetService/MutateAssets Host: googleads.googleapis.com Headers: { "developer-token": "REDACTED", "login-customer-id": "", "x-goog-api-client":

RE: The caller does not have permission error.

2022-11-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Bruce, Thank you for reaching out to the Google Ads API support team. It seems that you've encountered the USER_PERMISSION_DENIED error. The authorized customer does not have access to the operating customer. The common cause of this is when authenticating as a user with access to a manager

RE: The caller does not have permission Google Ads Api Error

2022-10-31 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Shweta, Thank you for reaching out to the Google Ads API support team. Moving forward to your concern, it seems that you've encountered the USER_PERMISSION_DENIED error. The authorized customer does not have access to the operating customer. The common cause of this is when authenticating

RE: The caller does not have permission

2021-12-27 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Sumanth, Thanks for reaching out to us. Could you provide us with the complete request and response logs with the request-id generated when you received the PERMISSION_DENIED error, so our team can better check? If you haven't yet, logging can be enabled by navigating to the Client

RE: The caller does not have permission.

2021-09-29 Thread Google Ads API Forum Advisor
Hi Khurram, Thanks for reaching out to us. I had to delete your initial post as it contained your developer token and sensitive information. I am reposting below without the sensitive information for reference : “Hi All, Google API newbie here. We are simply trying to use the Google API to

RE: The caller does not have permission

2021-09-03 Thread Google Ads API Forum Advisor
Hi Enrique, Thank you for reaching out to our API support team. I had to delete your initial post as it contained details of your logs. When sending such information, you may do so via the Reply privately to author option in this thread, or you may send these directly to our

RE: The caller does not have permission with basic access

2020-11-20 Thread Google Ads API Forum Advisor Prod
Hi Gian, Thank you for reaching out. In order for us to further investigate, could you please share the complete request and response logs along with the client customer id and the email you used to generate the OAuth2 credentials via the Reply privately to author option? Thanks and regards,

Re: The caller does not have permission

2019-07-18 Thread Vesela Testing
For me the problem was not setting the 'LoginCustomerId' in the GoogleAdsClient together with the rest of oAuth credentials. And the LoginCustomerId is the 'test manager account' customer id! On Thursday, March 14, 2019 at 11:40:08 PM UTC+2, Ramanajee Kandregula wrote: > > Hi, > When we are

RE: The caller does not have permission

2019-06-13 Thread Google Ads API Forum Advisor Prod
Hello Tomas, While working with Google Ads API, the login-customer-id you are defining in the API call should be the manager account of the clientCustomerID from which you are pulling the data. Also, the user making the API call should have access to the log-in-customer-id. Please double

RE: The caller does not have permission

2019-03-19 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi All, You could use the Google Ads API v1 in test accounts as well. However, you are simply required to re-accept the new terms and condition that was stated on this blog to avoid the

Re: The caller does not have permission

2019-03-18 Thread Kevin
I'm having the same issue and I think it's important for us to be able to test using V1 before we move to using it in production. Can you provide us with details on how to do it on a test account, or provide justification for why we shouldn't be able to? -Kevin On Monday, March 18, 2019 at

Re: The caller does not have permission

2019-03-18 Thread xinanhdung ryb
me to help me fix that tks all Le jeudi 14 mars 2019 14:40:08 UTC-7, Ramanajee Kandregula a écrit : > > Hi, > When we are using* Google Ads V0* it is working fine, > but when we are changing to* V1* then we are getting > > > *Status(StatusCode=PermissionDenied, Detail="The caller does not have

RE: The caller does not have permission

2019-03-17 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi All, Even if you are using a test account only, you should still accept the updated terms and condition using your Google Ads *manager account/production account *where your developer token was associated as this is required before you could use the Google Ads API v1. The API center could

Re: The caller does not have permission

2019-03-16 Thread Caihua Du
I have the same issue here. Looks like the v1 has issue with Testing account? Can you please confirm? On Friday, March 15, 2019 at 3:55:13 AM UTC-7, Ramanajee Kandregula wrote: > > Hi Luis, > we are using Test account and when i trying to navigate to api center i > am getting > *The API

Re: The caller does not have permission

2019-03-15 Thread Ramanajee Kandregula
Hi Luis, we are using Test account and when i trying to navigate to api center i am getting *The API Center is not available for test accounts. Instead, use the developer token from your production (non-test) manager account. See our test account guide

RE: The caller does not have permission

2019-03-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Ramanajee, As per this blog post, you will need to accept the updated Terms and Conditions to access the production-ready versions of the Google Ads API.