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 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.

401 questions
1
vote
2 answers

Google Datastore Backup causes errors

We are performing backups for our Google Datastore documents through a cron as describere here. The database is about 55GB including indices and we do a full backup every 24 hours. The bucket we save into belongs to another project. The backups…
1
vote
2 answers

Internal DNS Resolution in Java AppEngine System

As many organizations do, we have a large footprint of internal infrastructure that is mapped behind internal DNS names (int.organization.com). This DNS namespace is configured in a split DNS configuration where devices INSIDE our firewall can use…
Stan
  • 21
  • 3
1
vote
1 answer

Google App Engine: This operation is not possible because no App Engine application was found for this project

I'm trying to help a friend deploy a simple python app in google app engine (the free account). It seems as if his project could be corrupt? The project is: Project ID sgvfr-riprunner When I enter the google app engine section from the developers…
SofCoder
  • 11
  • 1
1
vote
1 answer

App Engine monitoring dashboard for multiple apps

I run a number of webapps on Google App Engine. I'm looking for a monitoring dashboard that shows me basic health metrics (HTTP response codes, latency, etc.) from multiple App Engine apps at the same time, on the same page. Ideally it should also…
ryan
  • 246
  • 1
  • 8
1
vote
1 answer

App-engine instance hours seem way too high

I have a small app hosted on GAE with 2 modules. The default module, frontend is alotted 28 instance hours. The backend is using basic_scaling: so only has 8 instance hours available. I noticed that my application has only been running for 2 hours,…
borring
  • 23
  • 1
  • 4
1
vote
2 answers

Not able to use mysql in google app engine - Error loading MySQLdb module: No module named _mysql. I am using cloudSQL

I am using googleAppEngineLauncher to try mysql connection. It gives the log File "/Users/kakshilshah/Desktop/hope/skeduleBackend/django/utils/importlib.py", line 40, in import_module __import__(name) File…
1
vote
1 answer

App engine - Naked domain redirect to "www"

I set up my domain with SSL certificate on Google Appengine: https://www.ltc-x.de/ Everything is working fine for the www subdomain. Now I want to get the naked domain to work as well. So if someone types in just ltc-x.de they should be redirected…
jan
  • 129
  • 9
1
vote
1 answer

How to recover If you lost administrator rights of Google Apps?

I tried of Google Apps Premier Edition, but I got rid of administrator rights of the administrative account by mistake and was not able to access Control Panel. How to recover If you lost administrator rights of Google Apps?
freddiefujiwra
  • 1,667
  • 5
  • 25
  • 34
1
vote
1 answer

App Engine, OpenSSL and Heartbleed

Has GAE ever used OpenSSL for its frontend servers? It’s quite interesting in the context of the Heartbleed security hole. It would be nice to get a confirmation from Google that no risks are present.
1
vote
2 answers

Google App Engine as part of a load balanced service

I have a set of servers that are currently using a single domain name with multiple DNS A records to round robin load balance. I have ported my service to run on the Google App Engine and I would like to add the google hosted service to the round…
1
vote
2 answers

can two cloud infrastructures connect

I want to use app engine but unfortunately they are not supporting with their DB spatial queries, so I was wondering if there is a way to create my DB on one cloud either AWS or Azure and my backend on app engine if it is possible: what is the best…
1
vote
1 answer

App Engine: Redirecting domain (not google apps) to appengine without Host records

I would like to redirect a domain to app engine, but my Domain provider only allows me to set information for Primary DNS and Secondary DNS. It means that there is no possibilities to set host records (cname, A, etc) I think I do have to use a DNS…
1
vote
2 answers

Disallowing POST requests from different origins GAE

Is it possible to stop requests (POSTs) from different origins on Google App Engine? I understand that IP spoofing is "easy", is there another solution, maybe sessions? Suggestions are welcome.
Ahmed Nuaman
  • 304
  • 1
  • 2
  • 8
1
vote
2 answers

Google App Engine and SSL Payment Page

I have an app hosted on Google App Engine and I need to have a payment page that uses SSL. GAE only allows you to use SSL on their appspot domain but I want to keep it on my custom domain. Is it appropriate to host my payments page with a different…
1
vote
2 answers

joomla in Google appengine

I was wondering if I can transfer my existing site based on joomla! in Google appengine. How can I do that? Will it be easy if I start from scratch (modifying joomla! for Google appengine). Please advise me tutorials, walkthrough and your…