401 - Request is missing required authentication credential.

2024-08-27 Thread Osan Digital
My site https://makwandetrust.org.za/ has been up for 4 months now and isnt indexed. Ik trying seopress instant index feature but keep getting this message: 401 - Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication

Re: request is missing required authentication credential. expected oauth 2 access token, login cookie or other valid authentication credential

2023-12-20 Thread ads dm
Thank you for your reply. We have found the cause of the problem. A colleague reset the developer token, causing the original token to become invalid. After replacing it with the new developer token interface, the interface runs normally. On Thursday 21 December 2023 at 01:14:37 UTC+8 Google Ad

RE: request is missing required authentication credential. expected oauth 2 access token, login cookie or other valid authentication credential. see https:\/\/developers.google.com\/identity\/sign-in\

2023-06-06 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thanks for reaching out to the Google Ads API Forum. Upon checking logs, I can see that you’ve encountered AUTHENTICATION_ERROR, however, could you please double check if you’re sending the correct developer token for your API request? If you’re indeed sending the exact same developer toke

Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https:\/\/developers.google.com\/identity\/sign-in\/web

2023-06-01 Thread 王众杰
{ "message": "Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https:\/\/developers.google.com\/identity\/sign-in\/web\/devconsole-project.", "code": 16,

RE: Request is missing required authentication credential.

2023-01-19 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Abdullah, Thanks for reaching out to the Google Ads API Forum. I hope you are doing well today. With regards to your concern about “Request is missing required authentication credential error”, could you please double check if you’re sending the correct developer token for your API request

Request is missing required authentication credential.

2023-01-18 Thread Abdullah Shuja
rvice-account#authorizingrequests> However, when I use the access token to POST to the generateKeywordIdeas endpoint, I get a `request is missing required authentication credential` error. I'm including the access token in the header, and the developer token too. I'm assuming there is an issue w

RE: Request is missing required authentication credential

2022-12-08 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Derek, Thank you for reaching out to the Google Ads API support team. To investigate the issue further, could you please provide the complete request and response logs, with the request-id? If you haven't yet, logging can be enabled by navigating to the Client libraries > Your client library

Request is missing required authentication credential

2022-12-07 Thread derek
, description=Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project., cause=null}.* I am able to see the 'developer-token'

RE: Request is missing required authentication credential

2022-10-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Can, Thanks for reaching out to the Google Ads API team. I hope you are doing well today. To further investigate the issue, could you please provide the complete request and response logs, with the request-id? If you haven't yet, logging can be enabled by navigating to the Client librarie

Request is missing required authentication credential

2022-10-23 Thread Can Manisalı
token":"developer_token"},* *"method": "POST",* *"json": request_body* *The response is as follows:* *{error: { code: 401, message: 'Request is missing required authentication credential. Expected OAuth 2 access token, login c

RE: 'Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web

