Top "Google-app-engine" questions

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

java.lang.NoClassDefFoundError: com.google.firebase.FirebaseOptions

I was getting this weird error on my google developer console. So i used google Cloud Test Lab to See …

android google-app-engine firebase google-play-services google-cloud-platform
Python UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 ordinal not in range(128)

I'm trying to write my first app in Google App Engine with Python (link of the app: http://contractpy.appspot.…

python google-app-engine ascii asciiencoding
Authenticate with google Oauth 2.0 did not match a registered redirect URI

I'm trying to authenticate with using Google OAuth 2.0, I registered my url in the Google's Cloud Console. In the specs …

google-app-engine google-oauth
How can I map a "root" Servlet so that other scripts are still runnable?

I'm trying to build a Servlet that calls a JSP page similar to the following: public void doGet(HttpServletRequest req, …

java google-app-engine servlets web.xml
Get Public URL for File - Google Cloud Storage - App Engine (Python)

Is there a python equivalent to the getPublicUrl PHP method? $public_url = CloudStorageTools::getPublicUrl("gs://my_bucket/some_file.txt", …

python google-app-engine cloud google-cloud-storage
Anyone out there using web2py?

Is anyone out there* using web2py? Specifically: In production? With what database? With Google Application Engine? by "out there" …

google-app-engine web2py
How can I parse JSON in Google App Engine?

I'd like to parse a JSON string into an object under Google App Engine (python). What do you recommend? Something …

python json google-app-engine
Google App Engine and 404 error

I've setup a static website on GAE using hints found elsewhere, but can't figure out how to return a 404 error. …

python google-app-engine http-status-code-404
Do not have permission to access app while deploying google service account

After creating google service account with permission as shown below - deployment fails with message . I am failing to understand …

google-app-engine deployment service-accounts