Remote API giving ERROR_CODE=2831
This is driving me crazy. I am posting to
http://sheet.zoho.com/remotedoc.im?apikey=xxxxxxx&output=editor
with the following:
array(5) {
["filename"]=>
string(9) "Book1.xls"
["format"]=>
string(3) "xls"
["id"]=>
string(3) "230"
["saveurl"]=>
string(41) "http://example.com/zoho/save/"
["url"]=>
string(77) "http://example.com/Book1.xls"
}
and I am getting this in response:
RESULT=FALSE
ERROR_CODE=2831
WARNING=Mandatory parameter(s) required for this operation missing.
I am posting with PHP Curl. Any help you can give me would be greatly appreciated.
Thanks.