Top "Google-app-engine" questions

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

Cross-Origin Request Blocked

So I've got this Go http handler that stores some POST content into the datastore and retrieves some other info …

ajax google-app-engine go cors firefox-os
Removing u in list

I have read up on remove the character 'u' in a list but I am using google app engine and …

python google-app-engine unicode
Does Python have a toString() equivalent, and can I convert a db.Model element to String?

I'm writing a ToDo list app to help myself get started with Python. The app is running on GAE and …

python google-app-engine django-templates
What is the difference between Google App Engine and Google Compute Engine?

I was wondering what the difference between App Engine & Compute Engine are. Can anyone explain the difference to me?

google-app-engine google-compute-engine google-cloud-platform
Visual Studio Code pylint: Unable to import 'protorpc'

I'm using pylint in Visual Studio Code to develop a Google App Engine (GAE) Cloud Endpoint API in Python. I'm …

python visual-studio python-2.7 google-app-engine protorpc
Class JavaLaunchHelper is implemented in both. One of the two will be used. Which one is undefined

Have a simple Google App Engine Web Application Project on Eclipse Kepler on Mac OS X with java version "1.7.0_45" Running …

java eclipse google-app-engine
Google Geocoding API - REQUEST_DENIED

Apparently I do not need a 'Maps API key' to use the 'Google Geocoding API' according to: http://code.google.…

google-app-engine google-maps-api-3
Get root password for Google Cloud Engine VM

I just finished installing cPanel in a CentOS VM in Google Cloud Engine and cPanel said the default username is …

google-app-engine google-cloud-platform
Google API for location, based on user IP address

I am looking for a way to get the user's current location (city) based on is IP address using the …

google-app-engine google-maps geolocation
What does the 'u' symbol mean in front of string values?

Yes in short i would like to know why am I seeing a u in front of my keys and …

python google-app-engine