Hello there,
As part of my workflow I have a Google Cloud Storage node that is supposed to store a file. The workflow works perfectly but the GCS node throws an authentication error ~24h after I authenticated. This means that I need to authenticate it every 24h otherwise my workflow fails.
Ideally I would like to set it up with a service account but unfortunately GCS doesn’t support service accounts for authentication.
Questions:
- If OAuth is still the only option, is it possible to set it up once and never have to touch it again?
- If I could get it to work with GCS it would ideal, any best practices?
- What are the best file storage options for N8N? It doesn’t have to be GCS, I’m open to anything