开发者

Google Spreadsheets API via Ruby

开发者 https://www.devze.com 2023-01-18 04:48 出处:网络
I wrote a script here to access a Google Spreadsheet by name using Ruby: http://gist.github.com/606488

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/g开发者_如何转开发data/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


Check out the google-spreadsheets-ruby gem:

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

0

精彩评论

暂无评论...
验证码 换一张
取 消