RE: probelem with adwords api

2023-08-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for reaching out to Google Ads API Forum.

It appears that this concern has been raised already in a thread with the 
subject: “Unable to connect to google ads account using oauth credentials”. 
Please note that our team already responded on that thread. With this, I 
suggest continuing the discussion there for better tracking of issues.

This message is in relation to case "ref:_00D1U1174p._5004Q2o7LjZ:ref"

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9M9kf0RZUPLZ00vHmeYB03QoyIvxkTAHSTPg%40sfdc.net.


Re: Probelem with AdWords API

2023-08-22 Thread Tejanth Atyam

Hello, are you able to solve the error.could you pls let me know?

On Monday, 30 April 2018 at 15:02:27 UTC+5:30 rat1g15.s...@gmail.com wrote:

> Hello,
>
> I am trying to access the AdWords API from a test acount after creating a 
> production account to get the developer token. However, running the 
> get_campaign.py throws the following error:
>
> google.auth.exceptions.RefreshError: ('unauthorized_client: Unauthorized', 
> '{\n  "error" : "unauthorized_client",\n  "error_description" : 
> "Unauthorized"\n}')
>
> The client_id, client_secret and refresh_token were created for the test 
> account, and I am sure they are populated correctly in googleads.yaml 
>
> Thank you very much
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9d3574fa-d01e-43a5-81a4-c17df30c43e9n%40googlegroups.com.


Re: Probelem with AdWords API

2018-04-30 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello,

The unauthorized_client error usually occurs when you are using incorrect 
OAuth credentials. Could you also try the CURL request provided below and 
see if you are able to generate the access tokens? That will help you 
confirm the validity of your OAuth2 credentials.

curl https://www.googleapis.com/oauth2/v4/token \
-d refresh_token=MCC_refresh_token  \
-d client_id=your-client-id  \
-d client_secret=your-client-secret  \
-d grant_type=refresh_token

If OAuth credentials are not generated correctly, you could generate them 
by following this guide 
.
 Please 
give this a try and let me know if you are able to fix the issue.
  
Regards,
Sai Teja, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b702b191-8d8e-453e-995a-f2f9f5fc8dbe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Probelem with AdWords API

2018-04-30 Thread rat1g15 . soton . test
Hello,

I am trying to access the AdWords API from a test acount after creating a 
production account to get the developer token. However, running the 
get_campaign.py throws the following error:

google.auth.exceptions.RefreshError: ('unauthorized_client: Unauthorized', 
'{\n  "error" : "unauthorized_client",\n  "error_description" : 
"Unauthorized"\n}')

The client_id, client_secret and refresh_token were created for the test 
account, and I am sure they are populated correctly in googleads.yaml 

Thank you very much

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a7e83c80-9088-459c-8b54-3f9bf728b60b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.