Hi,
In my workflow, I am working on Google API to clone google doc, replace strings, export pdf and send email with the pdf.
Globally it works.
But sometimes, I get :
The provided authorization grant (e.g., authorization code, resource owner credentials) or refresh token is invalid, expired, revoked, does not match the redirection URI used in the authorization request, or was issued to another client. (item 0)
I don’t get it, the credentials are good, the connexion is OK
But it break after few days or few iterations. Usually, it never breaks at the same node. Sometimes it is the Doc, the mail or the drive.
if I go to credential and connect again it works until a probably next break.
Is there any good tutoriel how to set up a proper Google App API so it is stable ?
Should it be caused by the fact that the Google App is in test mode, and not in prod ?
I am using n8n cloud service, up to date with the last stable version.
n8n version : 1.63.4
n8n cloud plan : starter
Thank you