2

We have noticed that as of 23rd July 2012 10:00am PST events api stopped working.

The call used to test this is:

curl https://api.box.com/2.0/events?steam_position=now -H "Authorization: BoxAuth api_key=key&auth_token=token

then then output of the above is passed to the following command:

curl https://api.box.com/2.0/events?steam_position=32423423 -H "Authorization: BoxAuth api_key=key&auth_token=token

We are getting following errors for all our accounts:

{"type":"error","status":500,
 "code":"internal_server_error",
 "help_url":"http:\/\/developers.box.com\/docs\/#errors", 
 "message": "Internal Server Error",
 "request_id":"1740663416500dc42663d5a"})

We tried with different accounts and api keys but seems thing do not work any more.

If there a way to check status of API?

4

1 回答 1

0

更新:问题已解决,端点应该照常工作。作为旁注,https ://api.box.com/2.0是 Box API v2 支持的端点——从https://www.box.com/api/2.0生成的错误不能保证以 JSON/ 格式进行格式化XML。

正如 500 错误所示,这似乎是我们这边的一个问题。我们目前正在调查,并会在问题解决后更新。

于 2012-07-23T22:44:22.563 回答