google 云语音 api 的身份验证问题
Authentication troubles for google cloud speech api
我试图通过 node.js 开始使用 google 云语音,但我在身份验证方面遇到了问题。我正在按照 github. I tried the setup in this tutorial 上概述的设置步骤进行操作,但没有 luck.I 继续收到此错误..
ERROR: Error: Unexpected error while acquiring application default credentials: Could not load the default credentials. Browse to https://developers.google.com/accounts/docs/application-default-credentials for more information.
我正在寻找有关如何设置凭据的一些见解,以便我可以启动 运行 模型。
任何输入将不胜感激。谢谢。
如错误消息所述,您应该阅读 this 以设置您的凭据。
我试图通过 node.js 开始使用 google 云语音,但我在身份验证方面遇到了问题。我正在按照 github. I tried the setup in this tutorial 上概述的设置步骤进行操作,但没有 luck.I 继续收到此错误..
ERROR: Error: Unexpected error while acquiring application default credentials: Could not load the default credentials. Browse to https://developers.google.com/accounts/docs/application-default-credentials for more information.
我正在寻找有关如何设置凭据的一些见解,以便我可以启动 运行 模型。 任何输入将不胜感激。谢谢。
如错误消息所述,您应该阅读 this 以设置您的凭据。