Youtube playlistItems list API sometimes works, sometimes throws 404
I have retrieved upload Id from a channel as shown here(https://www.youtube.com/watch?v=RjUlmco7v2M&t=2s), and using it as playlitstId here https://developers.google.com/youtube/v3/docs/playlistItems/list#try-it Sometimes it gives 200, sometimes 404,
Response {_body: "{↵ "error": {↵ "errors": [↵ {↵ "domain": "yo…003c/codeu003e parameter cannot be found."↵ }↵}↵", status: 404, ok: false, statusText: "OK", headers: Headers…}
Additional info: I have selected part as contentDetails,id,snippet maxResults 50
You may check in this documentation the possible reasons why you got a 404 error in PlaylistItems: list
. These methods could also return errors listed in the Common errors section.
notFound (404)
notFound (404)
required (400)
However, if it doesn't solve your issue and you think that it is a bug, you can file a report here.
链接地址: http://www.djcxy.com/p/28960.html上一篇: 我如何从YouTube获取频道ID?