Welcome to the new Box Support website. Check out all the details here on what’s changed.

File downloaded history

New post

Comments

1 comment

  • kendomen

    I tried this:

     

    EventLog events = EventLog.getEnterpriseEvents(api, twoHoursAgo, now, BoxEvent.Type.DOWNLOAD);
    for (BoxEvent event : events) {
         System.out.println(event.getType() + " " + event.getSourceJSON().get("item_name") + " " + event.getCreatedAt() + " " + event.getCreatedBy().getLogin());
    }
    0
    Comment actions Permalink

Please sign in to leave a comment.