Ken Yeoh
Ken Yeoh
I have a similar problem - I can't downgrade R to run googlesheets. Has anyone found a workaround to authenticate?
How strange. I tried 4 hours ago and it didn't let me install into R 3.1.2, but now it works!
Thanks for the quick reply! Here is an example: https://docs.google.com/spreadsheets/d/1sOlUDZ-HC2pytPaJB0kANezlGEGdYrlp0_9hhAvWQJI/edit?usp=sharing Let me know if this loads for you. > sheets.con = getGoogleDocsConnection(getGoogleAuth("username", "password", service = "wise")) > spreadsheets = getDocs(sheets.con,ssl.verifypeer...
Hmm. Still doesn't work for me. I removed the packages both on my Win7 Machine and CentOS, and installed again using install_github('duncantl/RGoogleDocs') from the devtools package. While the simple example...
There is no error, just I don't get the results I'm looking for. But on the Unix box I get > traceback() > No traceback available On Windows machines >...
Sounds good! Thanks for all the help.
Yup, that is the problem. As a quick hack/workaround, I tried: worksheets$MachineReadable@url
Hey Duncan, Just shooting you a reminder. Best, Ken