Getting 500 server error for table creation request

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.  


  1. table_creation_parameter = "ZOHO_OUTPUT_FORMAT=JSON&ZOHO_ACTION=CREATETABLE&ZOHO_API_VERSION=1.0&authtoken="+zoho_auth_token+"&ZOHO_ERROR_FORMAT=JSON&ZOHO_TABLE_DESIGN="+str(table_column)

  2. table_creation_request = requests.request("POST", "https://"+zoho_url+"/api/"+OwnerEmail+"/"+WorkspaceName,params=table_creation_parameter)
table_column is a legit JSON as described in official API documentation of Zoho analytics.  All variables have their respective appropriate values.

    Access your files securely from anywhere

        Zoho Developer Community




                                  Zoho Desk Resources

                                  • Desk Community Learning Series


                                  • Digest


                                  • Functions


                                  • Meetups


                                  • Kbase


                                  • Resources


                                  • Glossary


                                  • Desk Marketplace


                                  • MVP Corner


                                  • Word of the Day



                                      Zoho Marketing Automation


                                              Manage your brands on social media



                                                    Zoho TeamInbox Resources

                                                      Zoho DataPrep Resources



                                                        Zoho CRM Plus Resources

                                                          Zoho Books Resources


                                                            Zoho Subscriptions Resources

                                                              Zoho Projects Resources


                                                                Zoho Sprints Resources


                                                                  Qntrl Resources


                                                                    Zoho Creator Resources



                                                                        Zoho Campaigns Resources


                                                                          Zoho CRM Resources

                                                                          • CRM Community Learning Series

                                                                            CRM Community Learning Series


                                                                          • Kaizen

                                                                            Kaizen

                                                                          • Functions

                                                                            Functions

                                                                          • Meetups

                                                                            Meetups

                                                                          • Kbase

                                                                            Kbase

                                                                          • Resources

                                                                            Resources

                                                                          • Digest

                                                                            Digest

                                                                          • CRM Marketplace

                                                                            CRM Marketplace

                                                                          • MVP Corner

                                                                            MVP Corner





                                                                              Design. Discuss. Deliver.

                                                                              Create visually engaging stories with Zoho Show.

                                                                              Get Started Now