2022-05-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Katherine, Thanks for reaching out to the Google Ads API Forum. Could you provide us with the complete request and response logs with the request-id, so our team can better check? For the client library, logging can be enabled by navigating to the Client libraries > Your client library (ex

Re: 'Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web

2022-05-12 Thread CFJ
3 AM UTC-4 Katherine Martin wrote: > Hi all, > > I am getting the following error: > ''Request is missing required authentication credential. Expected OAuth 2 > access token, login cookie or other valid authentication credential. See > https://developers.google.com/i

'Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/dev

2022-05-12 Thread Katherine Martin
Hi all, I am getting the following error: ''Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.' I am using a

Re: Request is missing required authentication credential

2022-05-05 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Tamas, We are glad to know that my colleague's (Matt) suggestion worked for you. Should you have additional clarifications with the APIs, please write back and we'll be happy to assist you. Regards, Yasar Google Ads API Team ref:_00D1U1174p._5004Q2aQ0Sp:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~

Re: Request is missing required authentication credential

2022-05-04 Thread Tamas Tyukodi
Hello Matt, Thank you for the quick answer and pointing me to the right direction. Indeed the issue was on my side, where i miss configured the credential fields. On Wednesday, May 4, 2022 at 4:24:02 PM UTC+2 adsapi wrote: > Hi Tamas, > > Thanks for reaching out. Please note that our team can

RE: Request is missing required authentication credential

2022-05-04 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Tamas, Thanks for reaching out. Please note that our team cannot support third party libraries. However, it seems you are not properly sending your request headers. Assuming the library uses REST, please check your headers against this page. For support with the Opteo client library, I would

Request is missing required authentication credential

2022-05-03 Thread Tamas Tyukodi
i for NodeJs and trying to use the equivalent method for *ListAccessibleCustomers *i am receiving the following error: 'Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential.' I want to point out agai

Re: Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential.

2022-04-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Sajal, Thank you for the replies. I work with Nirmita and allow me to assist you here. With regard to your concern "For One Account We are able to generate Access token, But for Other App we are not able to generate the Access token..", could you please elaborate on this concern and please p

Re: Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential.

2022-04-25 Thread Sajal Pal
Hi Nirmita, Currently, we are sending request like below GoogleAdsConfig config = new GoogleAdsConfig() { DeveloperToken = AdwordsModel.DeveloperToken, OAuth2Mode = OAuth2Flow.APPLICATION,

Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential.

2022-04-21 Thread Sajal Pal
Hi, I am trying to migrate Adwords API(sunset on 27th April, 2022) to Google Ads api. Using Asp.Net Core(5.0) and c#. Exception: Google.Ads.GoogleAds.V10.Errors.GoogleAdsException HResult=0x80131500 Message=Status(StatusCode="Unauthenticated", Detail="Request is mi

Re: Request is missing required authentication credential

2022-02-07 Thread Walter Bodwell
reated":"@1644245725.347305819","description":"Error received from peer > ipv4:142.250.73.202:443","file":"src/core/lib/surface/call.cc","file_line":1074,"grpc_message":"Request > > is missing required authe

Request is missing required authentication credential

2022-02-07 Thread Walter Bodwell
new Google Ads API using the production version, I'm getting: google.ads.googleads.errors.GoogleAdsException: (<_SingleThreadedRendezvous of RPC that terminated with: status = StatusCode.UNAUTHENTICATED details = "Request is missing required authentication credential. Expected OAuth 2

Request is missing required authentication credential

2022-02-07 Thread alexmc...@gmail.com
token which we then try to use in the call but this throws an exception telling us we're missing the required credentials. "StatusCode="Unauthenticated", Detail="Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other va

Re: Service Account receives HTTP code 401: Request is missing required authentication credential.

2022-01-06 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Martin, Apologies for the delayed response. Could you point me to that thread you're referencing? Thanks, Ben, Google Ads API Team ref:_00D1U1174p._5004Q2R74x8:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~

Re: Service Account receives HTTP code 401: Request is missing required authentication credential.

2021-12-06 Thread Martin Levi
Hi Ben, I have just read in another thread that the Master Account needs to be set up under a unique gmail address. My Master Account is under the same email address that owns my Sub Ad Accounts. Is this the reason for my OAuth issues? Regards, Martin On Wednesday, December 1, 2021 at 11:43

Re: Service Account receives HTTP code 401: Request is missing required authentication credential.

2021-12-01 Thread Martin Levi
Hi Ben, I have been diving in to the documentation on the client library from your link. I looked at this before, and now I remember more clearly why I was reluctant to use a Client Library. I do not have any local PHP environment. From what I understand at first glance, to run a test locall

Re: Service Account receives HTTP code 401: Request is missing required authentication credential.

2021-12-01 Thread Martin Levi
Hi Ben, I'm still a little concerned about my account setup since the documentation is dispersed over several different documents that are all written for a variety of use cases. Also the curl response contains the message: "User in the cookie is not a valid Ads user." I will set up the clien

Re: Service Account receives HTTP code 401: Request is missing required authentication credential.

2021-12-01 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Thanks Martin, As far as I can tell your account set up looks OK, but since it lives in Pantheon I can't examine your account directly so I can't be 100% sure. One benefit of using a client library is it will handle the process of generating and refreshing your access token automatically, which

Re: Service Account receives HTTP code 401: Request is missing required authentication credential.

2021-12-01 Thread Martin Levi
Hi Ben, Thanks for your reply. Do I understand correctly that as far as you can see the setup of my Master Ad Account, the gmail account that owns it, the Master Account that owns the Developer Token, the Google Workspace and the Service Account is all OK? Yes, I am using php curl to request

Re: Service Account receives HTTP code 401: Request is missing required authentication credential.

2021-11-30 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Martin, Apologies for the delayed response here. I'm still trying to determine the exact cause of this issue, but it's currently not quite clear. It doesn't appear related to how impersonation was set up. It looks like you're using curl to make these requests, right? Which means you must be

Re: Service Account receives HTTP code 401: Request is missing required authentication credential.

2021-11-23 Thread Martin Levi
Hi, I sent the requested logs on November 12th, but I haven't heard back from anyone regarding the issue. Please can someone update me? Regards, Martin On Monday, November 8, 2021 at 6:56:18 PM UTC+2 Martin Levi wrote: > Hi Yasar, > > Thanks for your response. I followed the instructions in

Re: Service Account receives HTTP code 401: Request is missing required authentication credential.

2021-11-08 Thread Martin Levi
Hi Yasar, Thanks for your response. I followed the instructions in this document which has a slightly different workflow. I think that I have the right pieces but not set up the right way. I will send you the informati

RE: Service Account receives HTTP code 401: Request is missing required authentication credential.

2021-11-08 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Martin, Thanks for reaching out to us. Could you confirm if you already followed the instructions discussed in this document, especially the prerequisite? If yes and the issue still persists, then could you provide the following details via Reply privately to author option to further invest

Service Account receives HTTP code 401: Request is missing required authentication credential.

2021-11-07 Thread Martin Levi
minutes old. All that part works fine. But when I try to call the Google Ads API (again in php, server to server and without using the client libraries) using the current token, I get the HTTP 401 code. "Request is missing required authentication credential. Expected OAuth 2 access token,

RE: Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential

2021-08-16 Thread Google Ads API Forum Advisor
Hi, Thanks for reaching out to us. Could you provide us with the complete request and response logs with the request-id, so our team can better check? If you haven't yet, logging can be enabled by navigating to the Client libraries > Your client library (ex. Java) > Logging documentation, whic

RE: Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential

2021-04-02 Thread Google Ads API Forum Advisor Prod
Hello, Can you please send the full API request and response logs through reply privately so I can take a closer look? Thanks, Anthony Anthony Google Ads API Team ref:_00D1U1174p._5004Q2Ep2Ij:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googlea

Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential

2021-04-01 Thread ma zhiwei
ccessible customers. $accessibleCustomers = $customerServiceClient->listAccessibleCustomers(); print 'Total results: ' . count($accessibleCustomers->getResourceNames()) . PHP_EOL; ``` Error: ``` { "message": "Request is missing required authentication credential. Expected OAuth 2 a

Re: Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential.

2019-06-27 Thread Haik
Thanks! associating the user with the account solved it. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google

RE: Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential.

2019-06-26 Thread Google Ads API Forum Advisor Prod
Hello Haik, The not_ads_user error usually occurs when the login used to generate the access token is not associated with any Google Ads account. Please make sure the email address used to generate the OAuth credentials has a Google Ads account. Regards, Sai Teja, Google Ads API Team ref:_00D

Re: Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential.

2019-06-26 Thread Haik
Hi, Just tested the keys in the app. This is the error: {{ "errorCode": { "authenticationError": "NOT_ADS_USER" }, "message": "User in the cookie is not a valid Ads user." }} -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.

RE: Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential.

2019-06-26 Thread Google Ads API Forum Advisor Prod
Hello Haik, I see the CURL operation is succeeded, which means the credentials you used in the CURL operation are right. Could you please place those credentials in your configuration/properties files and retry the API request? If you are facing any error, please share the entire error log and

Re: Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential.

2019-06-26 Thread Haik
ID = *** (hidden) 2019/06/26 19:02:44 ClientSecret = *** (hidden) 2019/06/26 19:02:44 DevToken = *** (hidden) 2019/06/26 19:02:44 RefreshToken = *** (hidden) 2019/06/26 19:02:44 Please enter a Google Ads account ID: X 2019/06/26 19:03:00 JSON

RE: Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential.

2019-06-26 Thread Google Ads API Forum Advisor Prod
Hello Haik, To verify that your credentials are correct, you could try the CURL request provided below and see if you are able to generate the access token. If your credentials are correct, you should be able to generate an access token for the below CURL request. curl https://www.googleapis.c

Re: Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential.

2019-06-26 Thread Haik
I run the OAuth tool but it does not help in any way. I get the following error - ERROR: OAuth test failed. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received thi

RE: Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential.

2019-06-19 Thread Google Ads API Forum Advisor Prod
Hello Haik You will be able to validate your credentials by using the OAuth doctor. The tool will help determine if your OAuth2 credentials are correctly configured and ready to make API calls and guide you through fixing any OAuth2 problems it detects and verify the corrected configuration. Pl

Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential.

2019-06-19 Thread Haik
We have our app working with our development MCC keys and all works fine. The problem is when we try to switch to the new production keys, we get an Expected OAuth 2 access token error. *Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or

Re: Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential with Google Ads API request

2018-10-11 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
url: url, > headers: { > 'Authorization': bearerToken, > 'Accept': '*/*', > 'developer-token': 'XXX

Re: Request is missing required authentication credential Google Ads API beta

2018-10-11 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Anirudh, Could you please confirm whether you are following the steps shown here to generate refresh token? You could generate the access token from your refresh token using the below command (yo

Request is missing required authentication credential Google Ads API beta

2018-10-11 Thread anirudh maddy
var url = 'https://googleads.googleapis.com/v0/customers/myCustomerId?key=myKey'; var newAcessToken = getGoogleAccessToken(refresh_token); var bearerToken = 'Bearer '+ newAcessToken; var options =

Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential with Google Ads API request

2018-10-11 Thread anirudh maddy
'Accept': '*/*', 'developer-token': '', } }; I'm getting Request is missing required authentication credential. -- -- =~=~=