前提・実現したいこと
YouTube Data APIを使ったアプリを開発中ですが、
YouTube Data APIを有効化して以下のURIを実行したらエラーがでました。
(チャンネルはTEDを例にしています。)
リクエスト
レスポンス(エラーメッセージ)
{
"error": {
"errors": [
{
"domain": "usageLimits",
"reason": "accessNotConfigured",
"message": "Project (プロジェクトID)is not found and cannot be used for API calls. If it is recently created, enable YouTube Data API by visiting https://console.developers.google.com/apis/api/youtube.googleapis.com/overview?project=(プロジェクトID) then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.",
"extendedHelp": "https://console.developers.google.com/apis/api/youtube.googleapis.com/overview?project=(プロジェクトID)"
}
],
"code": 403,
"message": "Project (プロジェクトID)is not found and cannot be used for API calls. If it is recently created, enable YouTube Data API by visiting https://console.developers.google.com/apis/api/youtube.googleapis.com/overview?project=(プロジェクトID)then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry."
}
}
YouTube Data APIを有効化しろと書かれていますが、
該当するプロジェクトは間違いなく有効化しています。
APIキーのアプリケーション制限も特にかけていません。
他に考えられる原因がわかりません。エラーを回避できるアドバイスをお願いします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。