gpt4 book ai didi

r - BASH : oauth_listener() needs an interactive environment 中的错误

转载 作者:行者123 更新时间:2023-12-03 16:49:23 24 4
gpt4 key购买 nike

我正在尝试通过 cron 作业运行一些 Rscript。
我正在使用 RGA 包。
我在终端中遇到的错误是:

Access token will be stored in the './ga-token.rds' file.
Error: oauth_listener() needs an interactive environment.

Execution halted



我的代码是:
library(RGA)

authorize(client.id = ".......", client.secret = ".......", cache = "./ga-token.rds")

最佳答案

你需要下载并安装httpuv
安装包(“httpuv”)。
之后
要求(“httpuv”)。
它正在工作:
rga_auth <- 授权(client.id = “XXXXXXX.apps.googleusercontent.com”,client.secret = “XXXXXXXXXX”)
访问 token 将存储在“.ga-token.rds”文件中。
将 .ga-token.rds 添加到 .gitignore
正在等待浏览器中的身份验证...
按 Esc/Ctrl + C 中止
认证完成。

关于r - BASH : oauth_listener() needs an interactive environment 中的错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45933528/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com