[appengine-java] Re: Can't request public Google Doc anymore

2011-08-04 Thread Slaine
Discard the url in mail above, apparently it's truncated by Groups. Here's a good example -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To vi

[appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-13 Thread Slaine
Same problem here. Email part of permissions list and owner of application. Any progrenss someone? BR On 13 aug, 00:24, Asmaa EL MOKHTARI wrote: > Please can any one help us to solve this problem > because i passed several hours searching whitout any succes. > any help would be appreciated. > >

[appengine-java] How to HTTP Request a public Google Doc from GAE Java?

2011-08-15 Thread Slaine
Hi all, Does anyone know how a public (web published) Google doc can be requested with HTTP from GAE Java? I used to do this with this very straight forward code but for some reason, it does not work anymore. URL url = new URL(requestUrl.toString()); BufferedReader in = new BufferedReader(new In

[appengine-java] Re: How to HTTP Request a public Google Doc from GAE Java?

2011-09-15 Thread Slaine
/appengine/articles/java/retrieving_gdata_feeds... > > > -Aswath > >www.AccountingGuru.in. > > > On Tue, Aug 16, 2011 at 1:38 AM, Slaine wrote: > > >> Hi all, > > >> Does anyone know how a public (web published) Google doc can be > >> requested

[appengine-java] Re: Memcache: can't get it working

2010-11-07 Thread Slaine
Found a solution by using a different API: MemcacheService cache = MemcacheServiceFactory.getMemcacheService(); Rest of the code is the same. Actually documentation of app engine has some shortcomings on this topic. I have passed 2 days trying to find a solution and finaly found it in O'Reilly'