0
自分のプロジェクト用にYouTubeデータAPIとGoogle+ APIを有効にし、Auth.javaでAndroid APIキーを変更しました。私もplaylist情報をConstants.javaに入力しました。しかし、私はまだ、この役に立たないエラーが発生します。アクセスが設定されていません。プロジェクトでYouTubeデータAPIが使用されていません608941808256
com.google.api.client.googleapis.json.GoogleJsonResponseException: 403 Forbidden
{
"code": 403,
"errors": [
{
"domain": "usageLimits",
"message": "Access Not Configured. YouTube Data API has not been used in project 608941808256 before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/youtube/overview?project=608941808256 then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.",
"reason": "accessNotConfigured",
"extendedHelp": "https://console.developers.google.com/apis/api/youtube/overview?project=608941808256"
}
],
"message": "Access Not Configured. YouTube Data API has not been used in project 608941808256 before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/youtube/overview?project=608941808256 then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry."
}
いくつかのいずれかが私を助けることができるしてください
私も同じ問題に直面しています。あなたはそれのための解決策を手に入れましたか?あなたが解決したらそれを共有してください –