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

How to download and upload file? #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I copy a file from google-doc-fs to my home, but the size of the file is zero

Original issue reported on code.google.com by tocer.deng@gmail.com on 21 Jun 2009 at 3:03

GoogleCodeExporter commented 9 years ago
Can you please do the following:
Run the gFile.py script as such: ./gFile.py directory emailaddress@gmail.com -d
Copy the file to whatever directory you wish outside of the google-docs-fs 
directory
tree.
In a separate terminal do the following: ls -la ~/.google-docs-fs/path/to/file
where path/to/file is the path to the file if the google-docs-fs directory was 
root.
So if your path is ~/gdocs/letters/word.doc and gdocs is the root of the 
mounted file
system you would: ls -la ~/.google-docs-fs/letters
The first terminal will be spitting debug output. Please attach a copy of this 
debug
output and the result of the above ls command. It will help me work out what's 
went
wrong.
Also, what OS are you using?

Original comment by d38dm8nw81k1ng@gmail.com on 23 Jun 2009 at 7:39

GoogleCodeExporter commented 9 years ago
Since no additional information has been forthcoming, I have marked these
invalid.
For what it's worth, I think that they may be related to GNOME running
readdir() over the directory to cache the file listing. To verify if this
is or isn't the case, leave the file system for about a minute (or more if
you have a lot of files without folders) until GNOME has finished caching
the file listings. It should work normally afterwards.
If it doesn't, please follow the instructions in the FAQ under the Wiki tab
and post again.

Original comment by d38dm8nw81k1ng@gmail.com on 14 Jul 2009 at 8:02

GoogleCodeExporter commented 9 years ago
Sorry, I forgot this issue :(

Yestoday, It suddenly work well when I rebuild and run. I don't know what 
happens.
I'm using Archlinux with python2.6.2 and fuse-python20090329 and 
gdata-python1.3.1.

I commit google-docs-fs to archlinux
AUR(http://aur.archlinux.org/packages.php?ID=28666). Any archlinux user could 
install
it in very simple way.

btw: do you intend to release a new version now? It can't browse diretory 
correctly
in google docs filesystem in beta3 version, but can do in svn.

Original comment by tocer.deng@gmail.com on 23 Jul 2009 at 2:05

GoogleCodeExporter commented 9 years ago
Yeah I will. I'm just doing some testing before I release it.
Thanks for committing it to Arch. What version are you committing? The latest 
SVN?

Original comment by d38dm8nw81k1ng@gmail.com on 23 Jul 2009 at 7:02

GoogleCodeExporter commented 9 years ago
I committed beta3 to Archlinux, so I hope you realease new version quickly :)

Original comment by tocer.deng@gmail.com on 23 Jul 2009 at 7:12

GoogleCodeExporter commented 9 years ago
OK, I've just uploaded beta4. I went through and fixed a few other bugs as well 
as
the one related to folders. =)
Scott W

Original comment by d38dm8nw81k1ng@gmail.com on 23 Jul 2009 at 8:25

GoogleCodeExporter commented 9 years ago
Good news. I've updated the package in archlinux AUR.

Original comment by tocer.deng@gmail.com on 23 Jul 2009 at 9:38