Im working on an web application using the MEAN Framework, within that app I want to give the users the ability to upload files.
Now heres the main thing:
- All users uploaded files should be uploaded to a SINGLE dropbox account (my account)
- They will only upload files of with the max size of 20MB (I've already built the functionality to check the file size before upload)
What I've done:
Ive gone to a Dropbox developers and I have setup my app. And now I have access to my appKey, appSecret and also a Access Token
My questions:
- Is it possible for me to connect a single dropbox account (my account) to my app and give users in my app access to upload/download files from the dropbox but by using my apps interface?
- As I already have the access token would I or every user in my app still need to go through the OAUTH process?
- Can I just send my Access Token with each request to Dropbox api every time a user uploads a file through a specific form on my app?
If you can provide an example or a link that would be very helpful.
UPDATE:
I generated my token using the following button on the dropbox developers console:
