jheck
- 合計アクティビティ 4
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
jheckさんの最近のアクティビティ-
jheckさんがコメントを作成しました:
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さんがコメントを作成しました:
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さんが投稿を作成しました:
API Access Stats (Python SDK)
回答済みHi 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...