How to track nested files when folder is deleted?
Hi, We're building an integration that tracks file changes across a Dropbox Business team using the team_log/get_events API. When a user deletes a folder, we receive a single file_delete event with assets[0][".tag"] = "folder", no individual events are generated for the files that were inside that folder. Our problem: We…