On Mon, Mar 9, 2009 at 11:50 PM, Energy Aware <[email protected]> wrote: > Hi > I am trying to create Event using Java Google API, It use to work fine till > yesterday. But from today morning I am facing some strange Problem whicle > Creating Event > > I am creating event through myService.insert(Url, myEntry); > > EXCEPTION: > > ServiceException Occured in createEvent > Method:::com.google.gdata.util.ResourceNotFoundException: Not Found > <HTML> > <HEAD> > <TITLE>Not Found</TITLE> > </HEAD> > <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> > <H1>Not Found</H1> > <H2>Error 404</H2> > </BODY> > </HTML> > > Pleasehelp me as early as possible
That error means that you're accessing an invalid feed/entry URL. See here: http://code.google.com/apis/gdata/javadoc/com/google/gdata/util/ResourceNotFoundException.html Are you sure you haven't changed anything? Where are you getting the URL you're using from? -- Trevor Johns --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
