[appengine-java] Re: AuthSub InvalidToken problem

2010-04-03 Thread nicanor.babula
Thank you very much. By comparing your code to mine, I found where the error was. Cristian Babula. On Mar 31, 5:37 pm, m seleron wrote: > Hi, > > I made a simple sample. > > Please try. > I hope I can be of some help to you. > > thanks. > > 2010/3/31 nicanor.babula : > > > Hmm? No idea? ;) > > T

Re: [appengine-java] Re: AuthSub InvalidToken problem

2010-03-31 Thread m seleron
Hi, I made a simple sample. Please try. I hope I can be of some help to you. thanks. 2010/3/31 nicanor.babula : > Hmm? No idea? ;) > Thanks in advance. > > On Mar 30, 10:06 am, "nicanor.babula" > wrote: >> That's all the code that deals with google services in my whole >> application. The exc

[appengine-java] Re: AuthSub InvalidToken problem

2010-03-31 Thread nicanor.babula
Hmm? No idea? ;) Thanks in advance. On Mar 30, 10:06 am, "nicanor.babula" wrote: > That's all the code that deals with google services in my whole > application. The exception is raised on the following instruction: > [code] > CalendarEventFeed resultFeed = calendarService.query(myQuery, > Calend

[appengine-java] Re: AuthSub InvalidToken problem

2010-03-30 Thread nicanor.babula
That's all the code that deals with google services in my whole application. The exception is raised on the following instruction: [code] CalendarEventFeed resultFeed = calendarService.query(myQuery, CalendarEventFeed.class); [/code] What about the environment? You are saying that I might have inc

[appengine-java] Re: AuthSub InvalidToken problem

2010-03-29 Thread seleronm
Hi, I was not able to have them reproduce behavior though I tried a little. (It was possible to execute it normally). Can post do you the source code further? I want to confirm behavior. Or, the environment might be a cause. thank. > Come on! > Anyone, anything? > > Thanks. > > On Mar 26, 12:5

[appengine-java] Re: AuthSub InvalidToken problem

2010-03-29 Thread nicanor.babula
Come on! Anyone, anything? Thanks. On Mar 26, 12:54 pm, "nicanor.babula" wrote: > Hi all, > > I am facing a strange problem in with my app in GAE and I can't seem > to figure it up by myself, so I hope you'll help me.. Here we are: > > I do : > > [code] > String authSubUrl = AuthSubUtil.getReque