我对youtube javscript API有疑问。
我想获取指定视频的AspectRatio,而不是我的。
在入门指南(https://developers.google.com/youtube/v3/getting-started)中找到了与contentDetails的AspectRatio属性有关的信息。
但是,当我访问此(https://www.googleapis.com/youtube/v3/videos?id=7lCDEYXw3mM&part=snippet,contentDetails,statistics,status&key=API_KEY)时我找不到此AspectRatio属性
仅视频所有者可以通过fileDetails选择视频的AspectRatio吗?
谢谢!
答案 0 :(得分:0)
是的。只有视频的所有者才能访问fileDetails
属性-其中包括aspectRatio
。如果您尝试提出videos.list请求以获取fileDetails,则会收到以下错误响应:
"message": "The request is not properly authorized to access video file or processing information. Note that the <code>fileDetails</code>, <code>processingDetails</code>, and <code>suggestions</code> parts are only available to that videos owner."