2017-02-21 15 views
-2

Python3を使用して、送信先を計算するモデルを開発中です。私はgoogle-maps-services-pythongithubから試してエラーを取得しました。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] 

何をする必要がありますか?

+0

[この質問を見る](http://stackoverflow.com/questions/32994634/this-api-project-is-not-authorized-to-use-this-api-please-ensure-that - このapi)。乾杯。 – lrnzcig

+0

APIが有効になっていて、ウェブブラウザ上で動作していた箇所を繰り返し確認しました。とにかく@orviに感謝します。 – Iven

+1

[このAPIプロジェクトはこのAPIを使用する権限がありません。このAPIがAPIコンソールで有効になっていることを確認してください(http://stackoverflow.com/questions/32994634/this-api-project-is-not-authorized-to-use-this-api-please-ensure-that - このapi) –

答えて

0

Solution

それIPythonから直接クエリするためには、あなたが有効になって両方のAPIを必要としています。

-Googleマップの行き方API

-GoogleマップのジオコーディングAPI解決

感謝の問題。

関連する問題