Problem with gmailfs

Posted by user35529 on Server Fault See other posts from Server Fault or by user35529
Published on 2010-02-20T15:29:57Z Indexed on 2010/12/29 1:56 UTC
Read the original article Hit count: 354

Filed under:
|

Hello(????????????)

I've got a little with gmailfs.

I'm trying to mount gmail accout as a local file system on my Debian Lenny using the following command.

mount -t gmailfs none /mnt/gmail -o [email protected],password=mypassword,fsname=SixSixSix

But it gives my garbage like this

Ignored option :rw
Traceback (most recent call last):
  File "/sbin/mount.gmailfs", line 166, in <module>
    main(mountpoint, namedOptions, useEncfs)
  File "/sbin/mount.gmailfs", line 92, in main
    gmailfs.main(mountpoint, namedOptions)
  File "/usr/lib/python2.5/site-packages/gmailfs.py", line 1175, in main
    server = Gmailfs(namedOptions,mountpoint,version="gmailfs 0.8.0",usage='',dash_s_do='setsingle')
  File "/usr/lib/python2.5/site-packages/gmailfs.py", line 611, in __init__
    self.ga.login()
  File "/usr/lib/python2.5/site-packages/libgmail.py", line 316, in login
    raise GmailLoginFailure("Login failed. (Wrong username/password?)")
libgmail.GmailLoginFailure: 'Login failed. (Wrong username/password?)'

Username and Password are totally correct.

© Server Fault or respective owner

Related posts about email

Related posts about drive