我想使用 R 对用户进行身份验证googlesheet
。我尝试使用:
library(magrittr)
library(googlesheets)
suppressMessages(gs_auth(token = "...\\Documents\\googlesheets_token.rds", verbose = FALSE))
但我收到下一条消息:
curl::curl_fetch_memory(url, handle = handle) 中的错误:已达到超时:10000 毫秒后解析超时
我想将超时更改为 400000 毫秒,有人知道吗?