Hello;
Oh the attached you can see my actual TMS files to know the version I am using.
This is what I get on the log file:
20220427T093936:HTTPS GET: https://www.googleapis.com/gmail/v1/users/me/labels?key=594725854454-72as614t7pc5susg8u6874ho8je69hh0.apps.googleusercontent.com
20220427T093936:HTTPS GET RESULT:{
"error": {
"code": 401,
"message": "Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.",
"errors": [
{
"message": "Invalid Credentials",
"domain": "global",
"reason": "authError",
"location": "Authorization",
"locationType": "header"
}
],
"status": "UNAUTHENTICATED"
}
}
20220427T093936:HTTPS POST: accounts.google.com/o/oauth2/token
20220427T093936:HTTPS POST RES:200
20220427T093936:HTTPS POST RESULT:{
"access_token": "ya29.A0ARrdaM8IQY2pAfJBHtNeLEFimLW-dG4x71jsD5451MORdcheZUlkVzSZX2_sSTEXh7W2rHQjxk-kN4XjoIndcEQduEBqGXiYHlSZ1p0tDYPHDfegpohtBNppAqT3Q6AG11oSySmMVYSqb_SCCIlEjx06txa_BQ",
"expires_in": 3599,
"scope": "https://www.googleapis.com/auth/gmail.send",
"token_type": "Bearer"
}
20220427T093936:HTTPS GET: https://www.googleapis.com/gmail/v1/users/me/labels?key=594725854454-72as614t7pc5susg8u6874ho8je69hh0.apps.googleusercontent.com
20220427T093937:HTTPS GET RESULT:{
"error": {
"code": 403,
"message": "Request had insufficient authentication scopes.",
"errors": [
{
"message": "Insufficient Permission",
"domain": "global",
"reason": "insufficientPermissions"
}
],
"status": "PERMISSION_DENIED",
"details": [
{
"@type": "type.googleapis.com/google.rpc.ErrorInfo",
"reason": "ACCESS_TOKEN_SCOPE_INSUFFICIENT",
"domain": "googleapis.com",
"metadata": {
"service": "gmail.googleapis.com",
"method": "caribou.api.proto.MailboxService.ListLabels"
}
}
]
}
}
tms.txt (79.0 KB)