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

learn more… | top users | synonyms (2)

0
votes
0answers
4 views

My backbone view doesn't render anything on second run

I'm new to Backbone and I'm trying to replace my string concatenating with Backbone view render(). When my app starts for the first time with an empty localStorage it works fine and all the HTML gets ...
0
votes
1answer
7 views

users class in google apps engine 1.8

After upgrading to latest python gae-1.8, I got the following error on appspot.com: AttributeError: 'NoneType' object has no attribute 'email' The same code working fine from dev server. The actual ...
-1
votes
0answers
9 views

<type 'exceptions.ImportError'>: No module named appengine

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 ...
0
votes
0answers
4 views

d3 js renders plot in html generated by local server but not by GAE

I am using d3 js to plot an area curve -- it renders the plot well when the HTML is generated on local server (running w/ Django). But when ported to GAE, the resulting HTML produces "scrambled" ...
-1
votes
0answers
20 views

How to create new instance for existing project?

I am new to google app engine.I am try to deploy the django CRUD application in google app engine.Is it necessary to create an instance for django CRUD application ?. I have enabled the billing for ...
0
votes
1answer
7 views

BigQuery failed to import Data Store backup file via Google Cloud Storage

I was trying to load one of my data store table to BigQuery. When I found there is an option "AppEngine Datastore Backup" in the web ui of BigQuery, I'm very happy cause all my data are located in one ...
0
votes
3answers
19 views

What's the Google App Engine equivalent of ASP.NET's Server.Transfer?

Server.Transfer is sort of like a Redirect except instead of requesting the browser to do another page fetch, it triggers an internal request that makes the request handler "go to" another request ...
0
votes
0answers
13 views

Unable to run the default python app after installing Google App Engine

I see the following error in the log file: Exception in thread Thread-1: Traceback (most recent call last): File "threading.pyc", line 486, in __bootstrap_inner File "launcher\taskthread.pyc", ...
0
votes
1answer
20 views

How to upload the django-1.5 application in google app engine?

I have uploaded the my sample CRUD application in google app engine. But it riased error as shown below, Traceback (most recent call last): File ...
0
votes
1answer
28 views

How to hide sub-directories in the url with web2py

I am building a website on Google App Engine using web2py but I would like to show only the root domain to visitors. Here is an example to make it clear, if I go to www.domain.com/user, I am actually ...
0
votes
1answer
18 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 ...
0
votes
1answer
19 views

GAE cron every day between interval

I am trying to setup a gae cron task to run on certain days of the week as shown below for at least 10 mins Ideally the cron job should start at 10:30, then 10:35, 10:40, 10:45 then stop until next ...
0
votes
1answer
24 views

printing files in Google App Engine

I am trying to read and print a file in Google App Engine, but the code bellow seems unresponsive. I can upload the file, and my expectation was that it would just print the text, but it does nothing. ...
0
votes
0answers
17 views

Google JAVA app engine slow request process

I have a java app deployed on app engine. I'm encoutering a strange issue. The same request takes usually 700-1000 MS to be completed which is good as and should be, but from time to time randomly it ...
0
votes
2answers
20 views

Querying the Google App Engine Datastrore

I am trying to learn how to work with Google App Engine, I'm looking at their datastore example for querying here I have never done SQL, GQL or the like. So can someone please break down this string ...
0
votes
0answers
33 views

google app engine: Error: HTTPError

