I have an 0auth2 credential from Google that I save in n8n so that I can read google calendar entries. Every 7 days, it expires. I want to keep the app in the testing stage (i.e. I do not want to publish it). Is there any way to bypass this? I didn’t seem to have this issue in the cloud hosted version of n8n. I’m hosting this on railway.
Yeah, I saw that documentation. It’s weird that I didn’t bump into this when I was on the n8n cloud version though. My automation ran for 2-3 weeks w/o me needing to reauthenticate. Is setting app to production literally the only way to make this go away? What if I don’t have all of the verifications needed to publish?
On Cloud we have a published app which operates differently. You can move your Google app to production and it will change this but you may need to go through verification.
@Jon Ah, so the Cloud version of n8n actually does something behind the scenes to re-login or refresh the credentials to circumvent the 7 day limit for google projects in testing mode?