YouTube直播显示“实时权限不足”

时间:2017-06-17 08:58:17

标签: android limit live-streaming youtube-data-api

我正在YouTube直播中使用Android应用程序。我可以通过我的应用使用YouTube Data API V3直播我的YouTube频道。但Live Streamed Events每天限制在7到8次。当我尝试提供实时流时,如果它达到7到8个事件的限制,我收到的错误消息如“实时权限不足”。但是有一天我能够通过该频道提供直播。

我搜索了Google提供的文档,但没有获得有关LiveStreams限制的信息

请某人帮助我摆脱这种情况。

这些是我的Google凭据对象

 googleCredential = new GoogleCredential.Builder().
                                setJsonFactory(jsonFactory).setTransport(transport).
                                setClientSecrets(clientId, clientSecret)
                                .build();
                        googleCredential.setAccessToken(accessToken);
                        googleCredential.setRefreshToken(refreshtoken);

这是我的YouTube对象

 YouTube youtube = new YouTube.Builder(transport, jsonFactory,
                    googleCredential).setApplicationName(APP_NAME)
                    .build();

1 个答案:

答案 0 :(得分:0)

YouTube Live Streaming API - Errors - liveBroadcasts中,insufficientLivePermissions的说明是

  

请求无权检索指定的直播。有关详细信息,请参阅Implementing OAuth2 authentication