I have set up oauth for a bunch of zoho apis and have never had a problem with oauth.
With workdrive i am using the exact same template i usually use for the other zoho apps and it is not working.
All requests will work for the first hour then stops so it must not be regenerating.
500 - "{errors":[{"id":"F7003","title":"Invalid OAuth token."}]}
Is there something different with the workdrive api than the others?
I have successfully connected CRM, calendar, and bookings.
the service i am using (n8n) provides a GUI to set this up as well as a json setup. This is the options I have used.
This has worked for all of the other services
Could someone show me a sample of code or something that i can try to emulate?