Re: [AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:'']

2021-07-27 Thread Google Ads API Forum Advisor
Hi Andrei, Thanks for getting back to us To generate an access token, kindly follow the Installed application (recommended) or the Web application with a web flow. Note that whether you are using web flow or the desktop app flow, the client library you are using should already automatically ta

Re: [AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:'']

2021-07-27 Thread andrei vladimirovich
I really appreciate your quick reply. I defined refresh token on adsapi_php.ini. Do I need to do define the access token, too? If yes, How can do that, and Where do I need to define that access token? https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201809/Optimizatio

RE: [AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:'']

2021-07-26 Thread Google Ads API Forum Advisor
Hi Andrei, Thanks for reaching out to us. The OAUTH_TOKEN_INVALID error indicates that the access token you used with the HTTP header is incorrect or expired. That said, you’ll need to regenerate credentials and refresh tokens. You may refer here to this guide for the steps on how you can rege

[AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:'']

2021-07-26 Thread andrei vladimirovich
: [AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:''] in ... Please let me know, why this error has come, and how can I solve this problem. Best Regards Andrei -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.bl

[AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:'']

2021-07-26 Thread andrei vladimirovich
I got this error on my web page. And as I researched, I got this error from access token. I am not sure how to set access token on my adsapi_php.ini file. or somewhere? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=

Re: GoogleAdsServerFault: [AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:'']

2020-09-10 Thread Google Ads API Forum Advisor Prod
Hi Akanksha, Thank you for reaching out. The USER_PERMISSION_DENIED error usually occurs when there is no link between the manager account authenticated in the request and the client account specified in the headers. If the link between the manager and client account was removed or you don’t ha

Re: GoogleAdsServerFault: [AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:'']

2020-09-10 Thread Akanksha Kuls
Daily Adwords dag is failing for [AuthorizationError.USER_PERMISSION_DENIED error, nothing has changed at our side. Please find the error message below: This das is the running since long time and not sure what has changed all of sudden. 01:02:48,395] {logging_mixin.py:112} INFO - Running

Getting invalid Auth Token error - [AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:'']

2020-08-26 Thread 'Kindle Guru' via AdWords API and Google Ads API Forum
Hi, We are trying to access the Google adwords API. We generated the refresh token and the YAML file has the below fields. client_customer_id: xxx user_agent: xx # partial_failure: True # validate_only: True # # OAuth2

RE: [AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:''] when trying to get Adwords customer id

2020-08-24 Thread Google Ads API Forum Advisor Prod
Hi Naresh, Thank you for contacting support. Could you please confirm if you made any recent changes to the OAuth credentials? The following error AuthenticationError.OAUTH_TOKEN_INVALID is specific to OAuth Credentials. Can you make sure that the correct access token associated with your accou

[AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:''] when trying to get Adwords customer id

2020-08-23 Thread Naresh Kumar
Google OAuth working perfect, i can successfully get *refresh token, access_token* but when fetching AdWords Client id, code throwing exception. *Error : * [AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:''] Google\AdsApi\AdWords\v201809\cm\ApiException *AdWords API SDK Version

Re: [AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:'']

2020-08-23 Thread Naresh Kumar
wrote: > Google OAuth working perfect, i can successfully get *refresh token, > access_token* but when fetching AdWords Client id, code throwing > exception. > > *Error : * [AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:''] > Google\AdsApi\AdWords\v201809\cm\ApiExcep

[AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:'']

2020-08-23 Thread Naresh Kumar
Google OAuth working perfect, i can successfully get *refresh token, access_token* but when fetching AdWords Client id, code throwing exception. *Error : * [AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:''] Google\AdsApi\AdWords\v201809\cm\ApiException *AdWords API SDK Version

GoogleAdsServerFault: [AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:'']

2020-06-08 Thread Rohit kukreja
shu Sharma\AppData\Local\Programs\Python\Python36\lib\site-packages\googleads\common.py", line 1004, in MakeSoapRequest e.detail, errors=error_list, message=e.message) googleads.errors.GoogleAdsServerFault: [AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:''] I have t

Re: [AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:'']

2019-12-09 Thread Google Ads API Forum Advisor Prod
Hi Wei, Thank you for the information. Could I ask you to generate the OAuth credentials again for the new account and try generating the refresh token with your corresponding, valid Google Ads Account email? Could you also confirm if you still have access to the project where you’re generating

Re: [AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:'']

2019-12-08 Thread wei Cai
Hi Bharani, [image: 1575861703(1).png] I'm sure that the location of the .yaml file is correct. It's correct for me to replace the information in the file with our old account, but the current account will prompt "OAuth [token] invalid". Then I changed my writing method. I didn't read the

Re: [AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:'']

2019-12-03 Thread Google Ads API Forum Advisor Prod
Hi Wei, The CURL request is only to verify if your credentials are correct. Since you’re not receiving any error, it looks like the credentials are all correct. Based on your error logs, could you ensure that the properties file is being read correctly. Can you check whether you are adding the

Re: [AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:'']

2019-12-02 Thread wei Cai
Hi Bharani: 在 2019年12月3日星期二 UTC+8上午4:51:16,adsapiforumadvisor写道: > > Hi Wei, > I can get the access tokens with the CURL request you provided.but I > don`t known where should I write the acess token i got. And What should I > fill in this field u"ser_agent" > > > The Authenticatio

RE: [AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:'']

2019-12-02 Thread Google Ads API Forum Advisor Prod
Hi Wei, The AuthenticationError.OAUTH_TOKEN_INVALID error that you encountered occurs when the access token passed with the HTTP header was not correct. To verify that your credentials are correct, could you try the CURL request provided below and see if you are able to generate the access toke

[AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:'']

2019-12-02 Thread wei Cai
I'm getting an OAUTH_TOKEN_INVALID about halfway into a job.I installed the AdWords API client library for Python and get an OAuth2 refresh token with your API guides. my yaml file likes the picture. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googl

Re: suds.WebFault: Server raised fault: '[AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:'']'

2016-06-16 Thread 'Anthony Madrigal' via AdWords API Forum
Hello, You cannot use the same OAuth credentials from your DFP account as your AdWords account. In order to create OAuth credentials for AdWords API, please see this guide . Please let me know if there are any other question

suds.WebFault: Server raised fault: '[AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:'']'

2016-06-16 Thread jzwick
I'm using the googleads python library, and following instructions from the documentation carefully. I get the `suds.WebFault: Server raised fault: '[AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:'']'` error message when I try to run the included get_campaigns.py