7

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

Thanks

0

3 Answers 3

5

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

Sign up to request clarification or add additional context in comments.

2 Comments

There isn´t such, so this seems to be the only possibility ;)
officially deprecated as of September 14, 2012
0

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

1 Comment

Unfortunately this library does not support appending new rows to the current Spreadsheet. verious.com/code/jpillora/node-edit-google-spreadsheet Are there any other libraries you would suggest? Thanks.
0

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.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.