我正在尝试将Raspberry Pi 3变成Google智能助理。我觉得这很有趣,但现在我被卡住了。
我正在尝试生成凭据,我输入的代码如下:
google-oauthlib-tool --scope https://www.googleapis.com/auth/assistant-sdk-prototype \ --scope https://www.googleapis.com/auth/gcm \ --save --headless --client-secrets /path/to/credentials.json
我不断获得--save
--scope
的额外参数反馈。您可能需要回到我的基础知识才能获得它! IDK,除了最后一部分外,其他一切似乎都在流动。
答案 0 :(得分:0)
尝试使用
google-oauthlib-tool --client-secrets credentials.json --scope https://www.googleapis.com/auth/assistant-sdk-prototype - 保存 --headless
使用json文件的良好路径。