Youtube Google API V3:列出未返回视频标签的视频
我目前正在尝试使用Google API V3获取youtube视频的标签.我正在验证我的公司帐户,并查询我们通过该帐户上传的视频.我没有看到要查询的视频的标签. (是的,它们确实已应用了标签)
I am currently trying to get the tags of a youtube video using the Google API V3. I am authenticating my business account and querying for videos we have uploaded through that account. I am not seeing tags for the videos I am querying for. (Yes, they do have tags applied to them)
使用个人帐户进行身份验证并查询我个人上传的视频时,我可以看到这些视频的标签.
When I authenticate with my personal account, and query videos that I have personally uploaded, I am able to see the tags for those videos.
两个帐户都在 https://console.developers.google.com 上启用了YouTube数据API. >项目.
要在我的企业帐户上获取要查找的标签,我还需要做更多的事情吗?
Is there somthing more I need to do in order to get the tags I am looking for on my business account?
使用 API资源管理器时,我什至看到相同的结果在Google Developers API参考
I am even seeing the same results when using the API Explorer on the Google Developers API Reference
感谢任何有关为什么可能发生这种情况的信息! TYIA!
Any information on why this could be happening is appreciated! TYIA!
您应在请求中添加onBehalfofContentOwner参数,以将自己显示为内容所有者,以便显示视频的标签.
You should add onBehalfofContentOwner parameter to your request to show yourself as the content owner, so the tags of your videos show up.