I have a private Dropbox.
I have a PHP-driven webpage where i want to list clickable links to some files in a specific folder in my dropbox.
It's simple to list the files on my web page, I just use "files/list_folder/" to get an array of the files in the wanted folder.
But how can I get URLs to download the files, so I can make my list of files clickable?