I am wondering if the Dropbox API can be used to provide access rights worldwide for the application.
Here is my script. I am developing a Java application that will allow the teacher to offer assignments to their students. The app will complete many tasks, but then upload the file to the teacher’s Dropbox account.
I managed to get the application for authentication and upload to each Dropbox / Apps / LabTab folder for each specific user, but is there a way I can do this so that the application always connects to the teacher folder and downloads it Dropbox / Apps / LabTab folder?
I think an easier way to claim that I want the user to provide global access to unauthenticated requests from my only application.
source share