Getting 500 server error for table creation request
Hi all,
I am trying to create a table using Zoho analytics API in my workspace using vanilla Python but getting error with code 7005 which says
"Sorry, an unexpected error occurred when performing this operation. The error has been logged and will be looked into.\n\nIt would be of great help if you could provide us with additional information using the \'\'Feedback\'\' link.".
It seems to be a server problem but i guess i must be doing something wring because same API would have been used by hundreds of developers for the same goal.
table_column is a legit JSON as described in official API documentation of Zoho analytics. All variables have their respective appropriate values.