代码之家  ›  专栏  ›  技术社区  ›  rane

身份验证错误-googlesheet软件包-R

  •  0
  • rane  · 技术社区  · 8 年前

    我正在尝试使用 googlesheets 通过以下方式启动程序包:

    install.packages("googlesheets")
    library(googlesheets)
    gs_auth()
    

    这给了我以下信息:

    Click "ok" button in two steps for authorization .
    **Waiting for authentication in browser...
    Press Esc/Ctrl + C to abort
    Authentication complete.
     Error in curl::curl_fetch_memory(url, handle = handle) : 
    Timeout was reached: Connection timed out after 10015 milliseconds**
    

    即使显示“身份验证完成”,也不会启动任何操作,因为 每一个 gs_xxx() 函数返回到第一步。

    我该怎么解决这个问题?

    0 回复  |  直到 8 年前