An application* I am working on has to be aware of changes which were made to a file/folder since some time period.
* The application is connecting to Box service account via JWT authentication.
The changes we are interested in are on a macro scale, i.e. "file X added to folder Y", "file X removed from folder Y", "file X changed", etc..
As I understand from the documentation, the API with this functionality is the Enterprise Events.
For some reason, when I try to access the Enterprise Events the response I am getting is 403 - Forbidden.
Now for the questions:
1. do Enterprise Events deliver the functionality I am looking for? (if not, how it can be done)
2. if so, how to configure the service account of my application to avoid the 403 error?