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
Also we have no problems like this with other google accounts. This is the first time happening to us.
request
POST /api/adwords/reportdownload/v201809 HTTP/1.1
User-Agent: curl, gzip
Content-Length: 117
Accept: */*
Authorization: Bearer
Clientcustomerid: XXX-XXX-XXXX
Content-Type: application/x-www-form-urlencoded
Developertoken: xxxxxxxx
Includezeroimpressions: false
Skipcolumnheader: false
Skipreportheader: true
Skipreportsummary: true
Userawenumvalues: true
Accept-Encoding: gzip
__fmt=GZIPPED_CSV&__rdquery=SELECT+AccountDescriptiveName+FROM+ACCOUNT_PERFORMANCE_REPORT+DURING+20210829%2C+20210829
response
HTTP/2.0 400 Bad Request
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Cache-Control: private, max-age=0
Content-Security-Policy: frame-ancestors 'self'
Content-Type: text/xml
Date: Wed, 18 Aug 2021 01:36:54 GMT
Expires: Wed, 18 Aug 2021 01:36:54 GMT
Server: GSE
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Xss-Protection: 1; mode=block
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><reportDownloadError><ApiError><type>AuthenticationError.OAUTH_TOKEN_INVALID</type><trigger><null></trigger><fieldPath></fieldPath></ApiError></reportDownloadError>