HTTP node throwing error "No Refresh Token"

I am working on an automation process designed to fetch data from Zoho People. The credentials for Zoho People have been successfully configured. However, when attempting to fetch data from the endpoint URL:

https://people.zoho.com/people/api/forms/employee/getRecords?sIndex=1&limit=100

via the HTTP node, I am encountering the following error:
“Problem in node ‘HTTP Request’: No refresh token”

This issue was raised earlier, and the suggested solution was to update n8n to the latest version. I have since updated n8n, but the error persists.

I kindly request your assistance in resolving this issue as it is critical to the automation process. Your prompt support would be greatly appreciated.

Any support would be greatly appreciated.

Hi @Sayeeda_Badebade,
Try setting the credentials up as shared by Liam in this community article:
Oauth2 Token Not Refreshing.
It helped us solve our Zoho credentials problem.
The part we were lacking was adding an additional Redirect URI to the Zoho app. (e. g. https://salesiq.zoho.in)
Make sure you take into account where your data center is and adjust the URL’s accordingly.

2 Likes

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