Describe the issue/error
I have this node:
But if the Access Token has expired, it will not be renewed. Workaround: First run a OneDrive node with these credentials. (But this cannot be the solution.) Is an update planned?
What is the error message?
[
{
"error": {
"code": "InvalidAuthenticationToken",
"message": "CompactToken validation failed with reason code: 80049228.",
"innerError": {
"date": "2022-09-13T10:04:51",
"request-id": "UUID",
"client-request-id": "UUID"
}
}
}
]
Information on your n8n setup
- n8n version: 0.193.5
- Database you’re using: SQLite
- Running n8n with the execution process: own
- Running n8n via: Win10 >> nvm >> node v16.14.0 >> npm 8.16.1