Thanks for replying. e.printStackTrace() does not print anything in the app engine logs/ All i see is:
1. 2013-05-07 10:01:45.642 vik.sakshum.sakshumweb.server.common.CommonServiceCode getGoogleDoc: Exception in finally of execute of getGoogleDoc 2. E 2013-05-07 10:01:45.642 vik.sakshum.sakshumweb.server.common.CommonServiceCode getGoogleDoc: Exception class is :com.google.gdata.util.ResourceNotFoundException 3. E 2013-05-07 10:01:45.642 vik.sakshum.sakshumweb.server.common.CommonServiceCode getGoogleDoc: Exception is :OK Coming at line: MediaSource ms = client.getMedia(mc); Thankx and Regards Vik Founder http://www.sakshum.org http://blog.sakshum.org On Tue, May 7, 2013 at 1:20 PM, Vinny P <[email protected]> wrote: > On Tuesday, May 7, 2013 1:06:44 PM UTC-5, Vivek Kumar wrote: >> >> Hi >> >> Can someone please assist on the thread http://stackoverflow.** >> com/questions/16329900/com-**google-gdata-util-** >> resourcenotfoundexception<http://stackoverflow.com/questions/16329900/com-google-gdata-util-resourcenotfoundexception> >> >> > From your Stack Overflow post: > >I had working code till yesterday and today i am seeing exception > com.google.gdata.util.ResourceNotFoundException while reading google doc > from my gae code... > > What is the exact exception message coming from ResourceNotFoundException? > That exception can come up for several reasons. Also, a full stack trace > would be great. The gdata Java library does a lot of stuff - it's difficult > to pinpoint an exact cause without a stack trace and exception message. > > > ----------------- > -Vinny P > Technology & Media Advisor > Chicago, IL > > My Go side project: http://invalidmail.com/ > >> -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/google-appengine?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
