Take Your Search Game to the Next Level with Dropbox Dash 🚀✨ Curious how it works? Ask us here!
Forum Discussion
mattsim23
2 months agoNew member | Level 1
Webhook not triggering
Im trying to "notify" n8n whenever I upload a file to a folder. Ive created the app (full access) , gave it all the permissons possible, thwe webhook URI's are up and running (workflow works fine every time i trigger it through webhook URI enabling)
HOWEVER
for some reason, its not triggered when outside of that. Ive uploaded files, renamed, deleted, nothing happens, no webhook is being triggered.
Any ideas? thanks,
1 Reply
Sort By
- DB-Des
Dropbox Engineer
Hi mattsim23,
There are a few reasons you may not be seeing webhook notifications. Below are some suggestions of where to troubleshoot:
- Are you sure you've properly configured your server to handle webhook notifications at your specified URL? It may be helpful to add some logging along that code path to see where it may be breaking down.
- Have you "linked" or "connected" or "authorized" the app to your account, before making the file changes? Webhook notifications will only be sent for changes in accounts that are connected to the app. When you create a Dropbox API app as a developer, it is not automatically connected to your account as if you were an end-user of the app. You will need to connect to it, as covered in the OAuth guide.
- Are you making changes in the same account that you've linked to the app? Similar to the above, make sure you're making changes in the correct account.
- Was your app configured with the "files.metadata.read" scope before you connected it to your account? For scoped apps, webhooks will only be sent for apps authorized with that scope. If you only added that scope after connecting the app to your account, you'll need to re-authorize the app to access your account with that scope enabled.
About Discuss Dropbox Developer & API
Make connections with other developers810 PostsLatest Activity: 10 hours ago
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 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!