I am actually developing this codebase on a mac under mono, using the windows VM only occasionally. So in general, i can vouch for the code working under mono, but that does not imply it works always/anywhere/ allthetime....
To cover the basics. You did add all the authorities/certificates? Default mono does not trust anyone, rightfully so, so you need to add the certs to your machine (there is a mono faq somewhere that explains that). Frank Mantek Google On Dec 6, 2007, at 5:13 AM, ThaMubber wrote: > > Hi, > > I started few days ago playing with the Google API's. > My first try was the Google Calendar. > > I get the same error described in another post before with my own > application > I am working on a Ubuntu Linux (7.10) machine with Mono (1.2.5.2). > > After that I tried that sample application in the Google Data API SDK > directory. > On my Windows machine it works but when I try to run it on my Linux > machine it fails with the following error: > > [EMAIL PROTECTED]:/media/progs/Google/Google Data API SDK/Samples$ ./ > Calendar.exe > > Unhandled Exception: Google.GData.Client.GDataRequestException: > Execution of request failed: > http://www.google.com/calendar/feeds/default/private/full?start-min=2007-11-08T04:52:24+01:00&start-max=2008-06-06T04:52:24+02:00 > ---> System.Net.WebException: The remote server returned an error: > (401) Authorization required. > at System.Net.HttpWebRequest.CheckFinalStatus > (System.Net.WebAsyncResult result) [0x00000] > at System.Net.HttpWebRequest.SetResponseData > (System.Net.WebConnectionData data) [0x00000] --- End of inner > exception stack trace --- > > at Google.GData.Client.GDataRequest.Execute () [0x00000] > at Google.GData.Client.GDataGAuthRequest.Execute (Int32 iRetrying) > [0x00000] > > > Any ideas? > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
