ma11hew28
ma11hew28

Reputation: 126457

Google Spreadsheets API via Ruby

I wrote a script here to access a Google Spreadsheet by name using Ruby:
http://gist.github.com/606488

I'm trying to use gdata as per the instuctions here:
http://code.google.com/apis/gdata/articles/gdata_on_rails.html

How come I'm getting a 401 error "Token invalid" when using the gdata gem?

It works fine when I use the methods described here:
http://code.google.com/apis/spreadsheets/articles/using_ruby.html,
but I figured I should go by the former doc since it's newer & simpler

Thanks!

Matt

Upvotes: 0

Views: 2757

Answers (1)

Jay Moorthi
Jay Moorthi

Reputation: 877

Check out the google-spreadsheets-ruby gem:

http://gimite.net/gimite/rubymess/google-spreadsheet-ruby/

Upvotes: 1

Related Questions