Open GoogleCodeExporter opened 9 years ago
papersnowman@gmail.com
I have the same issue, signed up for 2 step verification.
deleted whatever version I had originally, redownloaded and installed .5 on my
Debian box and it still failed.
(repeatedly tried my acct password, as well as the application password I had
created for it)
Original comment by papersno...@gmail.com
on 1 Mar 2011 at 10:47
Same problem as well
Original comment by drewhill80
on 2 Mar 2011 at 12:42
pygooglevoice operates over the web interface so you cannot use the application
passwords that Google generates for you. This project will have to add support
for 2-step auth.
I've been able to use oath-toolkit to generate verification codes, so this may
be an option for pygooglevoice as well. It could list oath-toolkit as a
dependency or implement the time-based one time password (TOTP) standards.
Some additional notes:
Google only provides the TOTP key when you select iPhone, Android, or
Blackberry for your authentication channel.
The key is provided as a 16 character string in base 32. oath-toolkit needs the
key as hex. This can be translated with the help of code that Google provides
on their Google Authenticator page.
Original comment by fra...@gmail.com
on 4 Mar 2011 at 2:45
The first time I tried to log in with the gvoice command, login failed, but
almost immediately my phone received the verification text message. Of course,
there was nowhere to enter the 6-digit code. Also, the application-specific
passwords didn't work either.
Original comment by nelson.b...@gmail.com
on 11 Mar 2011 at 5:06
[deleted comment]
I've forked this project and incorporated changes to support 2-step
authentication.
http://code.google.com/r/fracai-pygooglevoice/
Note, that executing 2-step authentication by storing the SMS Key in your user
configuration will require oathtool from oath-toolkit (
http://oath-toolkit.nongnu.org/ ).
Original comment by fra...@gmail.com
on 7 Apr 2011 at 2:30
this is lovely fracai... but how in gods name do you build oath-toolkit for
centos.... ive been messing with it for 4 hours and i cant figure it out
Original comment by Russell....@gmail.com
on 27 Jun 2011 at 11:04
Tried to get at the force mentioned in comment 6, but I get a 403 error
clicking on that link. I am having the same problem as others: I have
two-step authentication, and the application password doesn't work.
Original comment by rpgold...@gmail.com
on 19 Feb 2012 at 10:51
Sorry, I had to refork. The correct link is now:
http://code.google.com/r/fracai-pygooglevoice2/
Note that I haven't touched this in a while, so it may need some additional
work. I hope to get back to it "soon".
Original comment by fra...@gmail.com
on 20 Feb 2012 at 1:45
I found it stopped working again. I fixed it and created a fork here:
https://code.google.com/r/phoenix84-pygooglevoice/
I haven't fully tested everything, it works for what I need (VM notification in
Asterisk). I also don't know any Python, so I can't guarantee I can keep up on
it.
Original comment by phoeni...@gmail.com
on 9 Oct 2012 at 8:28
Original issue reported on code.google.com by
Jonathan...@gmail.com
on 17 Feb 2011 at 5:11