linkedin rest api上的内部服务错误

max*_*lia 17 api rest linkedin linkedin-api

我正在开发一个使用LinkedIn api的应用程序.

由于大约两天我无法从端点"company-statistics"得到任何回复.

更具体地说,我正在打电话

https://api.linkedin.com/v1/companies/2414183/company-statistics?format=json
Run Code Online (Sandbox Code Playgroud)

而我所能得到的只是一个"内部服务错误",有点500.

我在apigee控制台尝试了相同的api调用,带有一个全新的用户帐户,并要求测试公司提供指标,由LinkedIn提供.

没有改变.

这是自问题出现以来我得到的回应.

{
  "errorCode": 0,
  "message": "Internal service error",
  "requestId": "PTQ3EFE2DV",
  "status": 500,
  "timestamp": 1459414081903
}
Run Code Online (Sandbox Code Playgroud)

提前致谢.