Attachment & image from public notes is uploaded to S3 but not able to stream and attach it to ticket

Hi @Karuppu_Samy, @soujanya,

You can pass the filename and content type for the s3 links via a third arg like so

It is likely that the signed URL is missing Content-disposition/ content-type headers. Unirest considers it as content_type: 'application/octet-stream', by default

image

1 Like