I am trying "Hello world" with python import webapp2 class MainHandler(webapp2.RequestHandler): def get(self): self.response.write('Hello world!') app = webapp2.WSGIApplication([ ...
0
votes
1answer
21 views

Google App Engine import NLTK error

I am trying to import NLTK library in Google App Engine it gives error, I created another module "testx.py" and this module works without error but I dont know why NLTK does not work. My code ...
0
votes
0answers
12 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 ...
1
vote
2answers
28 views

Can I build an IM Service client like GTalk in GAE?

i'm developing an app for people with communication disease. The point is that in my app i need that the user uses his gmail account to chat with his friends, like gmail gtalk service with helps to ...
0
votes
0answers
20 views

GAE : Resident front instance keeps shuting down from time to time

i have 1 resident F4 and i ping my app every 10 secondes on various places cause i have low traffic. I have a 15 sec pending latency. Like that my users almost all the time avoid cold starts and the ...
0
votes
0answers
27 views

Empty Package (model) in generated client jar

I have an app engine app that I want to expose its data to android app. I can test the endpoint's method just fine using curl/the explorer. However when I generated the android client using: ...
0
votes
1answer
17 views

Write HTTPServletRequest stream to Datastore of Google App Engine

I am pretty new to App Engine and Java Development and try to receive a InputStream via Http Post and store it into Datastore. To test this I use the uptime from another computer and send 10 uptime ...
0
votes
0answers
25 views

Google Drive AppData Not Permitting Insert

Using Google Drive API v2 rev 75 I am attempting to insert a file into the AppData folder, however insertion fails with: com.google.api.client.googleapis.json.GoogleJsonResponseException: 403 "The ...
0
votes
3answers
39 views

Failed to start devlopment server — BindError: Unable to find a consistent port localhost

Google-app-engine development server runs great yesterday, but when I try to start it today. It only shout out this Error. I tried use lsof -i:8080 / lsof -i:8000 to make sure these ports are not ...
1
vote
0answers
25 views

What Java SPDY clients work for connecting App Engine to Compute Engine?

App Engine recently enabled sockets, and Google opened up Compute Engine to everyone so it's now possible to use SPDY to connect App Engine apps to backend Compute Engine servers. But there may still ...
0
votes
2answers
30 views

GAE: how to add new data in a memcache var

I'm blocked right now. The problem is this: I have my "view" of a list of books stored in memcache. If I add a new book, I want to add the new book to the memcache variable that stores the list of ...
0
votes
0answers
21 views

Error accessing dashboard or admin interface in Google App Engine

I am unable to access dashboard/admin interface of Google app engine on local development environment which could be access using localhost:8000/_ah/admin/. It throws following error: Traceback ...
0
votes
1answer
50 views

Google Cloud Datastore vs Google App Engine

I was having a look at the new Google Cloud Datastore and looks great. But there is something I could not understand... is it supposed to substitute Google App Engine Datastore? How can I use it ...
0
votes
1answer
16 views

GAE - I can't clear datastore and the datastore is corrupted I believe

Somehow my local datastore is broken and I want to clear it but I failed to do so. I seems can't run any code that use datastore now because it is in error state. I use the following commnand: ...
0
votes
0answers
18 views

appengine DataNucleus plugin 2.1.2 cache behaviour

i have upgraded to appengine sdk 1.8.0, appengine DN 2.1.2 and DN 3.1.3. all working nice. in the appengine docs it states Level2 Caching is enabled by default. ...
0
votes
0answers
20 views

Uploading photo using byte[] photoData through jsp geting exception in google contact API

if ((contentType != null) && (contentType.indexOf("multipart/form-data") >= 0)) { DataInputStream in = new DataInputStream(request.getInputStream()); //we are taking the ...
0
votes
1answer
21 views

Retrieving Submitted Greetings in the Tutorial

I'm working though the GAE Tutorial and I'm getting the following error. File "/Users/cparrish/bin/guestbook/guestbook.py", line 62, in get for greeting in greetings: NameError: global name ...
0
votes
1answer
38 views

How to serialize the result of a query in python?

I'm having trouble to serialize the result array from a query where one of its projection is of datetime property. My model class looks as follows: class ActivitySummaries(ndb.Model): ...
0
votes
1answer
33 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 ...
0
votes
0answers
23 views

Google App Engine Users Data Size

Im developing an application and was thinking to charge depending on the space used by each user. Is there anyway of doing this with datastore statistics?
0
votes
0answers
15 views

ClassCastException using JDO query with a “contains” clause

I'm attempting to a JDO query using contains on an integer property, but I'm getting a strange ClassCastException trying to execute the query. I have similar code on a different entity type that uses ...
0
votes
1answer
32 views

GAE Python - Displaying images

I'm trying to display multiple images but my code doesn't work. (it displays only the first image). What is wrong with my code? import jinja2 import re import webapp2 import os import cgi from ...
1
vote
0answers
36 views

Index for a dynamic Kind in appengine

Currently my indexes are configured in a index.yaml file. But, how am I going to configure an index if the name of my Kind is created dynamically? Thanks.
0
votes
1answer
33 views

Use of memcache with NDB

I'm going from db to ndb and I have a little doubt. I've read the Caching docs but I need a clarification or a confirmation: with db I was using memcache to save my "views" and avoid hitting the ...
0
votes
1answer
27 views

Python/gspread - how can I update multiple cells with DIFFERENT VALUES at once?

To update a range of cells, you use the following command. """Select a range""" cell_list = worksheet.range('A1:A7') for cell in cell_list: cell.value = 'O_o' """Update in batch""" ...
0
votes
0answers
12 views

GAE, JPA, XG-transactions, too many entity groups exception

I know there is limit of 5 entity groups in XG-transaction on GAE but I think I am using only 3 groups(Commodity, Category, CommodityCategory) in one transaction and still getting this exception: ...
0
votes
2answers
57 views

How to get google ID from email

I'm using google ID as the datastore id for my user objects. Sometimes I want to find a user by email. The gmail address can appear with dots or without, capital letters and other variations. How can ...
0
votes
1answer
44 views

GAE: from RDBMS to NDB problems

I'm learning to work in GAE. I've read a lot of papers, all NDB docs from Google and asome questions here. I'm so used to SQL, but transform my way of think the last 20 years to NoSQL is a little hard ...
0
votes
1answer
39 views

Google App Engine - GAE will not set Default TimeZone

I have tried the following so I can get Date based on my timezone which is "Africa/Johannesburg" or GMT+2:00 but Google servers always return time using its own timezone which is 2 hours behind mine. ...
0
votes
1answer
20 views

Appengine Java: NotSerializableException

i developed an application in GAE Java, but i'm getting an error only on deployed version, i'm unable to ricreate the condition on local environment. When i call a servlet i've made, the process ends ...
0
votes
1answer
18 views

GAE + Spring MVC : Saving image file to BlobStore

i succesfully save an image to Blob in Datastore with this code : @RequestMapping(value = "/add", method = RequestMethod.POST) public String add(ModelMap model, Product form, HttpServletRequest ...
0
votes
0answers
20 views

How to perform stemming/lemming on GAE-search application?

I am trying to implement stemming in my search app. I have already tried using ~ operator, but it didn't work. So, I have 3 questions: 1) Should I index a document in some special way to be able to ...
0
votes
3answers
61 views

How to reference nested requires in app.yaml for App Engine PHP

I have a index.php with a require 'myfolder/folder/lib1.php'; So in app.yaml I reference: - url: /myfolder/folder/lib1.php script: myfolder/folder/lib1.php but this lib1.php does another ...
0
votes
0answers
29 views

GAE, searching multiple indexed fields

I have a GAE entity in python 2.7 with 4 string fields. I need to search all 4 string fields for partial matches for my search operation. In terms of GAE efficiency and cost overheads, what would be ...
0
votes
1answer
41 views

How to use cursors for search in gae?

When I RTFM, I can't understand how to specify paginated searches using the technique described in the manual. Here's my code: def find_documents(query_string, limit, cursor): try: ...

1 2 3 4 5 373