Zoho: Internal Server Error Occurred
Hi there,
We wrote a script allowing us to upload the employee's PDF payslip to their own HR cabinet file.
This script runs fine since months. I use the Zoho API with two REST services: /api/files/uploadFile and /api/files/addFile.
The service /api/files/uploadFile still works
The service /api/files/addFile failed.
Here below the returned error code:
[response] => stdClass Object
(
[message] => Error occurred
[uri] => /api/files/addFile
[errors] => stdClass Object
(
[code] => 7400
[message] => Internal Server Error Occurred
)
[status] => 1
)
I opened a ticket since 6 hours, no answer :-(
jyb