I am trying to download youtube captions using youtube API, I use a videoID to get caption id, when I try to download video caption using youtubeDataapi playground, I get error 404. I have checked and the video id is valid, and I have enough quote for api call.
Trying to download video captions of a youtube video, expecting a video caption, getting error 404. Used this id
"" { "kind": "youtube#captionListResponse", "etag": "QkF_mmYVO0qgPorsWCgqGMfBq4I", "items": [ { "kind": "youtube#caption", "etag": "KWo4Fw_AkcqatZQPtEPAyL9GjTA", "id": "AUieDaYwCH-aK1B9dvk6ijD2k6khwqIeu_o-r5udRWYei9KQrDQ", "snippet": { "videoId": "ZGMg4okOWWM", "lastUpdated": "2024-01-19T07:15:24.347791Z", "trackKind": "asr", "language": "hi", "name": "", "audioTrackType": "unknown", "isCC": false, "isLarge": false, "isEasyReader": false, "isDraft": false, "isAutoSynced": false, "status": "serving" } } ] } ""