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

Cannot connect #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. type gmount <email>

Get following output

Traceback (most recent call last):
  File "/usr/local/bin/gmount.py", line 7, in <module>
    gFile.main()
  File "/usr/local/lib/python2.6/dist-packages/googledocsfs/gFile.py", line 545, in main
    sys.argv[1], sys.argv[2] = sys.argv[2], sys.argv[1]
IndexError: list index out of range

and no connection

Original issue reported on code.google.com by chippya...@gmail.com on 28 Oct 2010 at 11:55

GoogleCodeExporter commented 9 years ago
Hi,
You need to specify the mount point as well:

gmount <directory> <email>

Cheers,
Scott W

Original comment by d38dm8nw81k1ng@gmail.com on 7 Nov 2010 at 2:08