2012 年 7 月 23 日午前 10 時 (PST) の時点でイベント API が機能しなくなったことに気付きました。
これをテストするために使用される呼び出しは次のとおりです。
curl https://api.box.com/2.0/events?steam_position=now -H "Authorization: BoxAuth api_key=key&auth_token=token
次に、上記の出力が次のコマンドに渡されます。
curl https://api.box.com/2.0/events?steam_position=32423423 -H "Authorization: BoxAuth api_key=key&auth_token=token
すべてのアカウントで次のエラーが発生しています。
{"type":"error","status":500,
"code":"internal_server_error",
"help_url":"http:\/\/developers.box.com\/docs\/#errors",
"message": "Internal Server Error",
"request_id":"1740663416500dc42663d5a"})
別のアカウントと API キーで試してみましたが、うまくいかないようです。
API のステータスを確認する方法はありますか?