Is it possible to return an access token without human intervention during the authorization process? I am writing a batch process to be run on a server that connects to a dropbox app with AppKey:AppSecret and checks for newly created files and copy them to a server and record the file details. However, it seems that the decision to authorise and send an access key cannot be automated and requires the owner to press something. Am I being particularly stupid and missing something obvious?
Thanks in advance
Glenn