alreymark
unread,Oct 15, 2011, 11:22:12 PM10/15/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-app...@googlegroups.com
Hi,
I'm using Zend Gdata script to retrieve some info of a user from my Google Apps. At first all seems to be working fine but when the captcha challenge appears I'm getting "Error: Authentication with Google failed. Reason: BadAuthentication" eventhough my login credentials are correct and the token and the captcha answer are correct. This happens when I'm going to submit a correct answer to the captcha challenge.
Here is how my code looks like:
$client = Zend_Gdata_ClientLogin::getHttpClient('email-address', 'password', Zend_Gdata_Gapps::AUTH_SERVICE_NAME, null, 'appName', $token, $answer);
Does anybody knows why is this happening, any workaround? Any help is very much appreciated.
Thanks,
Mark