Crystal03 / google-docs-fs

Automatically exported from code.google.com/p/google-docs-fs
GNU General Public License v2.0
0 stars 0 forks source link

Certain file types don't copy #48

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Mount Google Docs file system
2. Try to copy a file into the remote Google Docs fs from your local file system

What is the expected output? What do you see instead?
The file should appear in the remote gdocs file system but it doesn't. 
Importantly, however, this failure only seems to occur for certain files. I 
haven't tested this with an extensive number of file types. I was able to copy 
over a .doc file but a .pptx and .pdf file failed to copy over to the remote fs.

What version of the product are you using? On what operating system?
I installed the following file (and the required python-fuse dependency):
google-docs-fs-1.0rc1_all.deb

Here is the output from `uname -a`:
Linux scott-laptop 2.6.32-5-amd64 #1 SMP Wed Jan 12 03:40:32 UTC 2011 x86_64 
GNU/Linux

Please provide any additional information below.
Like I said, this just seems to happen with certain file types. I tried a few 
times to make sure it wasn't a fluke but the .doc file copied over file while 
the other two didn't. I tried uploading the files that wouldn't copy over 
manually and that worked fine.

Original issue reported on code.google.com by GoldCo...@gmail.com on 26 Jan 2011 at 5:56

GoogleCodeExporter commented 9 years ago
Yes, currently Google Docs FS only uploads .doc, .ppt and .xls files. This was 
because of some odd behaviour I was experiencing when trying to upload ODF 
files.

This is a defect on Google Docs FS, which I'm hoping to fix in time.

Original comment by d38dm8nw81k1ng@gmail.com on 31 Jan 2011 at 11:57

GoogleCodeExporter commented 9 years ago
Alright. I will be very interested to know when this is fixed so please let me 
know when it is :) Other than this problem the program is very commendable. 
Keep up the great work!

Original comment by GoldCo...@gmail.com on 31 Jan 2011 at 11:59

GoogleCodeExporter commented 9 years ago
I just copied a plain text file (test.txt) to the google-docs-fs. "ls" now 
shows a test.doc, but it cannot be opened. On the other hand I can open 
test.txt, and it's still a plain text file, not a .doc. And I can list it with 
"ls -l test.txt". The file also shows within the Google Docs website. So it 
seems to be nearly working now.

I'm using google-docs-fs 1.0~ubuntu1 from the Ubuntu PPA.

Original comment by mmau...@googlemail.com on 12 Jun 2011 at 11:19