适用于Node.js的Google Docs API

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

谢谢

Google应用程序允许RESTful API访问资源。 请参阅相同的协议指南

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

有几个插件来阅读谷歌电子表格,虽然没有太多的批量更新。 所以,如果你只是想更新谷歌电子表格,请查看: 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 /文档/ OAuth2ServiceAccount

但是在后面的链接中还没有支持JavaScript库。