New issue 52 by samco...@gmail.com: files and folders are read only after
running script
http://code.google.com/p/google-docs-upload/issues/detail?id=52
What steps will reproduce the problem?
1. run script on OS X with --recursive (sorry I only tested on OS X)
2. folder and all recursive folders are read only
3.
What is the expected output? What do you see instead?
should not change permissions. folder and all recursive folders are read
only.
What version of the product are you using? On what operating system?
google-docs-upload-1.4.6.jar. OSX
Please provide any additional information below.
thanks this is awesome!!
I'm also experiencing this issue running under linux. Specifically it
removes write permission from the folder which is specified in the path
argument.
Example:
777 folder permissions go to 555
755 folder permissions go to 555
Ok - I ought to RTFM before I post. I see that there is a
folder.setReadOnly() on line 379 of GoogleDocsUpload.java
Can't understand why this would be desired functionality though?
Thanks,
Comment #3 on issue 52 by anton.be...@gmail.com: files and folders are read
only after running script
http://code.google.com/p/google-docs-upload/issues/detail?id=52
Thank you for pointing this out. That was a silly bug, I'm not even sure
how that line appeared there. I've removed it in 1.4.7, please try it out.
Thanks,
Anton