Hi there, I've a lot of problems making portals work.
I've an EspoCRM 7.0.9 and I cannot succeed in making attachment fields working.
When a portal user try to attach something to a Case record, receives a message "Params 'field' and 'parentType' not passed along with 'file'.".
But this is not true, I've debugged the API request and that fields were passed by the frontend.
This is the call that is made:
POST https://.../api/v1/portal-access/60f...d5b/Attachment
{"name":"Logotipo AF neg margin.png","type":"image/png","role":"Attachment","size":9652,"parentType": "Task","file":"data:image/png;base64,...","field":"attachments"}
Any hint on how to solve this?
Thanks in advance to everybody
I've an EspoCRM 7.0.9 and I cannot succeed in making attachment fields working.
When a portal user try to attach something to a Case record, receives a message "Params 'field' and 'parentType' not passed along with 'file'.".
But this is not true, I've debugged the API request and that fields were passed by the frontend.
This is the call that is made:
POST https://.../api/v1/portal-access/60f...d5b/Attachment
{"name":"Logotipo AF neg margin.png","type":"image/png","role":"Attachment","size":9652,"parentType": "Task","file":"data:image/png;base64,...","field":"attachments"}
Any hint on how to solve this?
Thanks in advance to everybody
Comment