Python library ZOHO_IMPORT_TYPE error

Python library ZOHO_IMPORT_TYPE error

Hi,
I get the error
com.adventnet.zoho.client.report.python.ReportClient.ServerError: u'ZOHO_IMPORT_TYPE is not present in the request parameters list'

My code:

def importData(self,rc,uri):
   
        try:
            with open('biexporttozoho.csv', 'r') as f:
                importContent = f.read()
        except Exception,e:
            print "Error Check if file biexporttozoho.csv exists in the current directory!! "
            print "(" + str(e) + ")"
            return
        impResult = rc.importData(uri,"TRUNCATEADD",importContent,None)
        print "Added Rows :" +str(impResult.successRowCount) + " and Columns :" + str(impResult.selectedColCount)


Can anyone help me please?
Thanks.

    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
                                          • Topic Participants

                                          • info



                                              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