Hello,
We have some shared documents that are used as source in some graphs and all subscribers may update them.
Is it possible to read from and write to files in Google Docs?
Many Thanks,
Parsa
Hello,
We have some shared documents that are used as source in some graphs and all subscribers may update them.
Is it possible to read from and write to files in Google Docs?
Many Thanks,
Parsa
Hi Parsa,
There is currently no direct support for access Google Docs.
On page https://developers.google.com/google-ap … ents-list/ is described how you can connect Docs programatically, Two possible ways comes to my mind:
1] use java library mentioned in article and create own component (http://doc.cloveretl.com/documentation/ … index.html) which would download/upload files
2] use HttpConnector component (http://doc.cloveretl.com/documentation/ … ector.html) - it should be able to access Google Docs and authenticate via OAUTH 2.0
I hope this helps.