Hi Dropbox team,
I have created a website which is integrated with the Dropbox API. My website is working like the below.
1. The site receives the data of the file and saves it on my website server.
2. The site calls the Dropbox API to upload it into dropbox's folder.
3. The site saves the meta info to database.
My problem is the speed of my site to receive the file is very slow, so I'm wondering is there an API could let me upload the file the Dropbox directly and then callback my website to tell me the meta info or the error messages?
Regards,