Dear Monday Community,
In one of our many cases where we use monday, we are using the monday api for retrieving item’s assets public links, which come from amazon web services. The goal here is just to display embed a pdf inside an iframe element in order to display it. I noticed the generated links to this pdfs have always the following shape:
files-monday-com.s3.amazonaws.com/some/specific/path/FILEpdf?response-content-disposition=attachment&someawsspecifictuff
the problem here being the url query paramenter response-content-disposition=attachment, which makes the browser download the file automatically, instead of being displayed.
I have tried setting response-content-disposition=inline, or removing the parameter completely, but then I get: SignatureDoesNotMatch The request signature we calculated does not match the signature you provided. Check your key and signing method.
does anyone have any suggestions? we are really looking forward to continue using the monday api in many different ways.