I'm looking for a way to list individual files that a user is sharing with specific users (not shared links). I can list shared folders with the /sharing/list_folders route, but there doesn't seem to be a corresponding /sharing/list_files route.
Ultimately, I'd like to be able to get the shared files for a particular user and feed them into the /sharing/list_file_members route to determine who the files are shared with.