Hello,
I'm building an application with a file upload field. Everything is working fine but I can't manage to upload a file to Zoho Docs. I've made te following script:
As a response I receive:
- {"response":[{"uri":"/files/v1/upload"},{"message":"EMPTY_OR_NO_FILE_SPECIFIED"},{"result":[]}]}
I've tested the download URL "FILE" and it works fine.
What could be the issue?