get "admin_logs" events returns 503 http status
回答済みI'm using python SDK, and the following code:
client.events().get_events(
stream_type=EnterpriseEventsStreamType.ADMIN_LOGS,
stream_position=0,
)
It returns me a 503 HTTP status error.
I also tried the following code:
client.events().get_admin_events()
still have the same issue. I have a Business subscription and have access to admin panel. I use OAuth authorization, and if I try to receive user's events then it works properly (so credentials are right), e.g:
client.events().get_events()
But I want to get admin logs. What did I miss?
-
正式なコメント
Hey Andrew -
Thanks so much for reporting this behavior. I confirmed with our Support Team this 503 is likely a result of the current site issue with the events endpoint. Details can be found here. I've also asked that they add this as possible end-user behavior in the next update. Please keep an eye on that status page for resolution. If the 503s continue after that please let me know and we can further investigate for you!
Best,
Kourtney, Box Developer Advocate
コメントアクション
サインインしてコメントを残してください。
コメント
1件のコメント