我正在使用API key尝试box2.0的新的“私有测试版”功能“令牌”(http://developers.box.com/docs/#tokens),我认为它有私有测试版的访问权限。
但我得到了以下响应:
{
"type":"error",
"status":403,
"code":"forbidden",
"help_url":"http:\/\/developers.box.com\/docs\/#errors",
"message":"Forbidden",
"request_id":"10957639134febfbf1f1477"
}看起来我获得的api密钥不能访问"Tokens“API。有什么方法可以验证它吗?你们觉得怎么样?
发布于 2012-06-29 01:02:54
Per the note in the documentation,您需要通过apiATboxDOTcom联系我们才能启用此功能。
https://stackoverflow.com/questions/11239341
复制相似问题