私はグーグルクラウドスピーチAPIでPythonを使用しています。私は "How to use google speech recognition api in python?"のすべてのステップをubuntuとWindowsでも実行しました。ここに - 「https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/speech/api/speech_rest.py」GoogleクラウドスピーチAPIを使用しようとすると、
私は次のエラーを取得: <HttpError 403 when requesting https://speech.googleapis.com/$discovery/rest?version=v1beta1 returned "Google Cloud Speech API has not been used in project google.com:cloudsdktool before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/speech.googleapis.com/overview?project=google.com:cloudsdktool then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.">
奇妙である何が私が私が「のgcloud初期化」を実行して名前「cloudsdktool」で
をプロジェクトを持っていないということです、と私がサービスアカウントキーを作成したときに得たjsonファイルを "gcloud auth a ctivateサービスアカウント--key-ファイル= jsonfile」コマンド、 私はGoogleの資格情報環境変数を作成するには、Linuxで試しても私は同じマッサージ
関連の議論https://github.com/GoogleCloudPlatform/google-cloud-ruby/issues/706:ここ
はgrpcのために変更されたスクリプトです。 jsonファイルで認証が必要なように見えます。 –
[Google Vision APIのテキスト検出の可能性のある複製Pythonの例でプロジェクトを使用しています:自分のプロジェクトではなく "google.com:cloudsdktool"(http://stackoverflow.com/questions/38048320/google-vision-api-text-detection) –