[google-appengine] Re: Server error

2015-08-13 Thread Randy Walsh
I redeployed the app and that fixed it. On Thursday, August 13, 2015 at 9:28:53 AM UTC-6, Randy Walsh wrote: > > I've been getting this error for the last couple of days on Google app > engine. Site has been running fine for 3 years. > > Error: Server Error > > The s

[google-appengine] Server error

2015-08-13 Thread Randy Walsh
I've been getting this error for the last couple of days on Google app engine. Site has been running fine for 3 years. Error: Server Error The server encountered an error and could not complete your request. Please try again in 30 seconds Anybody know how to fix it? -- You received this mes

[google-appengine] OAuth newbie question

2012-09-28 Thread Randy Walsh
I want my application to access the google APIS - that is, Google Drive. ( https://developers.google.com/accounts/docs/OAuth2) The Google Drive access is the one associated with my Google domain (setup by the console: https://code.google.com/apis/console#access ) That is, I am NOT wanting access

[google-appengine] Multiple Server Instances - How do they work?

2011-11-28 Thread Randy Walsh
Multiple Server Instances - How do they work? I’m new to Google AppEngine and am trying to understand more about how applications run distributed across multiple servers. What I’m wondering is this. If I create a GO application, with a global variable, such “Counter” in the code below.