我正在尝试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()
函数都返回到第一步。
我该如何解决这个问题?