jheck
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by jheck-
jheck commented,
Thanks Bibek! I just came with a very similar solution. But still one issue remains: are you able to get stream events older than 1 month ago? stream_position=0 events = client.events().get_event...
-
jheck commented,
As a solution, I am trying to filter the events using the event_typeevents = client.events().get_events(limit=10000, stream_position=0) for e in events['entries']: if (e['event_type'] ...
-
jheck created a post,
API Access Stats (Python SDK)
AnsweredHi All, I am trying to get the Access Stats (e.g. list of users/timestamps who last accessed the file) for each files within a folder, but I cannot find the appropriate API call. Basically I am tr...