Displaying 6 results from an estimated 6 matches for "getgoogledocsconnection".
2010 Nov 10
3
RGoogleDocs stopped working
...d password still work
when I log in manually. I've confirmed that the URL gives the same error
when I paste it into Firefox. I don't know enough about this web service to
figure out the problem myself, alas...
Here's the error and other info (login/password omitted):
> ss.con <- getGoogleDocsConnection(login=gd.login, password=gd.password,
service='wise', error=FALSE)
Error: Forbidden
Enter a frame number, or 0 to exit
1: getGoogleDocsConnection(login = gd.login, password = gd.password, service
= "wise", error = FALSE)
2: getGoogleAuth(..., error = error)
3: getForm("http...
2009 Aug 14
2
RGoogleDocs: getDocs() - "problems connecting to get the list of documents"
...sing RGoogleDocs successfully for some time now but something seems to have happened which is preventing me from accessing my data in google spreadsheets.
I get the message: "problems connecting to get the list of documents" when I use getDocs, despite being logged in
e.g.
sheets.con = getGoogleDocsConnection(getGoogleAuth("username", "password", service = "wise"))
ts = getWorksheets("formname", sheets.con)
รจ Error in getDocs(con) : problems connecting to get the list of documents
Does anyone know what might be causing this? Is it maybe a problem at the google...
2009 May 08
1
RGoogleDocs
...wnloaded the latest package (0.2.0) and installed it. I can get a connection going, but it seems that I can only get a doc one...
Here is the code I am using:
>library(RGoogleDocs)
>auth = getGoogleAuth("loginName", "psswrd", service="wise")
>sheets.con = getGoogleDocsConnection(auth)
>a <- getDocs(sheets.con)
I get the following error:
Error in checkSlotAssignment(object, name, value) :
assignment of an object of class "NULL" is not valid for slot "access" in an object of class "GoogleSpreadsheet"; is(value, "character&quo...
2010 Jun 09
1
RGoogleDocs not working for me with "wise" service
...emailed Duncan Temple Lang directly, but
didn't receive a response, so I thought I'd try here to see if anyone else
can help.
I'm using 32-bit R 2.10.1 (Mac OS X), I built RGoogleDocs 0.4-0 from source,
and I'm using XML 3.1-0 and RCurl 1.2-0.
If I use service="wise" in getGoogleDocsConnection, I then get this error:
> getDocs(con)
Error in getDocs(con) : problems connecting to get the list of documents
tracing through I get:
Browse[1]> status
WWW-Authenticate
"GoogleLogin realm=\"http://www.google.com/accounts/ClientLogin\<...
2010 Nov 24
0
4. Rexcel (Luis Felipe Parra)-how to run a code from excel
...il.com>
Content-Type: text/plain
No joy for me. :(
I'd had version 0.4-1 installed previously, and re-pulling that URL and
reinstalling, plus setting RCurlOptions as specified, do not help for me.
Exactly the same behavior. It doesn't matter whether I call getGoogleAuth
directly or let getGoogleDocsConnection do it for me.
-Harlan
On Fri, Nov 19, 2010 at 10:27 PM, Farrel Buchinsky <fjbuch at gmail.com> wrote:
> Harlan and Tal have had problems. I had lots too. I spent hours getting it
> to work. Terrible process to go through but RGoogleDocs is so useful that
[[elided Yahoo spam]]
>
&...
2009 Jul 09
2
How to Populate List
...\Rtools\bin\tar.exe could
not be found earlier. I just looked back at my path and I see
that C:\Program Files\R\Rtools\bin is on the path.
RgoogleDocs 0.2-2 is amazing. I can now read data straight into a dataframe..
The fact that I am always reading from realtime data is astounding.
sheets.con = getGoogleDocsConnection(getGoogleAuth("fjbuch@gmail.com",
"password here", service = "wise"))
ts2=getWorksheets("Consents Received",sheets.con)# put the name of the
spreadsheet in the inverted commas
names(ts2)
sheetAsMatrix(ts2$Sheet1,header=TRUE, as.data.frame=TRUE, trim=TRUE)
MA...