-2
Python3を使用して、送信先を計算するモデルを開発中です。私はgoogle-maps-services-python
をgithubから試してエラーを取得しました。GoogleマップサービスAPIがPythonで動作しません
[API Key already enabled][1]
ApiError: REQUEST_DENIED (This API project is not authorized to use this API. Please ensure this API is activated in the Google Developers Console:)
ただし、同じキーをブラウザでhttp
リクエストと同じように試してみましたが、
The API key did not apply any key restriction
[API key did not apply any key restriction][2]
何をする必要がありますか?
[この質問を見る](http://stackoverflow.com/questions/32994634/this-api-project-is-not-authorized-to-use-this-api-please-ensure-that - このapi)。乾杯。 – lrnzcig
APIが有効になっていて、ウェブブラウザ上で動作していた箇所を繰り返し確認しました。とにかく@orviに感謝します。 – Iven
[このAPIプロジェクトはこのAPIを使用する権限がありません。このAPIがAPIコンソールで有効になっていることを確認してください(http://stackoverflow.com/questions/32994634/this-api-project-is-not-authorized-to-use-this-api-please-ensure-that - このapi) –