Hi, I get this "'Database not found!" error with the python Zoho reports API when adding a row to a shared database, one where I have write access but I am not the owner.
Traceback (most recent call last):
File "ZohoAccessor.py", line 102, in <module>
ZohoAccessor().test()
File "ZohoAccessor.py", line 29, in test
self.addSingleRow(rc,uri)
File "ZohoAccessor.py", line 65, in addSingleRow
result = rc.addRow(uri, rowData, None)
File "/home/ubuntu/sportech-webcrawler/webcrawler_pro/webcrawler/facebook/com/adventnet/zoho/client/report/python/ReportClient.py", line 234, in addRow
return self.__sendRequest(url,"POST",payLoad,"ADDROW",None)
File "/home/ubuntu/sportech-webcrawler/webcrawler_pro/webcrawler/facebook/com/adventnet/zoho/client/report/python/ReportClient.py", line 31, in __sendRequest
raise ServerError(respObj)
com.adventnet.zoho.client.report.python.ReportClient.ServerError: u'Database not found! Please check whether the database exists'