I have an annoying issue with Google API credentials. They get deleted / blocked after just an hour or so …
Then I need to go and delete the creds and make new ones.
I am running n8n behind nginx proxy manager btw. and everything works fine.
I’ve also set the host and base vars correctly. I’ve set the host to : 0.0.0.0 and also tried localhost. No difference. The base is ofcourse the domain (inc https) which I use n8n from.
Which error messages are you getting and which nodes are using?
Tip for sharing your workflow in the forum
Pasting your n8n workflow
Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.
```
<your workflow>
```
Make sure that you’ve removed any sensitive information from your workflow and include dummy data or pinned data as much as you can!
It’s with every workflow when using the Google Drive and Sheets node … there really isn’t a specific workflow to paste …
The error just says : the Oath client was deleted.
I’m going to try to make workflow that calls the credentionals ever hour and see if that keeps them alive … The question is just : why do they get delete so quickly …