hey guys,
been exploring the dropbox API and I'm loving it! so I have an application running some python code that connects to my dropbox, downloads some files, then installs them in various places on my computer. sadly, I can't use the dropbox python library with this setup... so I'm at a loss on how to make an HTTP request to authorize the script to do what it needs to do. during testing, I have been using the Acess token that's generated from the API explorer but this obviously expires...
so what's the proper way to get access tokens for a script that runs by itself, it doesn't really have any user interaction.