I am trying to use googlesheets
package by initiating as below:
install.packages("googlesheets")
library(googlesheets)
gs_auth()
which gives me the following message:
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**
Even when it shows "Authentication complete", nothing is initiated because
every gs_xxx()
function return back to the first step.
How can I solve this?