I've got a big Dropbox folder full of PDFs that I'd like to allow users to download from my website. However, everything I've seen in the API seems to work with the user's Dropbox account, allowing the website to pull up files from their accounts, etc. Literally all I want is to show my visitors a list of files and folders from my DB that they can download.
Certainly this is possible with the API, right? It seems as if every call needs a Oauth token, which seems to come from the user browsing, rather then some consistent account. Can anyone provide some very basic direction for this Dropbox API newbie?