前提・実現したいこと
youtubeapiを使用して再生リストの動画を削除したいと考えています。
とりあえず再生リスト自体を削除できるか確認するために下記を実行しましたが、404エラーが返ってきます。
発生している問題・エラーメッセージ
{ "error": { "errors": [ { "domain": "youtube.parameter", "reason": "contentOwnerAccountNotFound", "message": "The specified content owner account was not found.", "locationType": "parameter", "location": "onBehalfOfContentOwner" } ], "code": 404, "message": "The specified content owner account was not found." } }
該当のソースコード
https://www.googleapis.com/youtube/v3/playlists?part=snippet&{channelid}&{key}&{apikey}
試したこと
GoogleApisの「OAuth同意画面」から使用しているメールアドレスで下記を承認要請しました。
- ../auth/youtube
- ../auth/youtubepartner
- ../auth/youtubepartner-channel-audit
- ../auth/youtube.force-ssl
- ../auth/youtube.channel-memberships.creator
補足情報(FW/ツールのバージョンなど)
Talend API Testerを使用
あなたの回答
tips
プレビュー