Hi,
Thank you for reaching out to the Google Ads API support team.
Based on the provided information, I understand that you are getting the
USER_PERMISSION_DENIED error. This means the user doesn't have permission to
access the customer. According to the documentation, if you're accessing the
returned with 'Request had insufficient authentication scopes'.
I think this is because the Google OAuth screen isn't asking the user(me)
to approve the scopes. The service I'm using, Budibase, is presenting the
google OAuth screen so I don't have control over that and ne
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 ad
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.KeywordPlan
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
. 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&
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
ava
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
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 dev
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 project.
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 ha
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 au
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 the
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 accoun
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 following
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
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
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,
>
> Tha
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 A
t I get 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 =
"{&quo
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
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
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
x27; \
--header 'Content-Type: application/json' \
--data '{"entries":[]}' \
--compressed
and the response is :
{ "error": { "code": 403, "message": "Request had insufficient
authentication scopes.", "errors": [
[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
https://www.googleapi
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/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
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 email
/adwords.google.com/api/adwords
https://adwords.google.com/api/adwords/email";
{
"error": {
"status": "PERMISSION_DENIED",
"message": "Request had insufficient authentication scopes.",
28 matches
Mail list logo