YoutubeDataApi PlaylistItem 上出现 INVALID_ARGUMENT 错误:更新

问题描述 投票:0回答:1

自5月底以来,执行YouTube数据api(PlaylistItem:update)时突然出现错误。 直到那时,没有错误。

[请求]

{ "id": "*correct id*", "snippet": { "playlistId": "*correct playlistId*", "resourceId": { "kind": "youtube#video", "videoId": "*correct videoId*" }, position:0 } }

[响应(错误)]

{ "error": { "code": 400, "message": "Request contains an invalid argument.", "errors": [ { "message": "Request contains an invalid argument.", "domain": "global", "reason": "badRequest" } ], "status": "INVALID_ARGUMENT" } }

  • 尝试不同的播放列表ufeff-> 出现同样的错误。
  • 执行其他API ->PlaylistItem:list没有出现错误。
youtube-api youtube-data-api
1个回答
0
投票

让您知道,我一个月前报告了此问题。还没有答案。

© www.soinside.com 2019 - 2024. All rights reserved.