YoshiEnari / google-docs-upload

Automatically exported from code.google.com/p/google-docs-upload
0 stars 0 forks source link

--skip-all does not function #38

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
//What steps will reproduce the problem?
I have the script set to sync a rather large directory structure with google 
docs (premier).  The script is called as:

java -jar C:\gdu\google-docs-upload-1.3.2.jar %1 --allow-all --skip-all 
--disable-retries -u <username> -p <password> %*

//What is the expected output? What do you see instead?
I expected, as --skip-all is set, that it would only sync new files within the 
directories.  It does not appear to be doing that, instead, it just re-uploads 
everything, and at this point there are 5 copies of every directory, and every 
file within the directory.  When I tested this, i seem to recall it skipping 
files, but I did not test it with nested directories and such.  I will re-test 
everything and see what I come up with.

//What version of the product are you using? On what operating system?
Using version 1.3.2, on Windows Server 2003.

Original issue reported on code.google.com by cullenlo...@openipsolutions.com on 16 Dec 2010 at 4:26

GoogleCodeExporter commented 8 years ago
On closer reading of the other issues, this looks like a duplicate of 
http://code.google.com/p/google-docs-upload/issues/detail?id=15.

Original comment by cullenlo...@openipsolutions.com on 16 Dec 2010 at 4:28

GoogleCodeExporter commented 8 years ago
Or not - there was an identical issue with a comment that the issue was fixed 
in 1.3.1; I have the same OS as the OP and it does not appear to be fixed.  If 
I can help in testing at all, let me know.

http://code.google.com/p/google-docs-upload/issues/detail?id=17&can=1

Original comment by cullenlo...@openipsolutions.com on 16 Dec 2010 at 4:34

GoogleCodeExporter commented 8 years ago
Hi, what does the --allow-all option do? A third-party implementation may clash 
with the other code. The --skip-all worked fine for me. However, I'll try it 
again, probably something has changed in the API.

Original comment by anton.be...@gmail.com on 21 Dec 2010 at 5:50

GoogleCodeExporter commented 8 years ago
I was hoping it would allow me to upload any file type.  I will test again
without the flag, as it wasn't working anyway.  Have you tried --skip-all
with large directories /multiple nested large directories?

Original comment by cullenlo...@openipsolutions.com on 21 Dec 2010 at 5:55

GoogleCodeExporter commented 8 years ago
I had been using this for some time in the past, but haven't tested it for 
about six months. If there are some issues, I will check it again.

Original comment by anton.be...@gmail.com on 21 Dec 2010 at 6:06

GoogleCodeExporter commented 8 years ago

Original comment by anton.be...@gmail.com on 22 Dec 2010 at 2:52