Describe the problem/error/question
I have set up an n8n on my raspberry pi via docker, but I am having trouble configuring it to connect to my Google Sheets API. I’ve gone into the Google cloud > set up a project > while setting up credentials, it won’t accept the URL that comes out of n8n.
Seems that I need a public facing url so I used ngrok successfully to access the n8n user interface but the google sheet set up is still suggesting my 192… address.
I’ve exhausted all the AI chatbots trying to figure this out and they all tell me to do the same thing (use the 192… address) which doesn’t work.
What is the error message (if any)?
Gogle could doesn’t like 192….![]()
![]()
I also used ngrok to come up with a public facing URL for my pi. This worked in the sense that I was able to use this temp URL and log into the pi.
I then used this temp ngrok URL in google cloud which accepted it! Here is a ‘fake’ version of what Google accepted
https://[randomwordsthisisntreal]ngrok-free.dev/rest/oauth2-credential/callback
So it looks like the google cloud piece may have worked?
But now n8n isn’t accepting my google cloud details.
Please share your workflow
- Installed n8n on my raspberry pi via docker. Not using a SD card, using external hard drive to boot the pi.
- Set up google cloud project
- I have a client ID and client secret.
- Go to n8n google sheets node in a workflow
- enter in client ID and client secret
- then attempt “sign in with google’ which doesn’t work.
Share the output returned by the last node
none
Information on your n8n setup
| Information Point | Detail Found | Source/Comment |
|---|---|---|
| n8n version | n8nio/n8n:latest |
|
| Database (default: SQLite) | SQLite (Default) | |
| n8n EXECUTIONS_PROCESS setting | main or own (Default) |
The environment: section does not contain EXECUTIONS_PROCESS. It will be using the default setting, which in single-instance deployments is effectively own or main. |
| Running n8n via | Docker | Confirmed by docker ps and the use of docker-compose.yml. |
| Operating system | Raspberry Pi OS | Confirmed by your command prompt. |


