RE: Unauthorized Client Google Ads Api

2022-10-18 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, This is Carmela from the Google Ads API team. Thank you for reaching out to the Google Ads API team. Moving forward, since you mentioned that you are accessing through Oauth Playground, could you confirm if you have followed the steps mentioned in this document? If not, then I would

Unauthorized Client Google Ads Api

2022-10-18 Thread Saad 9D
Hi am Refreshing my token uisng https://oauth2.googleapis.com/token and getting the error { "error_description": "Unauthorized", "error": "unauthorized_client" } I have regenerated Refresh token but still no luck. I am accessing through O auth Playground for now. Thanks -- --

Re: Domain Wide-delegation Issue: Unauthorized Client

2022-03-08 Thread Anthony Gomez Taboada
Hi, I implemented the required logs in my application. However, the error raises when I try to generate the GoogleAdsClient and therefore no request is send and no logs are generated. Here is the structure of the dict (JSON) I send to the "load_from_dict" function to generate the client {

Re: Domain Wide-delegation Issue: Unauthorized Client

2022-03-06 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Anthony, Thank you for the reply. I am also a member of the Google Ads API team and let me provide support to your concern. Upon checking the error message, I can see that the authentication flow that the API is validating is still OAuth2 desktop app or web app flow even though you are

Re: Domain Wide-delegation Issue: Unauthorized Client

2022-03-04 Thread Anthony Gomez Taboada
Hi, Sorry for the misunderstanding, exactly what details I am missing in my previous private message and could you please be more specific about how to to get them? Thanks in advance, Anthony On Friday, March 4, 2022 at 5:28:05 AM UTC-5 adsapi wrote: > Hi Anthony, > > We recieved your private

Re: Domain Wide-delegation Issue: Unauthorized Client

2022-03-03 Thread Anthony Gomez Taboada
Hi, just send you privately the required logs. - Anthony On Tuesday, March 1, 2022 at 1:21:08 PM UTC-5 adsapi wrote: > Hi Anthony, > > Thanks for reaching out. Provided that you followed the instructions from > this > page >

RE: Domain Wide-delegation Issue: Unauthorized Client

2022-03-01 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Anthony, Thanks for reaching out. Provided that you followed the instructions from this page, can you please privately send us the complete request and response logs so that we can investigate the issue? Thanks, Matt Google Ads API Team Matt Google Ads API Team

Domain Wide-delegation Issue: Unauthorized Client

2022-02-28 Thread Anthony Gomez Taboada
Hi, I'm using the Google Ads API via Python Client Library . And I have followed the instructions to create a service account and perform domain-wide delegation

RE: error_description" : "Unauthorized client or scope in request." in Adwords

2020-06-16 Thread Google Ads API Forum Advisor Prod
Hi Fellycia, You should be able to resolve the issue with an offline token like Cory mentioned. If you still face issues, please create a new thread so we can take a further look. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5004Q20Z6hJ:ref -- --

Re: error_description" : "Unauthorized client or scope in request." in Adwords

2020-06-15 Thread Fellycia Sutanto
settings, using the service account method. But > i get the error_description" : "Unauthorized client or scope in request." > , it doesn't make sense. Because the same is used in Google Analytics Core > V3 API, it works fine. Not sure what is going on, could anyone p

Re: Error:"unauthorized_client", Description:"Unauthorized client or scope in request.", Uri:""

2016-06-15 Thread DX Marketing2
Hi Anthony, My account has emerged: Insufficient match of microdata price information,Not performing automatic item updates for availability warning, but my code has not changed, how should I deal with it? Do you have any experience in this respect, please advise。 Thank you very much On Sat,

Re: Error:"unauthorized_client", Description:"Unauthorized client or scope in request.", Uri:""

2016-03-11 Thread zhongyh
Hi Anthony, i execute program Tasks.Simple OAuth2,and then solve the problem. i think is refresh token. thinks, zhongyh 在 2016年3月11日星期五 UTC+8上午6:38:00,Anthony Madrigal写道: > > Hi Zhongyh, > > Yes, I replied. Here was my response > >> Just like Mike mentioned previously, you need to use an

Error:"unauthorized_client", Description:"Unauthorized client or scope in request.", Uri:""

2016-01-15 Thread zhongyh
hi all, When i change the password to my mc, i get the below errrors(adwords api). Error:"unauthorized_client", Description:"Unauthorized client or scope in request.", Uri:"" Any help would be greatly appreciated! zhongyh -- -- =~=~=~=~=~=~=~=~=~=~=~=

Re: Error:"unauthorized_client", Description:"Unauthorized client or scope in request.", Uri:""

2016-01-15 Thread Anthony Madrigal
Hi Zhongyh, Please try to generate a new refresh token and see if that solves your issue. If you are still getting errors, please *reply privately to author *your CID so that I can further investigate. Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: error_description : Unauthorized client or scope in request. in Adwords

2015-08-27 Thread Cory Shaw
, Senthil Palaniswami wrote: Team, I am trying to get the Google AdWords Campaign data by C# Console application with the below settings, using the service account method. But i get the error_description : Unauthorized client or scope in request. , it doesn't make sense. Because

Re: error_description : Unauthorized client or scope in request. in Adwords

2015-08-27 Thread Senthil Palaniswami
On Monday, August 24, 2015 at 8:49:40 AM UTC-4, Senthil Palaniswami wrote: Team, I am trying to get the Google AdWords Campaign data by C# Console application with the below settings, using the service account method. But i get the error_description : Unauthorized client or scope

Re: Service Account Access Error Unauthorized client or scope in request

2015-08-25 Thread Cory Shaw
account's credentials, p12 key, and Developer Token, then switched the Prn Email to match. Unfortunately, it is returning: { Failed to get access token for service account. { error : unauthorized_client, error_description : Unauthorized client

Re: Service Account Access Error Unauthorized client or scope in request

2015-08-25 Thread Josh Radcliff (AdWords API Team)
for service account. { error : unauthorized_client, error_description : Unauthorized client or scope in request. } } Our old Service Account worked immediately after we created it, but this is giving us trouble if we try to connect at all. Our

