当我创建Live Stream事件时,我得到下面的异常
{
"error": {
"errors": [
{
"domain": "youtube.liveBroadcast",
"reason": "insufficientLivePermissions",
"message": "Request is not authorized",
"extendedHelp": "https://developers.google.com/youtube/v3/live/docs/liveBroadcasts/insert#auth_required"
}
],
"code": 403,
"message": "Request is not authorized"
}
}发布于 2017-04-08 17:35:23
请确保您拥有制作直播视频的权限。
请查看链接以了解更多信息。https://support.google.com/youtube/answer/2474026?hl=en-GB
Link还显示了如何检查您是否启用了直播。
此链接将列出您的youtube频道上启用的功能。
https://www.youtube.com/features
我说直播流符合条件,而嵌入直播流不符合条件。可能是因为我还没有启用它们。
发布于 2017-04-29 14:55:20
同样的问题。如下所示进行检查。
您应该手动创建广播。我收到一条消息:“您创建的直播流太多。请稍等片刻,然后再创建更多流。”
有没有人能解决这个问题?我必须在短时间内创建许多事件。有白名单吗?还是商业youtube帐户?
https://stackoverflow.com/questions/43292394
复制相似问题