I list notes attached to an opportunity. In the list all attachments I added via the API work fine, but all attachments added by user directly in CRM appear to be missing filename, file ext etc. Opening them via the Sugar application works, but downloading via API gives me this error:
"{\"error\":\"not_found\",\"error_message\":\"The requested file Notes :: filename could not be found.\"}"
I am really annoyed by this.
What can I do?
Mind you it works for attachment that are present on the same opportunity which I added via the API.
This URL works for these attachments:
"{_baseUrlNew}/Notes/{noteId}/file/filename"
I also tried adding this based on the html inspection:
"{_baseUrlNew}/Notes/{noteId}/file/filename?force_download=1&1738746638522=1&platform=base"
Doesn't work
"{_baseUrlNew}/Notes/{noteId}/file?force_download=1"
Can anybody help?