当我在我的 linux 机器上运行简单命令时:
curl -X POST \
--data-binary @'1.wav' \
--header 'Content-Type: audio/l16; rate=16000;' \
'https://www.google.com/speech-api/v2/recognize?output=json&lang=he-IL&key=THE_KEY'
我收到错误消息:
Your client does not have permission to get URL /speech-api/v2/recognize?output=json&lang=he-IL&key=THE_KEY from this server. Invalid key.
That’s all we know.
我生成的密钥没有任何限制(并且已为语音 api 启用)。
我什至添加了服务器 IP 地址,我得到了同样的错误。
到目前为止我发现的结果与 chrome 客户端有关......我在 shell 上。
谢谢