PERMISSION_DENIED: Request had insufficient authentication scopes

2023-08-22 Thread Tamar Broner
Hey, I'm trying to call this function: google.ads.googleads.v13.services.CustomerService.*ListAccessibleCustomers* with the google ads access token. But I get this error: *Request had insufficient authentication scopes.* *Error code: 7* Is anyone familiar with that? Thanks in advance

403 Request had insufficient authentication scopes

2023-04-14 Thread Wang Fred
authentication scopes. [reason: "ACCESS_TOKEN_SCOPE_INSUFFICIENT" domain: "googleapis.com" metadata { key: "service" value: "googleads.googleapis.com" } metadata { key: "method" value: "google.ads.googleads.v13.services.KeywordP

Request had insufficient authentication scopes

2022-09-07 Thread 'Shivani Katukota' via Google Ads API and AdWords API Forum
gleads.v11.services.GoogleAdsService/SearchStream, Endpoint: googleads.googleapis.com:443, CustomerID: 6676419890, RequestID: null, ResponseCode: PERMISSION_DENIED, Fault: Request had insufficient authentication scopes.. 2022-09-07 10:07:05,273 INFO [grpc-default-executor-0] logging.Req

authentication scopes

2022-05-20 Thread Abhishek
this. But when I tried to use this access token for getting datasources it gives me 403 error , "message": "Request had insufficient authentication scopes.", "reason": "ACCESS_TOKEN_SCOPE_INSUFFICIENT", "domain&

RE: Error 403: Request had insufficient authentication scopes

2022-04-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ardhani, Thank you for raising this concern to Google Ads API team. To investigate the issue, could you provide the complete request and response logs with request ID and request header generated on your end? You can provide it via Reply privately to author option. If this option is not

Error 403: Request had insufficient authentication scopes

2022-04-10 Thread ardhani wiraputra
googleapi: Error 403: Request had insufficient authentication scopes. Details: [ { "@type": "type.googleapis.com/google.rpc.ErrorInfo", "domain": "googleapis.com", "metadata": { "method": "google.apps.sheets.v4.SpreadsheetsS

Request had insufficient authentication scopes

2022-02-06 Thread Nikita Nikita
Hello! I searched through the forum but couldn't find the answer that suits me :( I'm trying to create a python-script that will collect data from my ADs account The issue is typical "grpc_message":"Request had insufficient authentication scopes." I got my developer tok

RE: 自动回复: Request had insufficient authentication scopes

2021-11-23 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Would you be able to provide more details to your concern? If you have the same concern as posted on this forum thread, then I will reiterate here the reply of our team reply and you can see it below: "Please ensure the following: You have enabled the Ads API in your Cloud Console

Re: Request had insufficient authentication scopes

2021-11-22 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Miloš, Thank you for raising your follow up. Our team was able to receive the details that you've sent privately. However, it appears that you did not receive the reply of my colleague. With this, allow me to reiterate the reply and you can see it below: "Please ensure the following: You

Re: Request had insufficient authentication scopes

2021-11-22 Thread 'Miloš Jedlinský' via AdWords API and Google Ads API Forum
Hello, did you receive my private message which I sent you 6 days ago? Have a nice day, Miloš Dne pondělí 15. listopadu 2021 v 22:00:09 UTC+1 uživatel adsapi napsal: > Hello, > > If you click the three vertical dot button on the right side of this post, > you can select 'reply privately to

Re: Request had insufficient authentication scopes

2021-11-15 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, If you click the three vertical dot button on the right side of this post, you can select 'reply privately to author'. This option will route your response to our private email. Regards, Matt Google Ads API Team Reminder: Share your feedback about the Google Ads (AdWords) API! Take

Re: Request had insufficient authentication scopes

2021-11-15 Thread 'Miloš Jedlinský' via AdWords API and Google Ads API Forum
Hello, can you send me an email address so we can communicate in private about this topic? Have a nice day, Miloš Dne pátek 12. listopadu 2021 v 20:30:26 UTC+1 uživatel adsapi napsal: > Hello, > > Thanks for reaching out. Your developer token MCC does not have to be > connected to the

RE: Request had insufficient authentication scopes

2021-11-12 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Thanks for reaching out. Your developer token MCC does not have to be connected to the account hierarchy that you are targeting for API calls. If you can provide your complete request and response logs we can have a closer look at this issue. In the meantime, please ensure the

Request had insufficient authentication scopes

2021-11-12 Thread 'Miloš Jedlinský' via AdWords API and Google Ads API Forum
Hello, I would like to ask you for help. We are struggling with API authentication and we are not able to go through it. We are ending this error - Request had insufficient authentication scopes. We created We have created a client ID, client secret,... but unfortunately it doesn't work. We

Re: Error : 403 Request had insufficient authentication scopes

2021-10-27 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, If the email you are using is a managing user and does not have direct access to the client customer, you must specify the login-customer-id header. This is a common cause for this error. You can read more about the login-customer-id here. Regards, Matt Google Ads API Team Matt Google

Re: Error : 403 Request had insufficient authentication scopes

2021-10-26 Thread Traktor Quick
I use the same Email as my Google Ads account email to generate OAuth credentials To get refresh token I followed this instructions: https://developers.google.com/google-ads/api/docs/client-libs/python/oauth-desktop On Tuesday, October 26, 2021 at 9:04:42 PM UTC+7 adsapi wrote: > Hello, > >

RE: Error : 403 Request had insufficient authentication scopes

2021-10-26 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Thanks for reaching out. Can you please verify that the email used to create the OAuth credentials also has access in the target Ads accounts? If the user email does have access, can you please tell us how you retrieved your refresh token? Thanks, Matt Google Ads API Team Matt Google

Error : 403 Request had insufficient authentication scopes

2021-10-26 Thread Traktor Quick
an error response like the following: grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with: status = StatusCode.PERMISSION_DENIED details = "Request had insufficient authentication scopes." debug_error_string = "{"created&

RE: Google Ads API Insufficient authentication scopes error

2021-06-22 Thread Google Ads API Forum Advisor
Hello, Thanks for reaching out. The PERMISSION_DENIED error is usually due to one of the following: you are authenticating as a manager, but did not specify that manager account ID in the login-customer-ID in the request header the email used to create the OAuth credentials does not have the

Re: Google Ads API Insufficient authentication scopes error

2021-06-20 Thread 'Daniel Chen' via AdWords API and Google Ads API Forum
s.google.com/google-ads/api/docs/reporting/example > I also have a basic access to the Google Ads Account. > Everytime I run the script to get reports I get the following error. > status = StatusCode.PERMISSION_DENIED > "Request had insufficient authentication scopes.","grpc_stat

Google Ads API Insufficient authentication scopes error

2021-06-19 Thread Sriram Sivaraman
the following error. status = StatusCode.PERMISSION_DENIED "Request had insufficient authentication scopes.","grpc_status":7 I have also turned the Google Ads Scope in Google Cloud but still getting the same error. Can someone please help me with t

Google shopping api Request had insufficient authentication scopes

2021-01-28 Thread 陈以
: application/json' \ --data '{"entries":[]}' \ --compressed and the response is : { "error": { "code": 403, "message": "Request had insufficient authentication scopes.", "errors": [ { "message": "Insufficient Permiss

403- request has insufficient authentication scopes

2020-09-17 Thread naresh kumar
[image: image_2020_09_17T14_58_52_578Z-1.png] Hi, I want to link and view the analytics account linked with Google Adwords. Procedure used: # Authenticating google account with scopes "Ananlytics and Adwords" with following url https://www.googleapis.com/auth/adwords

Re: 403 error Request had insufficient authentication scopes.

2019-08-06 Thread f s
Hi, Sai Thanks a lot. I got the correct response after recreated the refresh token. I might have made the token without the adwords scope... -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

RE: 403 error Request had insufficient authentication scopes.

2019-08-06 Thread Google Ads API Forum Advisor Prod
Hello, Could you please confirm the below scenarios where the scope, redirect URI and permissions are assigned. Could you please share the email address of the user using which the scopes are authorized and the client customer id using reply privately to the author option? In general the

403 error Request had insufficient authentication scopes.

2019-08-06 Thread f s
/api/adwords https://adwords.google.com/api/adwords/email; { "error": { "status": "PERMISSION_DENIED", "message": "Request had insufficient authentication scopes.", "code": 403 } } -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=