用于 Node.js 的 Google 文档 API

发布于 2024-12-02 10:12:32 字数 73 浏览 1 评论 0原文

是否有可以在 Node.js 中使用的 JavaScript API 或 Google Docs 第三方框架?

谢谢

Is there a JavaScript API or third party framework for Google Docs that I can use in Node.js?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

惯饮孤独 2024-12-09 10:12:32

Google Apps 允许 RESTful api 访问资源。请参阅协议指南以获取相同的

http://code.google.com/apis /documents/docs/developers_guide.html

Google apps allows RESTful api's to access resources. Please refer the protocol guide for the same

http://code.google.com/apis/documents/docs/developers_guide.html

夜巴黎 2024-12-09 10:12:32

有一些插件可以读取谷歌电子表格,但没有很多可以进行批量更新。因此,如果您只想更新 Google 电子表格,请查看:https://github.com/ jpillora/node-edit-google-spreadsheet

There are a few plugins to read google spreadsheets though not many to do batch updates. So if you just want to update google spreadsheets, check out: https://github.com/jpillora/node-edit-google-spreadsheet

诗化ㄋ丶相逢 2024-12-09 10:12:32

正如 nelsonic 在回复 nibin012 中提到的,有 niftylettuce 的 node-google-drive node.js 模块:
https://npmjs.org/package/google-drive

那么 Google Drive API 就是 Google以下链接中提到的“服务”/服务器应用程序的 OAuth:
https://developers.google.com/accounts/docs/OAuth2#scenarios
https://developers.google.com/accounts/docs/OAuth2ServiceAccount

但是在后者中链接尚不支持 JavaScript 库。

As nelsonic mentions in his reply to nibin012, there is niftylettuce's node-google-drive node.js module:
https://npmjs.org/package/google-drive

Then the Google Drive API there is Google OAuth for "service"/server apps mentioned in the following links:
https://developers.google.com/accounts/docs/OAuth2#scenarios
https://developers.google.com/accounts/docs/OAuth2ServiceAccount

However in the latter link there is no support for a JavaScript library yet.

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