如何从 Rails 应用程序将文件上传到 Google Docs?
我有一个经过 Google 授权的 Rails 应用程序,可以使用 Google Docs 中的文档进行查看。如何制作“上传”按钮,将文件从计算机上传到 Google 文档?请帮忙,编写可教学的代码。感谢你。
I have working Rails app with authorization from Google and view with documents from Google Docs. How can I make button 'Upload', which upload files from computer to Google Docs? Please help, write teachable code. Thank u.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如需快速介绍以及其他所有内容,请查看此文档,它可能会有所帮助: http://code.google.com/apis/documents/docs/3.0/developers_guide_protocol.html
For quick intro and for all the others, check out this documentation that might help: http://code.google.com/apis/documents/docs/3.0/developers_guide_protocol.html
本指南介绍了如何将 Ruby on Rails 与 Google 数据 API 结合使用,包括文档列表 API 的示例:
http://code.google.com/apis/gdata/articles/gdata_on_rails.html
This guide explains how to use Ruby on Rails with the Google Data APIs, including samples for the Documents List API:
http://code.google.com/apis/gdata/articles/gdata_on_rails.html