RE: AuthenticationError.OAUTH_TOKEN_INVALID

2021-08-24 Thread Google Ads API Forum Advisor
Hi, Did you apply for this token after April 28, 2021? If so, then please check the guide for more information regarding the error: https://developers.google.com/adwords/api/docs/guides/signup Google Ads API: https://developers.google.com/google-ads/api/docs/start If it is generated before

AuthenticationError.OAUTH_TOKEN_INVALID

2021-08-24 Thread BlueVenn Implementations
My Manager account is linked to our clients Google Ads Account. I have recently had our Test Token upgraded to a Basic Token. I have raised the 0Auth credentials and refresh token. When I make an API call, I receive the following error: http://www.w3.org/2001/XMLSchema; xmlns:xsi="

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

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?

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

[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.blogspot.com

[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: AuthenticationError.OAUTH_TOKEN_INVALID in get_campaigns.py

2020-10-07 Thread Google Ads API Forum Advisor Prod
Hi Egemen, Thank you for reaching out. Please send the required information to our email alias googleadsapi-supp...@google.com instead. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team ref:_00D1U1174p._5004Q25ZV3Z:ref -- --

Re: AuthenticationError.OAUTH_TOKEN_INVALID in get_campaigns.py

2020-10-07 Thread Egemen Sarımaden
Hi, I do not have *reply to author permission, *could you give me the permission? On Tuesday, October 6, 2020 at 10:42:15 PM UTC+3 adsapiforumadvisor wrote: > Hi Egemen, > > Thank you for reaching out. Please make sure that the email you are using > is a user of the account for generating

RE: AuthenticationError.OAUTH_TOKEN_INVALID in get_campaigns.py

2020-10-06 Thread Google Ads API Forum Advisor Prod
Hi Egemen, Thank you for reaching out. Please make sure that the email you are using is a user of the account for generating the refreshToken. Please re-generate the OAuth2 credentials and fill them in the configuration file. If the issue persist, please share the complete request and response

AuthenticationError.OAUTH_TOKEN_INVALID in get_campaigns.py

2020-10-06 Thread Egemen Sarımaden
that client_id and client_secret credentials. My logged in email in Chrome is my business email and that mail is defined as manager on Google Ads Console. Here is my error code, Error summary: {'faultMessage': "[AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:'']",

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

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

2020-09-10 Thread Akanksha Kuls
handle_response_payload raise AirflowException('Lambda invoke failed') airflow.exceptions.AirflowException: Lambda invoke failed On Monday, 8 June 2020 at 17:33:48 UTC+1 adsapiforumadvisor wrote: > Hi Rohit, > > Thank you for reaching out. The OAUTH_TOKEN_INVALID > <https://developers.google.co

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 get_campaigns.py

2020-08-25 Thread Google Ads API Forum Advisor Prod
Hi Jose, The OAUTH_TOKEN_INVALID error indicates that your access token passed with the HTTP header was not correct. Can you confirm if the access token you are passing is still valid? It is worth noting that an access token expires after one hour. You may have to refresh your access token if

AuthenticationError.OAUTH_TOKEN_INVALID get_campaigns.py

2020-08-25 Thread Jose La Rosa
ult encoding, cp1252, is not UTF-8. Please run this script with UTF-8 encoding to avoid errors. Error summary: {'faultMessage': "[AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:'']", 'requestId': '0005adb6c3173e9f0ae9c302470dbb29', 'serviceName': 'CampaignService', 'meth

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

[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 :* v201809

Re: [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 > >

[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 :* v201809

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 tried with

SOAP request and error AuthenticationError.OAUTH_TOKEN_INVALID

2020-01-30 Thread YouTube Advertising
Good afternoon! I test the request through postman, I attached 2 photos 1- the body of the request 2- this is the request itself and the values ​​in the header. I get AuthenticationError.OAUTH_TOKEN_INVALID When trying to call getCustomer (); but the token is valid. What do i do?[image

Re: AdWordsReportBadRequestError: Type: AuthenticationError.OAUTH_TOKEN_INVALID

2020-01-20 Thread Poker Face
Hi Nikita, Problem solved ! I haven't use the yaml file for extracting needed infos. Instead I did this: from googleads import adwords from googleads import oauth2 # OAuth2 credential information. In a real application, you'd probably be # pulling these values from a credential storage.

RE: AdWordsReportBadRequestError: Type: AuthenticationError.OAUTH_TOKEN_INVALID

2020-01-08 Thread Google Ads API Forum Advisor Prod
Hello, With regards to the error observed while trying to load the googleads.yaml, are you using a service account to make API calls? If yes, to use service account flow in the AdWords API Python client library, you need to provide the configuration values (service_account_email and

Re: AdWordsReportBadRequestError: Type: AuthenticationError.OAUTH_TOKEN_INVALID

2020-01-08 Thread Poker Face
Hi Nikisha, I've tried all the above hints and unfortunately it's still not working. Yet there is some point that might cause a problem. I have created the project with my email, but got permission to the Adwords Account from the Admin. The Admin does not got permissions for the project in

Re: AdWordsReportBadRequestError: Type: AuthenticationError.OAUTH_TOKEN_INVALID

2019-12-27 Thread Poker Face
Hi Nikisha, Thanks for the reply. I am not sure into which header should I paste the access token. Can you be more specific on that point ? Beside that, in the attachements you can see how my yaml document looks like. The developer token, client id, client secret and refresh token is correct.

AdWordsReportBadRequestError: Type: AuthenticationError.OAUTH_TOKEN_INVALID

2019-12-23 Thread Poker Face
: *AdWordsReportBadRequestError: Type: AuthenticationError.OAUTH_TOKEN_INVALID* *Trigger: * *Field Path: None* I have checked is the acces_token valid with the following command: curl https://www.googleapis.com/oauth2/v4/token -d refresh_token=.. -d client_id=... -d client_secret=... -d grant_type

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

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
eld u"ser_agent" > > > The AuthenticationError.OAUTH_TOKEN_INVALID > <https://developers.google.com/adwords/api/docs/common-errors#AuthenticationError.OAUTH_TOKEN_INVALID> > > error that you encountered occurs when the access token passed with the > HTTP header was not correct. T

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

[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:

RE: AuthenticationError.OAUTH_TOKEN_INVALID

2019-05-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Thank you for reaching out. The AuthenticationError.OAUTH_TOKEN_INVALID <https://developers.google.com/adwords/api/docs/common-errors#AuthenticationError.OAUTH_TOKEN_INVALID> occurs if the access token you used with the HTTP header is incorrect or expired. You may check this guide

AuthenticationError.OAUTH_TOKEN_INVALID

2019-05-15 Thread marvel tales
Hello, I prepared googleads.yaml file filled all the required fields and I can initialiaze an adwords client without any problem but when I want to get campaigns in ads account I have this error. I am using python. AuthenticationError.OAUTH_TOKEN_INVALID I will appreciate your help. Thanks

Re: AuthenticationError.OAUTH_TOKEN_INVALID

2018-10-01 Thread nikhil almeida
>> loading from storage while also the method below. >> But I keep getting the following error. Can some one please help? >> >> [2018-09-27 17:02:52,326 - googleads.soap - WARNING] Error summary: >> {'faultMessage': "[AuthenticationError.OAUTH_TOKEN_INVALID @ ; >&g

Re: AuthenticationError.OAUTH_TOKEN_INVALID

2018-10-01 Thread nikhil almeida
9, 2018 at 4:12:36 AM UTC+8, nikhil almeida wrote: >>> >>> I have tried configuring the yaml file and getting the constructor by >>> loading from storage while also the method below. >>> But I keep getting the following error. Can some one please help? >>&

Re: AuthenticationError.OAUTH_TOKEN_INVALID

2018-10-01 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API and Google Ads API Forum
by >> loading from storage while also the method below. >> But I keep getting the following error. Can some one please help? >> >> [2018-09-27 17:02:52,326 - googleads.soap - WARNING] Error summary: >> {'faultMessage': "[AuthenticationError.OAUTH_TOKEN_I

Re: AuthenticationError.OAUTH_TOKEN_INVALID

2018-09-30 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
om storage while also the method below. > But I keep getting the following error. Can some one please help? > > [2018-09-27 17:02:52,326 - googleads.soap - WARNING] Error summary: > {'faultMessage': "[AuthenticationError.OAUTH_TOKEN_INVALID @ ; > trigger:'']", 'requestId': '0005

AuthenticationError.OAUTH_TOKEN_INVALID

2018-09-28 Thread nikhil almeida
': "[AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:'']", 'requestId': '000576e32d3d31000aa37e521e0075d1', 'serviceName': 'CustomerService', 'methodName': 'getCustomers', 'operations': '0', 'responseTime': '20'} GoogleAdsServerFault: [AuthenticationError.OAUTH_TOKEN_INVALID @

Re: Link Adwords Account: AuthenticationError.OAUTH_TOKEN_INVALID

2018-08-01 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, Glad to know that you were able to resolve the issue. Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this

Re: Link Adwords Account: AuthenticationError.OAUTH_TOKEN_INVALID

2018-08-01 Thread xuantoi . ads . mtest
Hi, I was solved the problem, just put scope:"https://www.googleapis.com/auth/adwords; to gapi.auth2.init On Wednesday, August 1, 2018 at 10:07:37 AM UTC+7, xuantoi@gmail.com wrote: > > Hi, > I wonder, do I miss any scope when sign-in and send code to server > Because I can read some

Re: Link Adwords Account: AuthenticationError.OAUTH_TOKEN_INVALID

2018-07-31 Thread xuantoi . ads . mtest
Hi, I wonder, do I miss any scope when sign-in and send code to server Because I can read some information of this account however I cant accept mcc request On Tuesday, July 31, 2018 at 3:00:17 AM UTC+7, Milind Sankeshware (AdWords API Team) wrote: > > Hi, > > The access tokens short lived

Re: Link Adwords Account: AuthenticationError.OAUTH_TOKEN_INVALID

2018-07-30 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, The access tokens short lived (about 1 hour). If you tried to use the token after it expired that will result in a failed API request. If this is not the case, could you please share the SOAP logs without redacting any information along with your properties file? If you need instructions

Re: Link Adwords Account: AuthenticationError.OAUTH_TOKEN_INVALID

2018-07-29 Thread xuantoi . ads . mtest
s/api/docs/common-errors#AuthenticationError.OAUTH_TOKEN_INVALID> > occurs > when your access token passed with the HTTP header was not correct. To > verify that your credentials are correct, you could also try the CURL > request provided below and see if you are able to generate the access > t

Re: Link Adwords Account: AuthenticationError.OAUTH_TOKEN_INVALID

2018-07-27 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Duong, The error OAUTH_TOKEN_INVALID <https://developers.google.com/adwords/api/docs/common-errors#AuthenticationError.OAUTH_TOKEN_INVALID> occurs when your access token passed with the HTTP header was not correct. To verify that your credentials are correct, you could also try th

Link Adwords Account: AuthenticationError.OAUTH_TOKEN_INVALID

2018-07-27 Thread xuantoi . ads . mtest
Hello, I'm got AuthenticationError.OAUTH_TOKEN_INVALID when try to link adwords account to manager adwords account here my code at server: private void sendRequest(ManagedCustomerServiceInterface managedCustomerService, Long customerId, Long managerId) throws RemoteException { //send

Re: [AuthenticationError.OAUTH_TOKEN_INVALID

2017-04-12 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, This error occurs when the access token passed in the HTTP header was incorrect. Could you check if you are using the correct OAuth2 credentials associated with your account? Could you describe the steps you took to get your OAuth2 credentials and refresh token? Please try generating a

Re: [AuthenticationError.OAUTH_TOKEN_INVALID

2017-04-07 Thread pappu chauhan
Fatal error: Uncaught exception 'Google\AdsApi\AdWords\v201702\cm\ApiException' with message '[AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:'']' $oauth2 = new OAuth2([ 'authorizationUri' => 'https://accounts.google.com/o/oauth2/v2/auth', 'tokenCredentialUri' =>

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

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 script. I've tested

Re: [AuthenticationError.OAUTH_TOKEN_INVALID

2015-06-02 Thread Thanet Knack Praneenararat (AdWords API Team)
. Now when i use them in my file , till the time i access the user object , i get everything , but lets suppose i want to get a list of campaign then it shows the following error : Fatal error: Uncaught SoapFault exception: [soap:Server] [AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger

[AuthenticationError.OAUTH_TOKEN_INVALID

2015-06-01 Thread Abhishek Dutt
: [soap:Server] [AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:'null'] in C:\wamp\www\googleAdwords\lib\Google\Api\Ads\Common\Lib\AdsSoapClient.php:231 Stack trace: #0 C:\wamp\www\googleAdwords\lib\Google\Api\Ads\Common\Lib\AdsSoapClient.php(231): SoapClient-__soapCall('get', Array, NULL, Array

Re: AuthenticationError.OAUTH_TOKEN_INVALID while accessing AdWord API

2015-02-27 Thread Josh Radcliff (AdWords API Team)
: offline } On Thursday, April 17, 2014 9:48:00 PM UTC+7, Josh Radcliff (AdWords API Team) wrote: Hi, The error code AuthenticationError.OAUTH_TOKEN_INVALID indicates that there's an issue with the access token in the *Authorization* header. It usually means the token has expired, which

Re: AuthenticationError.OAUTH_TOKEN_INVALID while accessing AdWord API

2015-02-26 Thread Stephen Burrows
, April 17, 2014 9:48:00 PM UTC+7, Josh Radcliff (AdWords API Team) wrote: Hi, The error code AuthenticationError.OAUTH_TOKEN_INVALID indicates that there's an issue with the access token in the *Authorization* header. It usually means the token has expired, which you can confirm via the URL

Re: AuthenticationError.OAUTH_TOKEN_INVALID while accessing AdWord API

2015-02-26 Thread Stephen Burrows
, The error code AuthenticationError.OAUTH_TOKEN_INVALID indicates that there's an issue with the access token in the *Authorization* header. It usually means the token has expired, which you can confirm via the URL below after appending your *access* (not refresh) token to the end. https

Re: AuthenticationError.OAUTH_TOKEN_INVALID while accessing AdWord API

2015-02-26 Thread Stephen Burrows
access_token: { - scope: https://adwords.google.com/api/adwords/;, - expires_in: 1827, - access_type: offline } On Thursday, April 17, 2014 9:48:00 PM UTC+7, Josh Radcliff (AdWords API Team) wrote: Hi, The error code AuthenticationError.OAUTH_TOKEN_INVALID indicates

Re: AuthenticationError.OAUTH_TOKEN_INVALID while accessing AdWord API

2015-02-26 Thread Stephen Burrows
Radcliff (AdWords API Team) wrote: Hi, The error code AuthenticationError.OAUTH_TOKEN_INVALID indicates that there's an issue with the access token in the *Authorization* header. It usually means the token has expired, which you can confirm via the URL below after appending your *access

Re: AuthenticationError.OAUTH_TOKEN_INVALID while accessing AdWord API

2015-02-26 Thread Stephen Burrows
access_token: { - scope: https://adwords.google.com/api/adwords/;, - expires_in: 1827, - access_type: offline } On Thursday, April 17, 2014 9:48:00 PM UTC+7, Josh Radcliff (AdWords API Team) wrote: Hi, The error code AuthenticationError.OAUTH_TOKEN_INVALID indicates that there's

Re: AuthenticationError.OAUTH_TOKEN_INVALID while accessing AdWord API

2015-02-26 Thread Josh Radcliff (AdWords API Team)
access_token: { - scope: https://adwords.google.com/api/adwords/;, - expires_in: 1827, - access_type: offline } On Thursday, April 17, 2014 9:48:00 PM UTC+7, Josh Radcliff (AdWords API Team) wrote: Hi, The error code AuthenticationError.OAUTH_TOKEN_INVALID indicates

Re: AuthenticationError.OAUTH_TOKEN_INVALID while accessing AdWord API

2015-01-08 Thread Josh Radcliff (AdWords API Team)
: 1827, - access_type: offline } On Thursday, April 17, 2014 9:48:00 PM UTC+7, Josh Radcliff (AdWords API Team) wrote: Hi, The error code AuthenticationError.OAUTH_TOKEN_INVALID indicates that there's an issue with the access token in the *Authorization* header. It usually means

Re: AuthenticationError.OAUTH_TOKEN_INVALID while accessing AdWord API

2015-01-07 Thread Van Sereyboth
/adwords/;, - expires_in: 1827, - access_type: offline } On Thursday, April 17, 2014 9:48:00 PM UTC+7, Josh Radcliff (AdWords API Team) wrote: Hi, The error code AuthenticationError.OAUTH_TOKEN_INVALID indicates that there's an issue with the access token in the *Authorization* header

Re: Help! AuthenticationError.OAUTH_TOKEN_INVALID

2014-11-03 Thread Anash P. Oommen (AdWords API Team)
AuthenticationError.OAUTH_TOKEN_INVALID I do inquiry by an example https://developers.google.com/adwords/api/docs/guides/reporting __rdxml=reportDefinition id11/id selector fieldsCampaignId/fields fieldsId/fields fieldsImpressions/fields fieldsClicks/fields

Re: Help! AuthenticationError.OAUTH_TOKEN_INVALID

2014-11-02 Thread Alexey Chapurin
, 2014 3:58:38 AM UTC-4, Alexey Chapurin wrote: Help to deal with a error AuthenticationError.OAUTH_TOKEN_INVALID I do inquiry by an example https://developers.google.com/adwords/api/docs/guides/reporting __rdxml=reportDefinition id11/id selector

Help! AuthenticationError.OAUTH_TOKEN_INVALID

2014-10-31 Thread Alexey Chapurin
Help to deal with a error AuthenticationError.OAUTH_TOKEN_INVALID I do inquiry by an example https://developers.google.com/adwords/api/docs/guides/reporting __rdxml=reportDefinition id11/id selector fieldsCampaignId/fields fieldsId/fields

Re: Help! AuthenticationError.OAUTH_TOKEN_INVALID

2014-10-31 Thread Michael Cloonan (AdWords API Team)
: Help to deal with a error AuthenticationError.OAUTH_TOKEN_INVALID I do inquiry by an example https://developers.google.com/adwords/api/docs/guides/reporting __rdxml=reportDefinition id11/id selector fieldsCampaignId/fields fieldsId/fields

Help AuthenticationError.OAUTH_TOKEN_INVALID

2014-10-30 Thread Alexey Chapurin
Help to deal with a error AuthenticationError.OAUTH_TOKEN_INVALID I do inquiry by an example https://developers.google.com/adwords/api/docs/guides/reporting __rdxml=reportDefinition id11/id selector fieldsCampaignId/fields fieldsId/fields

AuthenticationError.OAUTH_TOKEN_INVALID and Empty AdWords API Center page

2014-05-23 Thread Jeff
use that token in the API I get the error: ReportDownloadException: Report download failed. Underlying errors are Type = 'AuthenticationError.OAUTH_TOKEN_INVALID', Trigger = '', FieldPath = ''. I suspected maybe I didn't have permission to use the dev token against the production account, so

Re: AuthenticationError.OAUTH_TOKEN_INVALID and Empty AdWords API Center page

2014-05-23 Thread Josh Radcliff (AdWords API Team)
to the production MCC and got a new Refresh Token, but when I use that token in the API I get the error: ReportDownloadException: Report download failed. Underlying errors are Type = 'AuthenticationError.OAUTH_TOKEN_INVALID', Trigger = '', FieldPath = ''. I suspected maybe I didn't have

Re: AuthenticationError.OAUTH_TOKEN_INVALID while accessing AdWord API

2014-04-17 Thread Josh Radcliff (AdWords API Team)
Hi, The error code AuthenticationError.OAUTH_TOKEN_INVALID indicates that there's an issue with the access token in the *Authorization* header. It usually means the token has expired, which you can confirm via the URL below after appending your *access* (not refresh) token to the end. https

AuthenticationError.OAUTH_TOKEN_INVALID

2014-04-10 Thread Seth
Hi, Im having issues with my test account. I keep getting this error: AuthenticationError.OAUTH_TOKEN_INVALID Also when trying the example in the SOAP Primer (https://developers.google.com/adwords/api/docs/guides/soap) with the same token im getting No service was found. Any help would

https get request in node.js: AuthenticationError.OAUTH_TOKEN_INVALID

2014-03-05 Thread Ker Her
I'm getting this error when i use https get request in node.js: AuthenticationError.OAUTH_TOKEN_INVALID. can someone help me understand why? var post_options = { hostname: adwords.google.com, port: 443, path: '/api/adwords/reportdownload/v201309

AuthenticationError.OAUTH_TOKEN_INVALID

2013-12-03 Thread Peter Woollven
Hello I was previously using the PHP client library v201209 and everything worked as expected. This morning I updated to v201309 and now I get an authentication error: ReportDownloadException: Report download failed. Underlying errors are Type = 'AuthenticationError.OAUTH_TOKEN_INVALID

Re: AuthenticationError.OAUTH_TOKEN_INVALID

2013-12-03 Thread Takeshi Hagikura (AdWords API Team)
= 'AuthenticationError.OAUTH_TOKEN_INVALID', Trigger = 'null', FieldPath = ''. in I tried running the GetRefreshToken.php example from the PHP client library. I run through the steps and am given a refresh token which I've added to php.ini. However, I get the same error. I've double-checked the client id, client secret

Re: AuthenticationError.OAUTH_TOKEN_INVALID when running a test application

2013-11-02 Thread Paul Matthews (AdWords API Team)
Hi Anca, Firstly, can you confirm you've followed the screenhttps://www.youtube.com/watch?v=KetKPhxY4Jscast that shows how to setup OAuth2 for an account? The error code AuthenticationError.OAUTH_TOKEN_INVALID is specifically relating to the supplied access token in the headers. Often

AuthenticationError.OAUTH_TOKEN_INVALID when running a test application

2013-10-30 Thread Anca Suciu
and filled all this data into the auth.ini file. However, when I run my test I am getting the following error: Fatal error: Uncaught SoapFault exception: [soap:Server] [AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:''] in /home/kaosmic/www/adwords/src/Google/Api/Ads/Common/Lib