google-code-export / ooo2gd

Automatically exported from code.google.com/p/ooo2gd
1 stars 1 forks source link

Feature request: Sync google doc with local copy #113

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Version of OOo2GD: 3.0.0
Version of Java: 1.6.0_24
Operating System: Debian Unstable
Version of OO.org: LibreOffice 3.5.4.2
Is OO.org using Sun Java?: OpenJDK Runtime Environment (IcedTea6 1.11.3) 
(6b24-1.11.3-2)

Hi guys,
today I started to use this extension and I seems good! :D
If you have your local copy and you want save a remote copy is perfect.
But when I tried to modify from gdocs the document, I can't see changes in my 
local copy! :-|
I activated the option "autoupdate", but update in only one direction (from 
local to remote) but not in the other (from remote to local).

How can I do that? Thanks for your help.

Best,
hachreak

Original issue reported on code.google.com by hachr...@gmail.com on 13 Sep 2012 at 10:57

GoogleCodeExporter commented 9 years ago
In short, you cannot. 

Longer version is that you can do it, but only in this way.

1) You download document from Google Docs with OOo2GD using Autoupdate, 
2) you edit it locally and OOo2GD tries to sync your changes with copy in 
Google Docs,
3) After you finish your work you have most recent version in Google Docs
4) now you work with version in Google Docs,
5) You again, download document from Google Docs with OOo2GD with Autoupdate 
and everything starts again ;-)

I tried to describe it in help page for OOo2GD: 
http://ooo2gd.przemelek.pl/home/autoupdate but.

If Google will add ability to do so, and when I will learn how to do it in 
OO.org I will add it ;-)

Original comment by przeme...@gmail.com on 15 Sep 2012 at 12:46

GoogleCodeExporter commented 9 years ago
Ahhhhh Ok, the problem is that google don't gives us the API to do that?

hachreak.

Original comment by hachr...@gmail.com on 17 Sep 2012 at 2:41

GoogleCodeExporter commented 9 years ago
it depends, from one side, it works in this way, that when you save your 
document, it is simply uploaded as update to Google Docs, so new version of 
file is created and everyone is happy.
In opposite way it is more complicated, you have document opened in OO.org, 
somebody changes Google Docs document, now information about change must be 
send to plugin (and as for now I didn't know anything about such thing in API), 
and after this plugin must be able to "patch" document with this change, what 
also isn't trivial.

Original comment by przeme...@gmail.com on 17 Sep 2012 at 7:49