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

Incorrect username or password #60

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use head version of google-docs-fs from google.code.com
2. On cmd line, enter: ./gmount ~/Google\ Drive/ username@gmail.com
3. Enter gmail password

What is the expected output? What do you see instead?
Have dir mounted. Replace $USERNAME with my actual gmail username. I KNOW my 
password is correct.

charding@charding-laptop:~/dev/google-docs-fs$ ./gmount ~/Google\ Drive/ 
$USERNAME@gmail.com
Password: 
Traceback (most recent call last):
  File "/home/charding/dev/google-docs-fs/gmount.py", line 7, in <module>
    gFile.main()
  File "/home/charding/dev/google-docs-fs/googledocsfs/gFile.py", line 550, in main
    usage = usage, dash_s_do='setsingle')
  File "/home/charding/dev/google-docs-fs/googledocsfs/gFile.py", line 96, in __init__
    self.gn = gNet.GNet(em, pw)
  File "/home/charding/dev/google-docs-fs/googledocsfs/gNet.py", line 45, in __init__
    self.gd_client.ProgrammaticLogin()
  File "/usr/lib/pymodules/python2.6/gdata/service.py", line 793, in ProgrammaticLogin
    raise BadAuthentication, 'Incorrect username or password'
gdata.service.BadAuthentication: Incorrect username or password

What version of the product are you using? On what operating system?
From hg clone on Dec 13, 2012

Please provide any additional information below.

Original issue reported on code.google.com by craigwharding on 13 Dec 2012 at 11:34

GoogleCodeExporter commented 9 years ago
Remove the space in the file name, it's work.

Original comment by semast...@gmail.com on 12 Jan 2013 at 2:30

GoogleCodeExporter commented 9 years ago
Yes you're correct.

Original comment by craigwharding on 9 Feb 2013 at 7:37