我正尝试通过以下方式使用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()
函数都返回到第一步。
我该如何解决?