Hi
I'm using https://dropbox.github.io/dropbox-api-v2-explorer/#files_download for download file.
I want to provide directly a link to the end user or download start just load the code.
I'm using the dropbox API from a server side. If I use this method I will need two steps to download a file (1. from Dropbox to my WebServer; 2. From my webserver to the endUser machine). I want to avoid this 2 steps, and having a direct link or direct download is a good option for it.
Thanks.