开发者

Utilizing Google Documents with Javascript

开发者 https://www.devze.com 2023-02-10 11:45 出处:网络
Is there any way to: (After client has been logged in using their google account) Listing their Google Documents

Is there any way to: (After client has been logged in using their google account)

  • Listing their Google Documents
  • Editing their Google Documents
  • Saving their Google Documents

in Javascript. Note that everythi开发者_JAVA技巧ng must be in Javascript.

Can it even be done?


If you haven't been able to find anything with the Google Data APIs, I do not believe what you want to do is possible. It looks like any interaction with Google Docs is server-side (Java, .NET, PHP, Python, Obj-C).

Maybe if you can describe why it has to be server-side, maybe you can get a satisfactory answer to what you are attempting to do (or why you are attempting to do it that way).

But, to answer your question - no, it's not possible at this time.


Well, I don't know how to use anything server side, and have not found any way to learn. I do know Java, though. How do I do server side java?


yes that is possible:

google provides an example. I wrote code to edit delete etc in go. I don't think why you need node.js. You should be able to use JAM and call the jsAPi directly from the browser.

there also is google apps script, which allows you to edit documents within google docs.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号