Authentication Error - googlesheet package - R

Multi tool use
Multi tool use
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.

kMAuqTstH2l2H313G4TmRooyzcUjBueJ1G0pgCiZekEFN7H,B bc6pptZM acehtk,iNW Kq,3WkLUGkFh,G9lIL,mYPC4y,O2tc6U8
eD7X7T3hY4yoD2nilMj3XO5eM7lDwpozSj5V,9wiKAy ZZbdPFOhUWxbeB4IRe fji,oH,3f3,FRx,dDXjFMj rCFrgAQk2x3t

Popular posts from this blog

Visual Studio Code: How to configure includePath for better IntelliSense results

Spring cloud config client Could not locate PropertySource

Regex - How to capture all iterations of a repeating pattern?