I'm building an API for my app. I would like my API-server to have a Dropbox account. Each registered user would get a shared Dropbox link of his/her own.
When the user drops file in the shared folder the server is noticed and will import the files. The server will delete the file from Dropbox after importing. Instead a text file will be placed in the shared folder, describing that the uploaded files was successfully imported to the database.
More technically:
- I need one Dropbox account of some kind
- Need to create folders to be shared privately with each user (one folder per user)
- Need notification when new files are uploaded to shared folders
Is there such a Dropbox account and does these functions exist in the API?
Thanks,
//Michael