我可以在 Node.js 中使用 Google Docs 的 JavaScript API 或第三方框架吗?
谢谢
Google 应用程序允许 RESTful api 访问资源。请参阅相同的协议指南
http://code.google.com/apis/documents/docs/developers_guide.html
有一些插件可以读取谷歌电子表格,但批量更新的插件不多。因此,如果您只想更新 google 电子表格,请查看:https ://github.com/jpillora/node-edit-google-spreadsheet
正如 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 库。