There is a discrepancy when uploading attachments using the OSDK uploadAttachment endpoint.
When uploading the attachment in Workshop, the action behaves fine and works as expected. But when calling the action from OSDK, the mediaType header in the request is set to */*, application/pdf, which causes a Sharepoint upload via Webhook Action to fail.
This is occurring in Typescript.
There is a discrepancy when uploading attachments using the OSDK
uploadAttachmentendpoint.When uploading the attachment in Workshop, the action behaves fine and works as expected. But when calling the action from OSDK, the
mediaTypeheader in the request is set to*/*, application/pdf, which causes a Sharepoint upload via Webhook Action to fail.This is occurring in Typescript.