APIクォータを超過したことを通知するエラーが表示されます。しかし、私は150,000件のリクエストのクォータを持っており、12,000件を使い切ってしまっています。このエラーの原因は何ですか?コードのGoogle Places API:OVER_QUERY_LIMIT
例:
from googleplaces import GooglePlaces
api_key = ''
google_places = GooglePlaces(api_key)
query_result = google_places.nearby_search(location="Vancouver, Canada", keyword="Subway")
for place in query_result.places:
print(place.name)
エラーメッセージ: