We're making changes to the Community, so you may have received some notifications - thanks for your patience and welcome back. Learn more here.
Forum Discussion
Zensible
4 years agoExplorer | Level 4
Notification of File Request Upload
Hi All,
I'm trying to automate a full process of which Dropbox is part. I need to be able to send a file request using the API and then be notified via a webhook or a periodic poll (not by ema...
- 4 years ago
Since you can't look up which file request was the source of any particular new file directly, using a distinct folder per file request is a good solution.
And you can monitor all folders for changes, and see which folder(s) had changes. I reccomend reading through the guides I linked to first for reference. If you want to use Dropbox webhooks, you can find the information for that here. (I don't know if Zapier would supports Dropbox webhooks directly though, so you may need to operate your own code as an intermediary if not.)
Greg-DB
Dropbox Staff
The Dropbox API doesn't offer a way to monitor and retrieve information about uploads to file requests in particular, but I'll pass this along as a feature request.
You can monitor for changes to any arbitrary path though, such as the folder where uploads for a file request are sent. I recommend reading the File Access Guide and Detecting Changes Guide for information on how to do so.
Zensible
4 years agoExplorer | Level 4
Hey, thanks again ;)
What I'm trying to do is automatically send a file request and then run automation when the file is uploaded. The problem is that I will be sending lots of file requests and need a way of determining when a file is uploaded, which request it was related to.
I can do this by creating a unique folder (Client name) for the request but then I need to monitor all folders for changes and then send a webhook or something to Zapier with the Folder that the file was uploaded to.
Is this possible? how would I/you go about this. Sorry for all the questions but I'm new to Dropbox and I really appreciate the education.
- Greg-DB4 years agoDropbox Staff
Since you can't look up which file request was the source of any particular new file directly, using a distinct folder per file request is a good solution.
And you can monitor all folders for changes, and see which folder(s) had changes. I reccomend reading through the guides I linked to first for reference. If you want to use Dropbox webhooks, you can find the information for that here. (I don't know if Zapier would supports Dropbox webhooks directly though, so you may need to operate your own code as an intermediary if not.)
- Zensible4 years agoExplorer | Level 4
OK, I should get reading then. I have a lot to learn. Thanks for your help. let's see how far I get :)
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,875 PostsLatest Activity: 2 months agoIf 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 or Facebook.
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!