error_description : Unauthorized client or scope in request. in Adwords

2015-08-24 Thread Senthil Palaniswami
Team, I am trying to get the Google AdWords Campaign data by C# Console application with the below settings, using the service account method. But i get the error_description : Unauthorized client or scope in request. , it doesn't make sense. Because the same is used in Google Analytics Core

Re: Service Account Access Error Unauthorized client or scope in request

2015-08-24 Thread Josh Radcliff (AdWords API Team)
to get access token for service account. { error : unauthorized_client, error_description : Unauthorized client or scope in request. } } Our old Service Account worked immediately after we created it, but this is giving us trouble if we

Re: Service Account Access Error Unauthorized client or scope in request

2015-08-24 Thread Cory Shaw
, it is returning: { Failed to get access token for service account. { error : unauthorized_client, error_description : Unauthorized client or scope in request. } } Our old Service Account worked immediately after we created

Re: Service Account Access Error Unauthorized client or scope in request

2015-08-24 Thread Cory Shaw
to match. Unfortunately, it is returning: { Failed to get access token for service account. { error : unauthorized_client, error_description : Unauthorized client or scope in request. } } Our old Service Account worked immediately

Re: error_description : Unauthorized client or scope in request. in Adwords

2015-08-24 Thread Senthil Palaniswami
the service account method. But i get the error_description : Unauthorized client or scope in request. , it doesn't make sense. Because the same is used in Google Analytics Core V3 API, it works fine. Not sure what is going on, could anyone please direct me here. Thanks a bunch

Re: error_description : Unauthorized client or scope in request. in Adwords

