如何从 Rails 应用程序将文件上传到 Google Docs?

发布于 2024-12-02 07:59:21 字数 111 浏览 1 评论 0原文

我有一个经过 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

何其悲哀 2024-12-09 07:59:21

如需快速介绍以及其他所有内容,请查看此文档,它可能会有所帮助: 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

很糊涂小朋友 2024-12-09 07:59:21

本指南介绍了如何将 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文