Hi,
Wonering if anyone is able to help me achieve the desired user experience I'd like using the temporary link generated from the get_temporary_link endpoint.
This link, on click, initiates a download by default. What I would prefer is to instead give the user the option of downloading the document which they can then click on to open in the browser, OR open the document directly in the browser, without the middle step of clicking the downloaded file.
The get_temporary_link endpoint is our only endpoint option due to speed. We have tried create_shared_link_with_settings, but process of loading the document through dropbox in the new tab took too long for our needs, and get_temporary_link is very fast.
Thanks in advance!