Thank you!
Here is the debug log:
export: debug - {
“status”: 401,
“statusText”: “Unauthorized”,
“headers”: {
“cache-control”: “no-cache, no-store, max-age=0, must-revalidate”,
“date”: “Wed, 08 Jan 2025 10:43:03 GMT”,
“expires”: “Mon, 01 Jan 1990 00:00:00 GMT”,
“pragma”: “no-cache”,
“vary”: “Origin, X-Origin, Referer”,
“content-type”: “application/json; charset=UTF-8",
“server”: “ESF”,
“x-xss-protection”: “0",
“x-frame-options”: “SAMEORIGIN”,
“x-content-type-options”: “nosniff”,
“alt-svc”: “h3=\“:443\“; ma=2592000,h3-29=\“:443\“; ma=2592000”,
“transfer-encoding”: “chunked”
},
“config”: {
“transitional”: {
“silentJSONParsing”: true,
“forcedJSONParsing”: true,
“clarifyTimeoutError”: false
},
“adapter”: [
“xhr”,
“http”,
“fetch”
],
“transformRequest”: [
null
],
“transformResponse”: [
null
],
“timeout”: 0,
“xsrfCookieName”: “XSRF-TOKEN”,
“xsrfHeaderName”: “X-XSRF-TOKEN”,
“maxContentLength”: -1,
“maxBodyLength”: -1,
“env”: {},
“headers”: {
“Accept”: “application/json, text/plain, /“,
“Authorization”: “Bearer undefined”,
“User-Agent”: “axios/1.7.9",
“Accept-Encoding”: “gzip, compress, deflate, br”
},
“url”: “https://www.googleapis.com/oauth2/v1/userinfo”,
“method”: “get”
},
“data”: {
“error”: {
“code”: 401,
“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.“,
“status”: “UNAUTHENTICATED”
}
}
}