Youtube Data API v3 を使用して Android を検索しようとしていますが、API キーを使用して検索しようとすると、常に次のメッセージが表示されます。
{
"error": {
"errors": [
{
"domain": "usageLimits",
"reason": "accessNotConfigured",
"message": "Access Not Configured. Please use Google Developers Console to activate the API for your project."
}
],
"code": 403,
"message": "Access Not Configured. Please use Google Developers Console to activate the API for your project."
}
}
コンソールで Youtube Data API をオンに設定しています。私は何時間もこれを理解しようとしてきました。誰が何が悪いのか知っていますか?