You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

user44's avatar
user44
Explorer | Level 4
2 years ago

POJOs representing the Webhook event.

Hi there, I am developing an integration with Dropbox and using Java SDK. While adding the webhooks based event notification functionality, I couldn't find the POJOS out of the SDK representing thes...
  • Greg-DB's avatar
    2 years ago

    Can clarify where you saw "com.dropbox.core.v2.webhooks.DropboxWebhookEvent" online"? That's not part of the official Dropbox API v2 Java SDK, for which you can find the official documentation here.

     

    In any case, using Dropbox webhooks actually does not require using any of the official Dropbox SDKs, and there are no objects provided for webhook events in the Dropbox Java SDK. Dropbox webhook notifications are sent as HTTP(S) requests from the Dropbox servers to your specified webhook URI server. You should use your web framework to receive those requests and handle them however you want. For instance, you can then perform calls to the Dropbox API using the Dropbox Java SDK as a result of the webhook notifications, but that's not required.

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

5,882 PostsLatest Activity: 8 hours ago
325 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!