我正在使用Youtube Analytics API来获取分享最多的视频。这是我正在使用的查询:
youtube.reports.query({
auth: oAuth,
endDate: todayDateString,
startDate: startDateString,
ids: 'channel==MINE',
metrics: 'shares',
dimensions: 'video',
sort: '-shares',
maxResults: 1
}
但是它给我一个错误,提示“不支持查询”