【发布时间】:2020-10-30 22:20:54
【问题描述】:
Youtube V3 Api playlistitems 方法假设返回publishAt.(latest first)排序的播放列表项目(视频),但返回的项目没有排序。
https://www.googleapis.com/youtube/v3/playlistItems?part=id,snippet&playlistId=PLAYLIST_ID&key=YOUR_API_KEY&maxResults=50
也可以在 API 资源管理器中尝试(不使用 OAuth 执行)。
https://developers.google.com/youtube/v3/docs/playlistItems/list
它以前工作过,但几天前我注意到了这个问题,所以写在这里。是否还有其他人面临同样的情况。
YouTube 是否将退货顺序更改为其他一些指标?出了什么问题?
【问题讨论】:
标签: google-api youtube youtube-api youtube-data-api