Dropbox shutdown webhooks for an user -


i have dropbox webhooks. when user make change, webhook sends me json list of users have changes.

if user in platform, has drobox active, doesn't pay quota it's "inactive", there's way stop receiving webhooks?

the solution i've thought store inactive users , ignore when id equals id on json, that's quite ineficient because if have 1000 users inactive that's huge amount of webhooks ignore.

no, it's not possible exclude users on quota webhook notifications. we'll consider feature request.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -