使用 Youtube Analytics API 检索我的播放列表统计信息时,API 经常返回错误 500
{
"error": {
"errors": [
{
"domain": "global",
"reason": "internalError",
"message": "Unknown error occurred on the server."
}
],
"code": 500,
"message": "Unknown error occurred on the server."
}
}
通过打开Authorize requests using OAuth 2.0
api explorer 中的授权我提出的请求
这是API explorer的链接,取自官方文档
有任何想法吗?谢谢!