I'm using the API to make PDF files available on a web site. However, the get_temporary_link endpoint returns a Content-Disposition header creating an attachment, which <embed> tags don't like.
How do I get a direct URL to the PDF file--not as an attachment and not embedded in the Dropbox viewer?