Hello,

I'm trying to figure out how to use the RGoogleDocs package from OmegaHat,
and am having a bit of trouble. I 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\<http://www.google.com/accounts/ClientLogin%5C>",
service=\"writely\""

Content-Type
                                                             "text/html;
charset=UTF-8"

Date
                                                        "Fri, 04 Jun 2010
16:22:19 GMT"

Expires
                                                        "Fri, 04 Jun 2010
16:22:19 GMT"

Cache-Control
                                                                   "private,
max-age=0"

X-Content-Type-Options

"nosniff"

X-Frame-Options

"SAMEORIGIN"

X-XSS-Protection
                                                                        "1;
mode=block"

Server

"GSE"

Transfer-Encoding

"chunked"

status

"401"

statusMessage

"Token invalid"

If I don't use service="wise", getDocs(con) properly returns a
GoogleDocList. (But, of course, I can't manipulate spreadsheet content...)

Any suggestions? Is it a package version issue, perhaps? Has Google updated
their API in a way that hasn't been reflected in updates to this package?

Thanks a lot!

 -Harlan

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to