1

我想使用 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 毫秒,有人知道吗?

4

1 回答 1

-1

我没有找到这个问题的解决方案我用 Python 制作项目

    import gspread
    from oauth2client.service_account import ServiceAccountCredentials
于 2019-02-08T21:12:30.860 回答