通过 Ruby 的 Google 电子表格 API
我在这里编写了一个脚本,使用 Ruby 按名称访问 Google 电子表格:
http://gist.github.com/606488
我正在尝试使用gdata 按照此处的说明:
http://code.google.com/apis/gdata/articles/gdata_on_rails.html
为什么我在使用 gdata
gem 时收到 401 错误“令牌无效”?
当我使用此处描述的方法时效果很好:
http://code.google.com/apis/spreadsheets/articles/using_ruby.html ,
但我想我应该去以前的医生那里,因为它是较新的并且是最新的。更简单
谢谢!
马特
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 google-spreadsheets-ruby gem:
http://gimite.net/gimite/ rubymess/google-spreadsheet-ruby/
Check out the google-spreadsheets-ruby gem:
http://gimite.net/gimite/rubymess/google-spreadsheet-ruby/