Hi austin, Thanks but i got the following exception:
---------------------------------------------------------------------------------------------------------------------------------------- The server had a problem handling your request. com.google.gdata.client.GoogleService$InvalidCredentialsException: Invalid credentials at com.google.gdata.client.GoogleAuthTokenFactory.getAuthException(Unknown Source) at com.google.gdata.client.GoogleAuthTokenFactory.getAuthToken(Unknown Source) at com.google.gdata.client.GoogleAuthTokenFactory.setUserCredentials(Unknown Source) at com.google.gdata.client.GoogleService.setUserCredentials(Unknown Source) at com.google.gdata.client.GoogleService.setUserCredentials(Unknown Source) at EventFeedDemo.main(EventFeedDemo.java:474) ---------------------------------------------------------------------------------------------------------------------------------------- Thanks, TFR On 12/1/07, Austin (Google) <[EMAIL PROTECTED]> wrote: > > > Hi, > > With Java you can direct all your HTTP requests through a proxy server > by setting a few system properties as following: > > System.getProperties().put( "proxySet", "true" ); > System.getProperties().put( "proxyHost", "myProxyMachineName" ); // > your proxy address > System.getProperties().put( "proxyPort", "85" ); // your proxy port > > Hope it helps, > Austin > > On Nov 28, 6:58 pm, outlaw <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > I got an exception while trying to run the calendar sample with > > java api. I go an exception saying ' Error connecting with login URI'. > > I am behind a proxy server to connect to internet. But i couldnt find > > how to configure proxy for java api. Please help me out. > > > > Thanks, > > TFR > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
