301 response code when adding a record to a form in zoho creator
301 response code when adding a record to a form in zoho creator
Hi guys,
I updated a python script I use to add records to a form I have on zoho creator.
I use the new url schema
https://creator.zoho.com/api/<ownername>/<format>/<applicationName>/form/<formName>/record/add/
instead of the old one
https://creator.zoho.com/api/<format>/<applicationName>/<formName>/add/
and it returns 301 as response code all the time.
The authoken is valid and I removed the old field
zc_ownername.
Any ideas on how to fix it?
Cheers