Closed GoogleCodeExporter closed 9 years ago
I have started working on this issue - there is now a new constructor in the
HEAD where
you can specify the Type of Login. Statics in Voice.java provide valid strings
for this
parameter.
However, even set to HOSTED_OR_GOOGLE it does not seem to work. (What users
report back
to me) Has anyone access to a hosted domain Google Account where you can debug,
or is
anyone able to provide me with a hosted domain google account (maybe
temporarily), so
that I can debug?
Original comment by teisentr...@gmail.com
on 31 May 2010 at 8:51
Created new account @atmydomain.com. It seems to work just fine with the API.
If
there are errors, you might need to see exactly what is being returned by
Google when
login is attempted and if the account was set up properly.
It may be possible that accounts created in the past behave differently than
those in
the present???
Original comment by malone.j...@gmail.com
on 31 May 2010 at 11:24
Ok, I have the customer create a log file which will hopefully include a stack
trace
of the problem.
Original comment by teisentr...@gmail.com
on 1 Jun 2010 at 5:25
[deleted comment]
Ok, i have printed the html to console google returns when we call
get(generalURLString);
The answer is shown in the attached screenshot. I have done the client login
with
HOSTED_OR_GOOGLE.
Has anyone ideas?
Original comment by teisentr...@gmail.com
on 1 Jun 2010 at 8:27
Attachments:
initialize the voice object with ClientType Voice.GOOGLE and it will work.
(Most
constructors do this already internally).
Original comment by teisentr...@gmail.com
on 2 Jun 2010 at 9:23
I too have noticed that some of my users *cannot* log into a HOSTED google
account using the "ClientType Voice.HOSTED_OR_GOOGLE"
I am able to successfully log onto my Google Voice account using the above
(my_name@gmail.com); however, a user who's email is (username@remn.com) is not
able to log in using the HOSTED_OR_GOOGLE option.
I believe there is still a problem with this option.
Original comment by gurur...@gmail.com
on 9 Jun 2010 at 10:27
Again, Just use GOOGLE as login type even though the address is
user@hosted.com. It should work.
Original comment by malone.j...@gmail.com
on 9 Jun 2010 at 11:23
Original issue reported on code.google.com by
teisentr...@gmail.com
on 31 May 2010 at 8:48