I’m using the /recent_items to identify the following:
- item_modify, where a user has modified a file in Box
- item_preview, where a user has viewed a preview of a file
- item_upload, where a user has uploaded a file
- item_comment, where a user has added a comment to a file
I have created a folder & file, created a folder & uploaded a file, and added comments to the file in my box account. However, the response only lists files interacted with interaction_type = “item_preview”? I was expecting the API to return the interaction_type
= “item_uploaded” when the file was uploaded; and return the interaction_type
= “item_comment” when a comment was added the file?
Any help is greatly appreciated. Thx