I am wondering if there is a way that the Dropbox API can be utilized to grant access rights globally for an app.
Here is my scenario. I am developing a Java application that will allow a teacher to have his students submit assignments. The application will perform a plethora of tasks, but then it will upload the file to the teacher's Dropbox account.
I have been able to get the application to authenticate and upload to each specific user's Dropbox/Apps/LabTab folder, but is there a way that I can make it so that the application always connects to the teacher's dropbox and uploads to his Dropbox/Apps/LabTab folder?
I guess an easier way of stating it is to say that I want a way for a user to grant global access to unauthenticated requests from my single application.