jheck
- Activité totale 4
- Dernière activité
- Membre depuis
- Abonné à 0 utilisateur
- Abonnés 0 utilisateur
- Votes 0
- Abonnements 1
Aperçu des activités
Dernière activité effectuée par jheck-
jheck a ajouté un commentaire,
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 a ajouté un commentaire,
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 a créé une publication,
API Access Stats (Python SDK)
RéponduHi 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...