【问题标题】:authenticate user using R googlesheets timeout使用 R googlesheets 超时对用户进行身份验证
【发布时间】:2019-02-18 13:03:46
【问题描述】:

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

【问题讨论】:

  • 我没有找到答案,所以我使用 Python 和模块 gspread 和 oauth2client.service_account import ServiceAccountCredentials

标签: r r-googlesheets


【解决方案1】:

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

    import gspread
    from oauth2client.service_account import ServiceAccountCredentials

【讨论】:

    猜你喜欢
    • 2015-09-11
    • 1970-01-01
    • 2012-08-22
    • 2019-01-10
    • 2021-05-11
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多