gae-module Questions
3
Solved
I have been writing a GAE app with Eclipse with Maven as suggested on cloud.google.com. Recently, I needed to use "backends" or a different set of instances to handle a certain task. I found out th...
Amphidiploid asked 30/11, 2014 at 22:26
3
Solved
PROBLEM DESCRIPTION
I am trying to create a custom managed VM for Google App Engine that behaves identically to the standard python27 managed VM provided by Google. (I'm doing this as a first step...
Kleiman asked 17/11, 2015 at 18:42
1
Solved
I have a complex appengine service that was written in PHP, now I want to migrate it to Python part by part.
Let's say that my service has 2 parts: /signIn/.... and /data/.... I just want to migra...
Savoirfaire asked 30/11, 2015 at 7:39
1
Solved
I'm trying to use multiple modules in google app engine.
i try using this source code:
https://github.com/GoogleCloudPlatform/appengine-modules-helloworld-python
but i cant seem to find a way to...
Kokura asked 23/4, 2015 at 15:38
3
When I store something in the session via HttpSession in module A:
HttpSession session = req.getSession(true);
session.setAttribute("username", "Eng.Fouad");
then I try to retrieve this informat...
Curiosa asked 31/12, 2014 at 19:19
3
I am using App Engine Modules in my python project. (https://developers.google.com/appengine/docs/python/modules/#Python_Background_threads)
I am also using channels in m project: https://develope...
Czarism asked 3/10, 2013 at 15:23
0
The Problem
When uploading a file using the Go Blobstore API, the success path redirects to the wrong appengine module. Here is a more visual description of the problem:
User lands on the upload...
Ruel asked 13/5, 2014 at 19:38
1
© 2022 - 2024 — McMap. All rights reserved.