我无法在youtube API上获取contentOwnerID。
$contentOwnersListResponse = $youtubePartner->contentOwners->listContentOwners(array('fetchMine' => true));
$contentOwnerId = $contentOwnersListResponse['items'][0]['id'];
此代码无法获取contentOwnerID。我在这里使用示例代码[上传和通过视频获利
] 1
为什么我无法获得contentOwnerID?请帮帮我。