Take Your Search Game to the Next Level with Dropbox Dash  🚀✨ Curious how it works? Ask us here! 

Forum Discussion

PaulChen7911's avatar
PaulChen7911
New member | Level 1
2 months ago

Always receiving empty notification request

Hi guys, I am new here!

Im tying to use dropbox webhooks to implement some logic flow after files are uploaded.

For the first step I always got empty body from webhooks notification request after I uploaded file to my dropbox. I didn't receive any delta info.

Here is the body I received.

```
Request Body: {"delta": {}, "list_folder": {}}
```

I've checked that my app is linked to my account and app scopes provided below.


Can someone help me to find out what am I doing wrong?

Thanks!

1 Reply

  • iNeil's avatar
    iNeil
    Icon for Dropbox Engineer rankDropbox Engineer

    Hi PaulChen7911,

    Webhooks require the files.metadata.read scope to receive webhook notifications. If you only added that scope after connecting the API app to your account, you'll need to re-authorize the API app to access your account with that scope enabled.

    That said, I'll be happy to help with any issues you're having with the Dropbox API and webhooks, but I'll need some more information. Please reply with:

    • the name and version number of the platform and SDK/library you are using, if any
    • the steps to reproduce the issue, including relevant code snippet(s), but don't include any access or refresh token(s)
    • the error message that you are encountering with your webhooks

    Please note that you can view your current webhook errors under the relevant webhook URI in the "Webhooks" section of the app's page in the App Console.

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,998 PostsLatest Activity: 44 minutes ago
382 Following

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!