3 messages in com.googlegroups.google-calendar-help-dataapiRe: Accessing the calendar authentica...
FromSent OnAttachments
PlasticManc14 Jun 2007 11:32 
CrazyAtlantaGuy14 Jun 2007 12:11 
PlasticManc15 Jun 2007 01:32 
Subject:Re: Accessing the calendar authentication API from a browser?
From:PlasticManc (timw@googlemail.com)
Date:06/15/2007 01:32:38 AM
List:com.googlegroups.google-calendar-help-dataapi

I assume you are trying to use the calendar api, since this is the calendar newsgroup.

And the discussion subject is " Accessing the calendar authentication API from a browser?". :o)

But you're bang on with the solution, my silly mistake. Because it's code the google page uses courier and the one and "l" have very similar seriphs (always copy and paste everything!). Thanks for your time and help - I could have stared at that for hours without working it out.

ps I also needed to change the "%40" back to an "@" - I assume it gets percent encoded by my browser anyway so me doing it too messes things up.

Thanks again,

Tim

On Jun 14, 8:12 pm, CrazyAtlantaGuy <craz@gmail.com> wrote:

I assume you are trying to use the calendar api, since this is the calendar newsgroup. In this case you will need to fix your "service" field from the incorrect value of "c1" to "cl". The second character is not a 1 but a lowercase L.

Making this change, and using my gmail username and password, was all it took for your form to work as expected.

On Jun 14, 2:32 pm, PlasticManc <timw@googlemail.com> wrote:

Hello,

leads me to think that if I click the button on the following locally stored HTML form:

<form METHOD=POST ACTION="https://www.google.com/accounts/ ClientLogin"><br> <input name="Email" id="Email" value="blackwelltim%40yahoo.com"><br> <input name="Passwd" id="Passwd" value="mypassword"><br> <input name="source" id="source" value="Biguana-MyApp-1"><br> <input name="service" id="service" value="c1"><br> <INPUT TYPE=submit VALUE="Test this form"><br> </form>

I would get my 3 alphanumeric codes back (assuming my credentials are right) but I just get

Error=BadAuthentication

. Is there any chance someone could point out what's wrong here?

I realise it's designed to be used programatically, but I would have thought it would still work in a browser (for testing purposes)?

Thanks,

Tim