I encountered something quite odd. I created a notion-if-google calendar flow. It executes perfectly during test flow, but the automatic run fails, with the following error message:
"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"
Then I retested the failed data and it succeeded.
I’ve tried reconnecting Google Calendar, but the problem still persists.