Questions tagged [google-app-engine]

Google App Engine is a cloud computing technology for hosting web applications in Google-managed data centers. Google App Engine is a PaaS offering for Java, Python and Go (experimental).

Google App Engine is a cloud computing technology for hosting web applications in Google-managed data centers.

Google App Engine lets you run your web applications on Google's infrastructure; applications are easy to build, easy to maintain, and easy to scale as your traffic and data storage needs grow.

With App Engine, there are no servers to maintain: You just upload your application, and it's ready to serve your users.

As of March 5th, 2012, Google's community support for Java/Python AppEngine is moving to StackOverflow under the google-app-engine tag.

54 questions
4
votes
2 answers

Is it possible to purchase a non-recurring credit on Google App Engine?

My birthday is coming up and my parents asked me what I would like for a present. I said "App Engine CPU hours". But after looking at the billing options, I can't find a way for them to make a one-time credit to my account. The only option seems to…
Duncan
3
votes
1 answer

What will happen if I reach free limits in Google App Engine (GAE)?

What will happen if I reach free limits in Google App Engine (GAE)? Will GAE force me to pay for this? Will GAE just stop handling my app requests?
blurp
  • 31
  • 1
3
votes
1 answer

When Google App Engine is free?

I am developing a a small dictionary app (in Go) that is not likely to get much traffic. Maybe 100 unique visitors per day and each visitor makes 10 queries. Also the app files are very slim. Not more than 100MB altogether. I've looked at the…
Karlom
  • 131
  • 3
2
votes
1 answer

What is the best blog engine that runs on Google App Engine

What is the best blog engine that runs on Google App Engine?
Christian
  • 1,044
  • 7
  • 14
2
votes
1 answer

How can I extend my google appengine application to run a windows executable?

I've got a simple webapp running on Google App Engine (python). I want to extend the functionality of my my webapp and this requires running a Windows executable on a user uploaded JPG file. This cannot be done on App Engine. Thoughts I've had are…
user714852
  • 121
  • 1
2
votes
2 answers

Good service to host CPU intensive web application

Possible Duplicate: How to find web hosting that meets my requirements? Currently, I am a happy user of google app engine. However, I am planning to host a CPU intensive web app (which is going to apply all sorts of signal processing algorithm),…
Cheok Yan Cheng
  • 267
  • 3
  • 9
1
vote
1 answer

Why do I need more quota in Google Developers Console when I only have 7 projects?

I have 7 projects in Google Developers Console. Of those, only two are deployed to app engine. One version each. These two projects hardly consume any resources. I tried to create one more project and I got this error message: Their documentation…
Yuriy N.
  • 195
  • 4
1
vote
0 answers

reCaptcha redirecting to a 404

I'm using the login URL supplied by UserService.createLoginURL(...) as described in http://gae-login-explainer.appspot.com/#section_GAE_login. The problem is that when one of my users encounters a reCaptcha, upon completion they are redirected to…
Dave Chen
  • 111
  • 4