Re: [google-appengine] SpreadsheetService works in development node but app engine

2012-06-05 Thread Takashi Matsuo
Hi Ding, Can you ask this kind of question on StackOverflow? We moved Q&A functionality from this forum to "google-app-engine" tag there. http://stackoverflow.com/questions/tagged/google-app-engine Thanks, On Sun, Jun 3, 2012 at 10:59 PM, Ding Qin wrote: > Hi, > > I'm developing GWTP project,

[google-appengine] SpreadsheetService works in development node but app engine

2012-06-04 Thread Ding Qin
Hi, I'm developing GWTP project, and below scenarios are tested successfully in my local development mode : 1. Get authenticated and authorized by OpenID and OAuth 2. Save GoogleOAuthParameters object into HttpSession. 3. Another action handler reuses the GoogleOAuthParameters stored in session t