Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
dpatel
10 years agoNew member | Level 2
Is there an API to callback my app after I have uploaded a file?
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,
3 Replies
- Greg-DB10 years ago
Dropbox Community Moderator
Do you mean you want to send the API call to Dropbox directly from the user's browser? That is possible, e.g., using the Dropbox JavaScript SDK:
https://github.com/dropbox/dropbox-sdk-js
You can also use webhooks to get notifications of changes sent to your server:
- dpatel10 years agoNew member | Level 2
Thanks. That's exactly what I am looking for. But is the JS SDK still under the development? Is it reliable for my business applications?
- Steve M.10 years ago
Dropbox Staff
Yes, the JavaScript SDK is actively supported.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!