### Request : 'POST
https://www.google.com/accounts/ClientLogin
Content-Length: 130
Content-Type: application/x-www-form-urlencoded
accountType=GOOGLE&Email=xxxxxxx%40gmail.com
&Passwd=*******&service=grandcentral&source=org.cpan.WebService.Google.Voice.SendSMS
'
### Response : 'HTTP/1.1 403 Forbidden
Cache-Control: no-cache, no-store
Connection: close
Date: Tue, 28 Oct 2014 00:36:22 GMT
Pragma: no-cache
Server: GSE
Content-Length: 341
Content-Type: text/plain
Expires: Mon, 01-Jan-1990 00:00:00 GMT
Alternate-Protocol: 443:quic,p=0.01
Client-Date: Tue, 28 Oct 2014 00:36:22 GMT
Client-Peer: 74.125.226.177:443
Client-Response-Num: 1
Client-SSL-Cert-Issuer: /C=US/O=Google Inc/CN=Google Internet Authority G2
Client-SSL-Cert-Subject: /C=US/ST=California/L=Mountain View/O=Google
Inc/CN=www.google.com
Client-SSL-Cipher: ECDHE-RSA-AES128-SHA
Client-SSL-Socket-Class: IO::Socket::SSL
X-Content-Type-Options: nosniff
X-Frame-Options: DENY
X-XSS-Protection: 1; mode=block
Error=BadAuthentication
Url=
https://www.google.com/accounts/ContinueSignIn?sarp=1&scc=1&plt=AKgnsbt3ooZvHHhMt64aPZLsbCZgrlqi4I5EbZjiFgMLgm-CftXiWaYknbBXHpDIr7tGsK-LgoIzhOddiirD3e4x2Nu-e-o7S6OGo9N5Ahxdx7_S4hVASguII0FNMe_p0DGPo6LksuaRjCzJlgxh4CjkBAGaGo0f0BljMhlvG5sm743IbIXnCeslfkcGS-0zc0BatW-VM5GlcUrPS18tYLy3amKnxqHSUg
Info=WebLoginRequired
'
SendSMS: HTTP request failed: 403 Forbidden at test.pl line 5.
On Mon, Oct 27, 2014 at 1:54 AM, Christopher J. Madsen via RT <
bug-WebService-Google-Voice-SendSMS@rt.cpan.org> wrote:
Show quoted text> <URL:
https://rt.cpan.org/Ticket/Display.html?id=99827 >
>
> The first step in debugging is always to test whether you can log in to
> the Google Voice website in a browser and send a SMS message manually. If
> you can't, you'll have to take it up with Google; there's nothing I can do.
>
> If you are able to send a SMS manually, the next step in debugging is to
> install the Smart::Comments module, uncomment the "use Smart::Comments"
> line in WebService::Google::Voice::SendSMS, and try running the script
> again. Post the debugging output (sanitizing your password, of course).
>