我对youtube javscript API有疑问。
我想获取指定视频的AspectRatio,而不是我的。
在入门指南(https://developers.google.com/youtube/v3/getting-started)中找到了与contentDetails的AspectRatio属性有关的信息。
example ratio
但是访问此(https://www.googleapis.com/youtube/v3/videos?id=7lCDEYXw3mM&part=snippet,contentDetails,statistics,status&key=API_KEY)时找不到此aspectRatio属性
视频所有者只能通过fileDetails选择视频的AspectRatio吗?
谢谢!
最佳答案
是。只有视频的所有者才能访问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."