Since i am just using .NET Calendar API 1.1.3 and it doesnt has that parameter, can we assume that a proxy in between is sending this parameter ?
Thanks Kulvinder Singh ----- Original Message ---- From: Frank Mantek <[EMAIL PROTECTED]> To: [email protected] Sent: Friday, February 8, 2008 1:40:57 PM Subject: Re: How to debug the 400 error : Invalid parameter: 'safe'. All you can do is put a network sniffer (fiddler, your old friend) in between. See if your client is really NOT sending that parameter. If someone inbetween is adding parameters, you are out of luck - at least from your end there is nothing you can influence. Frank Mantek Google On Feb 8, 2008, at 8:25 AM, Kulvinder Singh wrote: Hi, I am using .NET calendar API 1.1.3 and getting the following error when trying to fetch an authenticated feed of the events : Execution of request failed: http://www.google.com/calendar/feeds/MyCalendarId/private/full?max-results=2147483647&start-min=2008-02-04T08:00:00Z&start-max=2008-02-11T08:00:00Z&ctz=America/Los_Angeles The remote server returned an error: (400) Bad Request. Invalid parameter: 'safe'. at Google.GData.Client.Service.Query(Uri queryUri, DateTime ifModifiedSince) at Google.GData.Client.Service.Query(FeedQuery feedQuery, DateTime ifModifiedSince) at Google.GData.Client.Service.Query(FeedQuery feedQuery) at Google.GData.Calendar.CalendarService.Query(EventQuery feedQuery) I am not able to figure out how a parameter 'safe' can go in a request when we are not putting it? Is it due to some proxy which is changing the request being sent to google ? Is there any way in the API to debug it ? Any other thoughts ? Thanks Kulvinder Singh Looking for last minute shopping deals? Find them fast with Yahoo! Search. ____________________________________________________________________________________ Looking for last minute shopping deals? Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
