Skip to main content
Question

ITEM_CREATE and ITEM_UPDATE event types not working with EnterpriseEventsRequest

  • October 14, 2024
  • 0 replies
  • 10 views

I’m using the following call to retrieve events from Box.

 

EnterpriseEventsRequest request = new EnterpriseEventsRequest()

.types(eventTypes)

.limit(10)

.after(null)

.before(null)

 

eventTypes is an array of BoxEvent.EventType.  For all other events, DOWNLOAD, LOGIN, etc. the call is correctly returning only event types that match.  When I use ITEM_CREATE or ITEM_UPDATE, the filter is basically getting ignored and it’s returning random events.  I’m using the 4.11.1 version.  Any ideas of what could be wrong?

0 replies

Be the first to reply!

Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings