I am using ZOHO CRM API. Adding records, Editing Records everything works fine except for file upload. There is some mistake in creating request body because files are being added to the crm. But, i can not open them.
Here's the link of the API i am using:
https://www.zoho.com/crm/developer/docs/api/v2/upload-attachment.html
1
2
3
Attachments are added. But i think because of my false request body files are not opening.
4
Any suggestion?