prayagverma / gdata-python-client

Automatically exported from code.google.com/p/gdata-python-client
1 stars 0 forks source link

Problem while using the API with usernames containing dots. #584

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hello gdata team,

What steps will reproduce the problem:
1. Running samples/contacts/contacts_example.py from gdata samples
2. Type a google account name that contains at least 1 dot, eg. mine 
(screenshot)
3. Hitting Enter key, you will have the following response : "Invalid user 
creditentials given"

What is the expected output:
The demo menu, with many functionalities related to contacts management.

What version of the product are you using?
gdata-2.0.16

Please provide any additional information below:
After multiple tests I've clearly identified the problem. Seems like before 
executing the real authentification query, all dots are removed from the 
username. I figured it out when I tried to log in with something like 
"my.....us...er...n...ame..."
with the correct password for "myusername", and this operation was successful.

Thank you in advance and sorry for my bad english. I learnt everything from 
school ;)

Original issue reported on code.google.com by m.develo...@gmail.com on 18 Jan 2012 at 3:58

Attachments: