Hey ryan,

I tried using the strin "Token" instead of the
GoogleAuthentication.AuthSubToken. But the actual problem doesnt lie
there.

Dim strSessionToken As String =
Utilities.ParseValueFormStream(resp.GetResponseStream, "Token")

resp is the response object. I get an error at this line saying that
"Stream was not readable"..So i check the properties of
resp.GetResponseStream and It has properties called
"CanRead","CanSeek","CanWrite"...All of which have the value false.
That is why the stream is not being parsed to get the token value. Any
idea why the value of canRead is false. It is a readOnly property..


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Google Calendar Data API" group.
To post to this group, send email to 
[email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to