I'm working with Python & API v2
I need the following information:
If I have a shared folder with several users, is it possible to obtain a record of the users who have visited or downloaded the files?
---------------------
I was reading this information but I do not know if it's what I'm looking for.
class dropbox.sharing.UserFileMembershipInfo (access_type = None, user = None, permissions = None, initials = None, is_inherited = None, time_last_seen = None)
Bases: dropbox.sharing.UserMembershipInfo
The information about a user member of the shared content with an appended last seen timestamp.
Variables: time_last_seen - The UTC timestamp of when the user has last seen the content, if they have.
thanks!