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: { "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

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