Google App Engine is a cloud computing technology for hosting web applications in Google-managed data centers. Google App Engine is a Platform as a Service (PaaS) offering for Java, Python and Go (experimental).
0
votes
0answers
37 views
App Engine: Error: [Errno 35] Resource temporarily unavailable
My AppEngine application uses urlfetch to hit a web server that I have running on a computer under my desk. Occasionally, the call fails with the following error, which I'm hoping you can help me ...
1
vote
0answers
10 views
google app engine gwt application doesnt load with custom domain
I have deployed my app on google app engine here is the link
Than I have done all the stuff to create custom domain link to my app with custom domain
Obviously the static data from app is loaded ...
0
votes
1answer
14 views
Generate Cloud Endpoint: MyApp is not configured as a web application
I'm trying to create a new Google App Engine application.
Within a brand new Android project, I added an App Engine project and all seems well. Now when trying to generate an endpoint for a class via ...
0
votes
1answer
18 views
Endpoint.Builder missing for generated cloud endpoint
I'm attempting to follow the example tutorial at https://developers.google.com/eclipse/docs/endpoints-addentities and I'm stuck figuring out how to get the GameEndpoint.Builder class to generate ...
0
votes
1answer
18 views
Retrieve audio/mp3 file from URL and save to blobstore
I am trying to save a file (audio/mp3 in this case) to the App Engine blobstore, but with mixed success. Everything seems to work, a file is saved in the blobstore, of the right type, but it ...
1
vote
1answer
154 views
GWT Font-awesome not properly displaying on Firefox
I can't get font-awesome to display properly in firefox, even in localhost. I'm receiving a cross domain error, exactly what's reported here.
The solution to this problem is to add the following to ...
-1
votes
1answer
24 views
How to upload file in django google app engine?
I am new to Google App Engine. I have deploy the pure django application in google app engine. It is working fine. But I wrote the django file upload functionality as shown below,
def ...
5
votes
3answers
79 views
What is the best way make a copy of a blobstore entity on app engine in Java?
Here is our simple usecase: user2 wants to copy user1's document into his or her own repository within our application. Should be simple, right? All we need to do is create a second identical blob ...
0
votes
1answer
52 views
Google App Engine PHP running on mac
Trying to run WordPress on Google App Engine.
Following the installation I am missing where the "path to php-cgi" is?
I can find some php54-cgi under macport/software/php54-cgi, but setting the path ...
1
vote
0answers
10 views
How to set/change properties (userMetadata, fileName, creation time etc. ) of an uploaded blob stored in google cloud storage?
After uploading a blob from the url generated by
blobstoreService.createUploadUrl(path, UploadOptions.Builder.withGoogleStorageBucketName("xyz"))
How can we set/change properties on it? like ...
1
vote
1answer
22 views
EndPoints API authentification on GAE python with an Android client
I want my android apps will communicate with my app engine server. I want that only authenticated user (google users) can access my EndPoints Api and to be stored in appengine using PYTHON.
Here ...
0
votes
1answer
15 views
Google App Engine Launcher ImportError after upgrade
I upgraded GAE Launcher for Windows 1.8.0. Now when I try to run any program (python2.7) I get the following Import Error in the app engine launcher log:
from email.utils import (
ImportError: No ...
0
votes
1answer
29 views
Imports not working in Google App Engine project
Im working in python to build a webapp using GAE. The project was originally built with out GAE, and it worked just great, then I brought those files into the GAE project, and all of a sudden they ...
2
votes
3answers
729 views
running hadoop on Google app engine?
Is it possible to run map reduce jobs on Google app engine?
Any reference or tutorial would help
Thanks
1
vote
0answers
12 views
Google python map-reduce library returning a NULL context
In my mapper, the context is being returned as NULL
class DeleteOldObservationsMapper(object):
"""Mapper for deleting old observations."""
def __init__(self):
...
0
votes
2answers
20 views
Google app engine and prediction API (error import)
Please help me to solve this error? I'm doing this exercise on app engine (https://developers.google.com/appengine/articles/prediction_service_accounts) , but I'm stuck in step 6.2 because I raise ...
16
votes
3answers
12k views
UnicodeDecodeError : 'ascii' codec can't decode byte 0xe0 in position 0: ordinal not in range(128)
On one of my machines I have the error when I am working with google apps engine or django.
For example:
app.yaml
application: demas1252c
version: 1
runtime: python
api_version: 1
handlers:
- ...
1
vote
3answers
137 views
Internationalization with python gae, babel and i18n. Can't output the correct string
jinja_env = jinja2.Environment(loader = jinja2.FileSystemLoader(template_dir),extensions=['jinja2.ext.i18n'], autoescape = True)
jinja_env.install_gettext_translations(i18n)
...
0
votes
1answer
43 views
Extracting input from html with POST
I am trying to read in input(string from a file, 2 ints from text fields) from html in Google App Engine and put them into a function. The input section is:
self.write('<form action="%s" ...
0
votes
1answer
13 views
Selecting GWT module to compile for deployment to App Engine
I introduced additional GWT modules where previously there's only been one in my GWT/GAE project. When deploying to App Engine via Google Plugin for Eclipse I noticed that the plugin compiles all the ...
1
vote
0answers
22 views
App Engine: URL Fetching and decompressing a large Gzipped XML file in Java
I'm trying to retrieve a gzipped XML file from a URL. My problem is, when decompressing it using GZipInputStream in production, the content I get seems to be truncated. I can only read up to a ...
2
votes
2answers
47 views
Setting up php-sdk-gae with symfony2
I'm trying to run symfony2 with a hello world sample bundle inside php-sdk-gae.
I'm following the instructions provided in https://developers.google.com/appengine/docs/php/ and I can run the demo ...
0
votes
2answers
29 views
Beautiful Soup “not supported” Google App Engine
I am working in python on a GAE app. Beautiful soup, which the app uses, works fine on my dev server locally. When I try and upload it to google's servers however, I get the following error: "Error ...
0
votes
1answer
24 views
gae python cannot delete tasks from the default queue
Queue seemed to jam up. Very large number of retries of with:
47:32.546 /_ah/mapreduce/controller_callback 200 325ms 0kb AppEngine-Google; (+xxx://code.google.com/appengine)
0.1.0.2 - - ...
0
votes
1answer
88 views
BadRequestError: cannot use a projection on a property with an equality filter
In the snippet of code below when I try to perform these two lines I get this error:"
BadRequestError: cannot use a projection on a property with an equality filter"
myname = ...
-1
votes
0answers
16 views
Does GoogleAppEngine(Python SDK) disturb GoogleAppEngine(PHP SDK)?
The new launched GoodleAppEngine(PHP Version) does not work on my computer.
Every time I type in "localhost:8080", the running server returns me a "GET / HTTP/1.1" 500".
And it give me a fatal ERROR:
...
5
votes
3answers
5k views
AmazonS3 putObject with InputStream length example
I am uploading a file to S3 using java -- this is what I got so far:
AmazonS3 s3 = new AmazonS3Client(new BasicAWSCredentials("XX","YY"));
List<Bucket> buckets = s3.listBuckets();
...
0
votes
1answer
14 views
Is there a version of ereporter for Python 2.7
I'm a big fan of the Google App Engine ereporter module. It sends you an email every day with all the errors you logged. I'm creating a new app, and it defaulted to Python 2.7 and multithreaded, and ...
0
votes
0answers
15 views
Google Appengine JAVA - Zip lots of images saving in Blobstore
I developed a simple media library where you can choose a set of images and download them.
When a client request a download, a servlet receives the blob keys to use for create a zip file and then a ...
0
votes
0answers
17 views
AppEngine and Django
I have created an application in Django with google_appengine 1.7.7
When I run
./dev_appserver.py mysite
It gives me the error
No valid OAuth 2.0 credentials. Before using the Google SQL ...
9
votes
2answers
735 views
Most Efficient One-To-Many Relationships in Google App Engine Datastore?
Sorry if this question is too simple; I'm only entering 9th grade.
I'm trying to learn about NoSQL database design. I want to design a Google Datastore model that minimizes the number of ...
1
vote
0answers
30 views
read json object that has two arrays in python using GAE
I created a json object in jquery and sent it via ajax as a post request. I logged both the arrays and it has the correct format.
$('#submittt').on('click', function () {
var names = [];
var ...
1
vote
2answers
51 views
How to sort a list of class instances
I'm operating with GAE and memcache. For my list of books I make a key and store it in memcache in order to avoid hit database everytime I must view the list.
When I add a new item to database, I add ...
0
votes
0answers
39 views
Facebook Login - Responded No Email Field
I have web app running in Google App Engine, written in Java. The app allows user to login using their facebook account.
The implementation works perfectly but sometimes an error happened and said no ...
0
votes
0answers
27 views
App Engine Launcher: 502 / Connection Refused on localhost
Sorry if I am posting a duplicate, but I have searched for a solution:
I am writing my first GAE app with Python on Windows 7 and am following the Getting Started Hello World example found at ...
0
votes
1answer
35 views
Google App Engine - Update JPA 1 to JPA 2
I want to update my GAE web app to use JPA 2.0. From the doc here, it says that I have to copy the content of appengine-java-sdk/lib/opt/user/datanucleus/v2/ to lib folder of the project.
This are ...
1
vote
0answers
30 views
Appengine: NameError when saving entity
I have the following model:
class Book(ndb.Model):
title = ndb.StringProperty()
description = ndb.TextProperty()
My handler:
class UploadBookHandler(webapp2.RequestHandler):
...
0
votes
0answers
15 views
Spring STS Jetty is running instead of Apache Tomcat 7
I am using Spring STS 3.10. I have following questions (when I run project as web application).
1- What is the difference between Run as -> "Run on Server" and Run as -> "Web Application" .
2- I ...
0
votes
1answer
64 views
My python app's email code will not update its template to a new version
I'm running a python 2.7 app in google app engine. I have a very basic function that sends a post to the taskqueue, which then posts to a function that constructs and sends an email based on a few ...
0
votes
1answer
20 views
GoogleAppEngine root:php failure(255)
Every time I run dev_appserver.py --php_executable_path /opt/local/bin/php-cgi54 phpintern/ under OS X, this error is returned:
INFO 2013-05-24 01:59:15,523 sdk_update_checker.py:244] Checking ...
53
votes
5answers
28k views
Deleting a Google App Engine application
Is it possible to delete an GAE application after it has been created?
I made a mistake while typing the name and now have a dummy application that I haven't been able to remove.
1
vote
1answer
20 views
Google App Engine serving MP3 for Audio Element needs Content-Range Header
So from what I can tell, when a page in Safari requests an MP3 for the Audio element, it will only play once unless it has a Content-Range header.
Any ideas how to format a content Range Header ...
0
votes
2answers
40 views
Why properties referenced in an equality (EQUAL) or membership (IN) filter cannot be projected?
https://developers.google.com/appengine/docs/java/datastore/projectionqueries
Why a projected query such as this : SELECT A FROM kind WHERE A = 1 not supported ?
1
vote
2answers
1k views
How to process UDP data in Appengine
I have a service provider who is transmitting data thro' UDP. I want to establish a connection to them, receive & process data (will be with in the 30 sec limit/request)
Is it possible to get ...
12
votes
4answers
1k views
Unit testing task queues in AppEngine
For a very long time now I've been using task queues on AppEngine to schedule tasks, just the way I'm supposed to.
But what I've always been wondering is how does one write tests for that? Until now ...
1
vote
0answers
41 views
Wordpress not running on GAE PHP, error PHP installation appears missing the MySQL extension, verified connection to local wordpress_db
Thank you in advance for answering... Have read other Stakeoverflow post but still not able to resolve the issue
Objective: deploy wordpress 3.5.1 following GAE PHP tutorial. Have successfully ...
1
vote
4answers
1k views
Google Appspot and Wordpress
Well, I'm currently attempting to build a website using the hosting from Google Appspot.
I would like to make a blog portion of my website using Wordpress. How can I host Wordpress on Google Appspot, ...
3
votes
3answers
97 views
How to debug long-running mapreduce jobs with millions of writes?
I am using the simple control.start_map() function of the appengine-mapreduce library to start a mapreduce job. This job successfully completes and shows ~43M mapper-calls on the resulting ...
1
vote
1answer
15 views
How to disable URLs from PageSpeed Service on App Engine?
Some URLs should not be touched by PageSpeed Service. According to https://developers.google.com/appengine/docs/python/config/appconfig#pagespeed I just need to add those URLs to a url_blacklist field ...
0
votes
2answers
25 views
Forward appspot domain to my domain
Is there an easy way to forward my appspot domain to my domain. Basically redirect myappid.appspot.com to myappid.com. If people somehow find the appspot domain I don't want them using it.
I am ...





