Authentication Error - googlesheet package - R

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


Authentication Error - googlesheet package - R



I am trying to use googlesheets package by initiating as below:


googlesheets


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.


gs_xxx()



How can I solve this?





I wasn't able to reproduce your problem with googlesheets 0.3.0 and R 3.4.3. Perhaps a session info?
– Kim
2 hours ago


googlesheets





R version 3.5.0 (2018-04-23) -- vs -- googlesheets_0.3.0 Maybe its the reason of the error ? (i use Windows 7 x86_64)(Thankyou your reply Kim)
– rane
1 hour ago











By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

C# - How to create a semi transparent or blurred backcolor on windows form

Will Oldham

Makefile test if variable is not empty