I'm getting the following error when sending jpg image feedback using the createFeedbackImageExample method: "File content must be provided in one of the supported file formats: [zip, octet-stream, jpeg, png, binary]"
Einstein platform expects jpeg (as per the error message) rather than jpg. So If I change the mimeType from 'image/jpg' to 'image/jpeg' on line 177 in Einstein_HttpBodyPart.cls it works.
I'm getting the following error when sending jpg image feedback using the createFeedbackImageExample method: "File content must be provided in one of the supported file formats: [zip, octet-stream, jpeg, png, binary]"
Einstein platform expects jpeg (as per the error message) rather than jpg. So If I change the mimeType from 'image/jpg' to 'image/jpeg' on line 177 in Einstein_HttpBodyPart.cls it works.
Request you to please fix it.