2015-08-24 Thread Josh Radcliff (AdWords API Team)
the Google AdWords Campaign data by C# Console application with the below settings, using the service account method. But i get the error_description : Unauthorized client or scope in request. , it doesn't make sense. Because the same is used in Google Analytics Core V3 API, it works fine

Re: error_description : Unauthorized client or scope in request. in Adwords

2015-08-24 Thread Cory Shaw
/adwords-api/ncrjBncg2Ds On Monday, August 24, 2015 at 8:49:40 AM UTC-4, Senthil Palaniswami wrote: Team, I am trying to get the Google AdWords Campaign data by C# Console application with the below settings, using the service account method. But i get the error_description : Unauthorized client

Re: Service Account Access Error Unauthorized client or scope in request

2015-08-24 Thread Josh Radcliff (AdWords API Team)
, and Developer Token, then switched the Prn Email to match. Unfortunately, it is returning: { Failed to get access token for service account. { error : unauthorized_client, error_description : Unauthorized client or scope in request

Re: error_description : Unauthorized client or scope in request. in Adwords

2015-08-24 Thread Senthil Palaniswami
the error_description : Unauthorized client or scope in request. , it doesn't make sense. Because the same is used in Google Analytics Core V3 API, it works fine. Not sure what is going on, could anyone please direct me here. Thanks a bunch .. user.OAuthProvider.Config.OAuth2Mode

Re: error_description : Unauthorized client or scope in request. in Adwords

2015-08-24 Thread Josh Radcliff (AdWords API Team)
with the below settings, using the service account method. But i get the error_description : Unauthorized client or scope in request. , it doesn't make sense. Because the same is used in Google Analytics Core V3 API, it works fine. Not sure what is going on, could anyone please direct me here. Thanks

Re: error_description : Unauthorized client or scope in request. in Adwords

2015-08-24 Thread Josh Radcliff (AdWords API Team)
, Senthil Palaniswami wrote: Team, I am trying to get the Google AdWords Campaign data by C# Console application with the below settings, using the service account method. But i get the error_description : Unauthorized client or scope in request. , it doesn't make sense. Because the same

Re: Service Account Access Error Unauthorized client or scope in request

2015-08-21 Thread Josh Radcliff (AdWords API Team)
. { error : unauthorized_client, error_description : Unauthorized client or scope in request. } } Our old Service Account worked immediately after we created it, but this is giving us trouble if we try to connect at all. Our settings

Service Account Unauthorized Unauthorized client or scope in request

2015-08-20 Thread Cory Shaw
and never gave us any problems, but when we attempt to connect using the new settings we get this error: { Failed to get access token for service account. { error : unauthorized_client, error_description : Unauthorized client or scope in request. } } I have no clue what

Service Account Access Error Unauthorized client or scope in request

2015-08-20 Thread Cory Shaw
: unauthorized_client, error_description : Unauthorized client or scope in request. } } Our old Service Account worked immediately after we created it, but this is giving us trouble if we try to connect at all. Our settings are identical except for the credentials

Re: Unauthorized Client for production account

2015-04-21 Thread Josh Radcliff (AdWords API Team)
Hi Miles, Per the OAuth spec http://tools.ietf.org/html/rfc6749#page-28, *unauthorized_client* will occur if the client (client_id) is not authorized to request an authorization code using the method in the request. Is the application you registered in the console the proper type for the flow

Re: unauthorized client

2014-10-23 Thread Danial Klimkin
Hello, This error means you are using a different client ID than the one that the refresh token was generated with. Refresh token is limited to a single OAuth client registration. -Danial, AdWords API Team. On Wednesday, October 22, 2014 2:40:06 PM UTC+4, gau...@iflair.com wrote: Hi, I

unauthorized client

2014-10-22 Thread gaurang
Hi, I am getting below error, can any one let me know where i am wrong. An error has occurred: { error : unauthorized_client } Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/