Google API - 401 Error unauthorized_client

2024-10-09 Thread 'Lee Buckman' via Google Ads API and AdWords API Forum
refresh token and calling https://www.googleapis.com/oauth2/v3/token with my client ID/secret and the refresh token, to try and get a new access token I get the following error. { "error": "unauthorized_client", "error_description": "Unauthoriz

Re: error:"unauthorized_client"

2024-05-16 Thread Alex Gunner
OAuth verification does not need to be completed for this. Are you using a MCC test account with your test developer token? On Thursday, May 16, 2024 at 12:56:20 AM UTC+3 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for reaching out to the Google Ads API support team. > > To analyse

Error:"unauthorized_client"

2024-05-15 Thread 伊藤大稀
tps://www.googleapis.com/oauth2/v3/token { "error" : "unauthorized_client" } OAuth verification has not been completed yet, is it related to the above error? Are there any other possible causes? Thanks. -- -

RE: getting metadata from plugin failed with error: unauthorized_client

2023-10-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. By reviewing your concern, I understand that you are getting an unauthorized_client error while trying to connect to the Google Ads API. In order to investigate your issue further, kindly provide us with the complete API logs (

Getting metadata from plugin failed with error: unauthorized_client

2023-10-13 Thread Marcos Colares
Hello everybody. I'm developing a simple control panel that connects with the Google Ads API through NodeJS Backend. To configure the code, I followed Google's instructions to obtain the necessary credentials and the unauthorized_client error still returns, note that I left the "#" symbol so a

RE: Failed to retrieve auth metadata with error: unauthorized_client

2022-11-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Soni, Thanks for reaching out to the Google Ads API team. I hope you are doing well today. The "invalid_grant ” error usually indicates an issue with the refresh token. That said, you will need to regenerate credentials and refresh tokens. You may refer here to this guide for the steps on

RE: "error": "unauthorized_client", "error_description": "Unauthorized"

2022-08-22 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Will, To debug authentication access issues you while bypassing client library issues you may try generating a refresh tokek ny following our OAuth Playground guide. and add a scope of 'https://www.googleapis.com/auth/userinfo.email' besides the Ads API scope of 'https://www.googleapis.com/a

RE: "error": "unauthorized_client", "error_description": "Unauthorized"

2022-08-22 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Will, Did you place all your credentials created with OAuth Desktop and Web Application Flows in placeholders in google_ads_php.ini without extra spaces? Is the google_ads_php.ini file in the home directory? Regards, Aryeh Google Ads API Team ref:_00D1U1174p._5004Q2dmQ1K:ref -- -- =~=~=~

"error": "unauthorized_client", "error_description": "Unauthorized"

2022-08-22 Thread Will Ill
Hello, i'm trying to execute GetCampaigns.php from the google ads api tutorial but i get "error": "unauthorized_client", "error_description": "Unauthorized". -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

"error": "unauthorized_client", "error_description": "Unauthorized"

2022-08-22 Thread Will Ill
Hello, i'm trying to execute GetCampaigns.php from the google ads api tutorial but i get "error": "unauthorized_client", "error_description": "Unauthorized". this is my log: Fatal error: Uncaught GuzzleHttp\Exception\ClientException: Client erro

Re: Google.Apis.Auth.OAuth2.Responses.TokenResponseException: Error:"unauthorized_client"

2022-05-18 Thread Reports1
Google Ad API team, I responded privately to the author, so far I did not get a response yet. Appreciate any help you can provide. I can resend to another API team member if needed. Thanks On Friday, May 13, 2022 at 4:14:41 AM UTC-4 adsapi wrote: > Hi, > > Thank you for reaching out to the Google

Google.Apis.Auth.OAuth2.Responses.TokenResponseException: Error:"unauthorized_client"

2022-05-12 Thread Reports1
Having issues with Unauthorized_Client Google Ads API I am trying to migrate from AdWords API to Google Ads API, using same Token and OAth2 credentials that I successful used in the past with Google AdWords API. Any suggestions how to resolve? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Google.Apis.Auth.OAuth2.Responses.TokenResponseException: Error:"unauthorized_client", Description:"Unauthorized", Uri:""

2022-05-12 Thread Reports1
I have a token and OAuth2 credentials that worked previously with no issues with Google Adwords API. I am migrating to Google Ads API using the same Token and credentials. But I am getting TokenResponseException: Error:"unauthorized_client". Any suggestions how to resolve th

Re: { "error": "unauthorized_client", "error_description": "Unauthorized" }

2021-08-18 Thread Google Ads API Forum Advisor
Hi Nobuyoshi, Thank you for providing updates to our team. I can see that you are using a third-party tool, with this, I am afraid that we wouldn't be able to provide support if issue was encountered there. However, that third-party tool should also performing the steps discussed here on its b

Re: { "error": "unauthorized_client", "error_description": "Unauthorized" }

2021-08-17 Thread Nobuyoshi Shimmen
Hi, I just checked the accessToken with the following url `https://www.googleapis.com/oauth2/v1/tokeninfo?access_token=` and found out the scopes are somehow different than normal ones. We are going to dig into this. Thanks for your time. Best, 2021年8月18日水曜日 11:00:45 UTC+9 Nobuyoshi Shimmen: >

Re: { "error": "unauthorized_client", "error_description": "Unauthorized" }

2021-08-17 Thread Nobuyoshi Shimmen
Hi again, We are using the same client credentials but still we got this error: AuthenticationError.OAUTH_TOKEN_INVALID I dumped out the content of request and response where I replaced some confidential info with xxx We are using this package `https://pkg.go.dev/golang.org/x/oauth2` to genera

Re: { "error": "unauthorized_client", "error_description": "Unauthorized" }

2021-08-17 Thread Nobuyoshi Shimmen
Hi, I was wrong. We're not using the sale credentials. Sorry for taking your time. Thanks, 2021年8月18日水曜日 9:57:50 UTC+9 Nobuyoshi Shimmen: > Thanks for your response. > > Yes, we are using the same client credentials(clientId, clientSecret). > > Best, > > 2021年8月18日水曜日 2:59:59 UTC+9 adsapi: > >>

Re: { "error": "unauthorized_client", "error_description": "Unauthorized" }

2021-08-17 Thread Nobuyoshi Shimmen
Thanks for your response. Yes, we are using the same client credentials(clientId, clientSecret). Best, 2021年8月18日水曜日 2:59:59 UTC+9 adsapi: > Hi, > > Are you using the same client when authorizing in the application and when > updating the token on the server? I recommend double checking the cl

RE: { "error": "unauthorized_client", "error_description": "Unauthorized" }

2021-08-17 Thread Google Ads API Forum Advisor
Hi, Are you using the same client when authorizing in the application and when updating the token on the server? I recommend double checking the client credentials. Thanks, Lakshmi Prathipati Google Ads API Team ref:_00D1U1174p._5004Q2LnpzF:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

{ "error": "unauthorized_client", "error_description": "Unauthorized" }

2021-08-16 Thread Nobuyoshi Shimmen
Hi, When we make a post request for `https://oauth2.googleapis.com/token` to generate an access token, we get an error like this: `401 Unauthorized` response: { "error": "unauthorized_client", "error_description": "Unauthorized" } in our app in productio

RE: `401 Unauthorized` response: { "error": "unauthorized_client", "error_description": "Unauthorized" }

2021-04-08 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. Could you please share the complete request and response logs via the Reply privately to author option for us to further investigate? Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team ref:_00D1U1174p._5004Q2FWoVG:ref -- -- =~=~=~=

`401 Unauthorized` response: { "error": "unauthorized_client", "error_description": "Unauthorized" }

2021-04-08 Thread bangkit soms
Hi, i have a error like this Client error: `POST https://oauth2.googleapis.com/token` resulted in a `401 Unauthorized` response: { "error": "unauthorized_client", "error_description": "Unauthorized" }. i don't know why got error because last tim

google create access token "error": "unauthorized_client", "error_description": "Unauthorized"

2020-07-13 Thread hüseyin Armağan
q_body.code, function (error, token, res) { . . . On the third steps I got at the below error when I call on our dev machine. But I can call this service successfully when I call from my local machine. Would you help me and what is the reason of it, please ? { "error": &qu

Fatal error: Uncaught GuzzleHttp\Exception\ClientException: Client error: `POST https://www.googleapis.com/oauth2/v4/token` resulted in a `401 Unauthorized` response: { "error": "unauthorized_client

2019-10-17 Thread sneha mahale
Hi, I got the below error Fatal error: Uncaught GuzzleHttp\Exception\ClientException: Client error: `POST https://www.googleapis.com/oauth2/v4/token` resulted in a `401 Unauthorized` response: { "error": "unauthorized_client", "error_description": "Unauthor

Re: Google Adwords Oauth playground “error”: “unauthorized_client”

2018-04-16 Thread 'Teja Makani' via AdWords API Forum
Hello Suresh, The steps until point 1 in the OAuth playground seems to be correct. Please check the next steps below: 1. Send the link to your manager to login to the company's AdWords account and get authorization code from your manager account. Once you have the authorization code, you will

Google Adwords Oauth playground “error”: “unauthorized_client”

2018-04-16 Thread suresh babu
onded with *"error": "unauthorized_client"* Is there something wrong with the above steps? My developer account should be linked or added to my company account before I can do above steps? Do I need any developer toke

Re: REfresh token from outh2 is not working and gives error like "401 Unauthorized` response: { "error": "unauthorized_client", "error_description": "Unauthorized" }"

2017-11-29 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, I see that you had created a new thread for the same issue. I have answered your question on that thread. If you have more questions, feel free to follow up on that thread. Regards, S

Re: REfresh token from outh2 is not working and gives error like "401 Unauthorized` response: { "error": "unauthorized_client", "error_description": "Unauthorized" }"

2017-11-29 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, I just deleted your post from the forum because it contained sensitive information. Please read the forum rules and make sure that you don't include sensitive information such as your developer token, refresh token, client s

REfresh token from outh2 is not working and gives error like "401 Unauthorized` response: { "error": "unauthorized_client", "error_description": "Unauthorized" }"

2017-11-29 Thread Bezoar Software
aught exception 'GuzzleHttp\Exception\ClientException' with message 'Client error: `POST https://www.googleapis.com/oauth2/v4/token` resulted in a `401 Unauthorized` response: { "error": "unauthorized_client", "error_description": "Un

Re: "error": "unauthorized_client"

2017-08-31 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Greg, Thanks for the clarification. >From your detailed explanation, it seems that you need to use a web application flow since you have a redirect URIs or callbacks. That said, kindly generate your client ID and secret again using the web application type

Re: "error": "unauthorized_client"

2017-08-31 Thread Tim Johnson
Hi Vincent, Thanks very much for the prompt reply; I really appreciate it. Concerning the nature of the application: I believe it is a installed app under that definition, but it depends on your definition of callback. I will need users to redirect back to my page after the click a button to

Re: "error": "unauthorized_client"

2017-08-30 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Tim, If you are using a web application type of authentication, then your app requires callback URLs. You are also generating a client ID based on your web application primarily. Could you confirm if this is indeed the nature of your application? To know more regarding the difference between

"error": "unauthorized_client"

2017-08-30 Thread Tim Johnson
simply get campaigns script in PHP, and receive the following error: Client error: `POST https://www.googleapis.com/oauth2/v4/token` resulted in a `401 Unauthorized` response: { "error": "unauthorized_client", "error_description": "Unauthorized" } My cli

Re: "error": "unauthorized_client", "error_description": "Unauthorized"

2016-10-03 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Were you able to follow these steps to generate your refresh token? Please ensure you are using the correct client ID in your properties file. One thing to note when

"error": "unauthorized_client", "error_description": "Unauthorized"

2016-10-03 Thread sayın yada
Hi, I have a error. Error is "error": "unauthorized_client", "error_description": "Unauthorized". Why is it? I didn't solve.Can you help me please? Thanks for everything. (I have client ID,client secret, refresh token, developer token . I use php

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, M

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 Ad

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

2016-03-10 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Zhongyh, Yes, I replied. Here was my response > Just like Mike mentioned previously, you need to use an AdWords account. > The Id 8170965 refers to a merchant center account. Once you do so, try to > generate > a refresh token >

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

2016-03-10 Thread zhongyh
Hi Anthony, Did you get my info? Thanks 在 2016年1月16日星期六 UTC+8上午5:59:39,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 in

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 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Al

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" when trying to get the campaign data with Google Adwords v201502

2015-06-18 Thread Umesh Dengale
Hi Susan, Please go through these steps and run any of the examples using the refresh token. If you get any exceptions, please provide me the SOAP request and response. Just click *Reply privately to author* in the forum when respo

Error "unauthorized_client" when trying to get the campaign data with Google Adwords v201502

2015-06-17 Thread Susan
his error: *Fatal error*: Uncaught exception 'OAuth2Exception' with message '{ "error" : "unauthorized_client" }' in /home/content/55/11063355/html/best/app0809/third_party/Adwords/src/Google/Api/Ads/Common/Util/SimpleOAuth2Handler.php:124 Stack trace: #0