Is there any way that I can be made aware when a permission for another user is added or removed on an item in a user's dropbox? Preferably only using the User endpoints.
It's easy to see the current state of the permissions with list_folder_members and list_file_members, but I can't see any way to know when this has changed without frequently re-checking those APIs.