Unable To Sign Without Access Token / Google Credentials

Describe the problem/error/question

I am getting a “Unable to sign without access token” error in my Google Sheets Node , can anybody help me to solve this problem ?

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:
1 Like

Hi @Kuti01 i can see that you are using a LOCALHOST n8n instance, you need something like a Ngrok or CloudFlared so that your local instance can be reachable to google services and there you can add your Redirect_Url as the callback url given in the credentials and then it would work, currently you cannot do that with a localHost.