我正在尝试在工作中使用谷歌云的自然语言 API,我相信我的公司防火墙阻止了 python 和谷歌云之间的通信。
在终端中输入以下内容后:
gcloud auth application-default login
我的浏览器打开以成功登录我的谷歌帐户。但是,在我登录后,我得到
ERROR: There was a problem with web authentication. Try running a
gain with --no-launch-browser.
ERROR: (gcloud.auth.application-default.login) Could not reach th
e login server. A potential cause of this could be because you ar
e behind a proxy. Please set the environment variables HTTPS_PROX
Y and HTTP_PROXY to the address of the proxy in the format "proto
col://address:port" (without quotes) and try again.
Example: HTTPS_PROXY=https://192.168.0.1:8080
我相信我需要联系我的 IT 部门为我们的防火墙添加一个例外。有谁知道谷歌云的自然语言处理 API 的地址/端口是什么?