Top "Google-app-engine" questions

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

"Content is not allowed in prolog" when parsing perfectly valid XML on GAE

I've been beating my head against this absolutely infuriating bug for the last 48 hours, so I thought I'd finally throw …

java xml google-app-engine parsing stax
Spring Boot - Cannot determine embedded database driver class for database type NONE

This is the error that is thrown when trying to run my web app: [INFO] WARNING: Nested in org.springframework.…

java google-app-engine jpa spring-data spring-boot
java.lang.ClassNotFoundException: com.sun.jersey.spi.container.servlet.ServletContainer

I am trying to build a simple hello world application for two days using Jersey + Google app engine. For simple …

eclipse google-app-engine jakarta-ee jersey jersey-2.0
How to use UTF-8 in resource properties with ResourceBundle

I need to use UTF-8 in my resource properties using Java's ResourceBundle. When I enter the text directly into the …

java google-app-engine utf-8 internationalization resourcebundle
Django Template Variables and Javascript

When I render a page using the Django template renderer, I can pass in a dictionary variable containing various values …

javascript python django google-app-engine django-templates
Converting byte array to String (Java)

I'm writing a web application in Google app Engine. It allows people to basically edit html code that gets stored …

java google-app-engine character-encoding bytearray
UnicodeEncodeError: 'ascii' codec can't encode character u'\xef' in position 0: ordinal not in range(128)

I want to parse my XML document. So I have stored my XML document as below class XMLdocs(db.Expando): …

python google-app-engine xml-parsing
File path to resource in our war/WEB-INF folder?

I've got a file in my war/WEB-INF folder of my app engine project. I read in the FAQs that …

java google-app-engine web-applications
Error parsing yaml file: mapping values are not allowed here

I want to upload an app to Google App Engine: I get this Error parsing yaml file: mapping values are …

google-app-engine
ImportError: No module named apiclient.discovery

I got this error in Google App Engine's Python have used Google Translate API, But I don't know how to …

python google-app-engine google-api-python-client