Credentials Issue

Hi guys.

I am on self hosted n8n. I have an issue with credentials I am creating from Zoho Analytics. So the credentials work, however only for the 60 minutes, thereafter it informes me I have No refresh token. I have setup so that access type is offline…Everything looks ok, so I am just wondering what I could be doing wrong. Any help kindly.

https://www.zoho.com/analytics/api/

I also keep getting this at certain times

n8n version:1.20.0
Database (default: SQLite):**
n8n EXECUTIONS_PROCESS setting (default: own, main):own
Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
Operating system:Windows 11

It looks like your topic is missing some important information. Could you provide the following if applicable.

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

Hm, this is looking good to me in principle. The Zoho API expects access_type=offline to issue a refresh token according to the docs you have linked.

That said, n8n’s default Zoho credentials set the Authentication field to Body (here) whereas your screenshot suggests you are currently using Header. Can you test whether this behaviour changes when telling n8n to use the Body instead?

Hello

I managed to sort out the issue. Thanks

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.