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, Go (beta) and PHP (beta).
0
votes
1answer
4 views
Will using memcache reduce my instance memory?
I'm currently running into soft memory errors on my Google App Engine app because of high memory usage. A number of large objects are driving memory usage sky high.
I thought perhaps if I set and ...
0
votes
2answers
16 views
App Engine Python - Sort db then put() index
In my app, users earn a score and their details get stored in the datastore. When the user logs in, I want to show their rank among all users(basically how far away from the top score they are). So my ...
4
votes
1answer
36 views
Appengine custom domain sometimes redirecting to google.com
I have an appengine application written in Java with a GWT frontend.
I have my own DNS configured, through "domains" in the google admin console, to point to my appengine application. This ...
0
votes
1answer
23 views
Google endpoints java Oauth/Oauth2 complete example
After reading a lot of links :
im not able to solve the workaround about issue from getuser=null on server side.
I need a complete example server side (app engine java) and client side (android app).
...
0
votes
1answer
32 views
Designing Entities for a Facebook-like App Using Google App Engine [on hold]
Say I want to build a Facebook-like application using Google App Engine. The application should allow the users to write new posts and their friends should see their posts. I am struggling with ...
0
votes
0answers
19 views
What is the difference between NBD Datastore and DB Datastore? [duplicate]
Both of which are NoSQL data storage features in the Google App Engine.
The official GAE tutorial seems to embrace the NDB datastore more than the DB datastore, the python documentation also claims ...
0
votes
0answers
16 views
Putting models in a callback function from ctypes library
I am trying to setup an application based on the Google App Engine using the Managed VM feature.
I am using a shared library written in C++ using ctypes
cdll.LoadLibrary('./mylib.so')
which ...
1
vote
1answer
31 views
AppEngine doesn't serve files with abnormal extensions
I need to make a .data file available through a URL. Locally, this works perfectly, the app.yaml simply contains
- url: /dev
static_dir: dev/
and everything in that folder is served correctly, ...
1
vote
1answer
28 views
Does Google App Engine charge for network traffic between apps?
I am going to build an API for my mobile app using GAE. I am looking for a way to separate the whole application into separate services, trying out the microservice architecture.
The problem is there ...
0
votes
1answer
16 views
how to get username on a page directed
Hello i am trying to make a sign up page and redirect it to a page that says thanks "user name"
but how can i get the user name from sign up page
import webapp2,re
form = """
<form ...
0
votes
0answers
29 views
golang appengine goon lib local memory limits
Are there any default limits on the goon local memory cache, so it won't fill up the memory and cause some sort of our of memory exception? I can see there's a public FlushLocalCache method but I ...
-5
votes
0answers
21 views
Accessing App Engine Datastore using selenium Webdriver(java)
We have an application in android and web. We are using Google cloud (i.e. Google App Engine). We are storing data in datastore.
We need to test couple functional module on server. Can anyone please ...
0
votes
1answer
24 views
Good way to use and test local packages in Google App Engine apps written in golang?
I have a problem of testing my GAE golang app uses local packages.
The probject looks something like this.
.
├── app.yaml
├── main.go
└── handler
└── handler.go
handler package is imported in ...
0
votes
0answers
10 views
unable to connect to GCM cloud connection server
I followed the example on this website to implement a GCM server using CCS. However the code has exception when it tries to connect to the gcm server (last line in the code below):
...
0
votes
0answers
18 views
GQL issue with inequalities
I'm building a Google App Engine app in PHP (the 5.5 runtime) using Google Data Store. As there is no official library for GDS in PHP, I'm using the Google PHP Client and the library found here so I ...
1
vote
1answer
27 views
How can I tell the code is running on Google App Engine?
When I run google app engine locally, sys.platform reports linux3. It can mean I am running on a linux platform too.
What is the definitive way to tell my code is running in a google app engine ...
-1
votes
1answer
37 views
Ordering divs with jquery
I have <div>s nested inside a main <div>.
The main <div> has the class="data" attribute and the nested <div>s have a class="smallData" attribute.
Inside of the .smallData ...
0
votes
0answers
7 views
google API - Users.labels: create - Is is possible to “nest” labels?
I want to add some labels to user accounts using google API. This is the example code I have:
function createLabel($service, $user, $new_label_name) {
$label = new Google_Service_Gmail_Label();
...
-2
votes
0answers
13 views
Requests consisting byte array data are sent too slow to GAE
about 170 kb
Request created on client 17:34:10.289 processReportSubmit
Request received on GAE 17:34:23.082 submitReport: submitReport called
Response sent on GAE submitReport: submitReport ...
0
votes
0answers
32 views
Does Google Webmaster Tools work for Go App Engine?
Having created a basic web app using Go and running on App Engine (currently at a fee-free level), I have tried to check using Google Webmaster tools (https://www.google.com/webmasters/tools) and ...
3
votes
1answer
26 views
Programmatically read a Queue's parameters
I've got a queue defined in queue.xml file
<queue-entries>
<queue>
<name>crawler</name>
<rate>1/s</rate>
<retry-parameters>
...
0
votes
1answer
25 views
Projection Queries in GAE/J with performance gain
Here it says
Projection queries allow you to query the Datastore ... at lower
latency and cost than retrieving the entire entity.
But here it says
[Using JDO, I guess,] this gives no ...
0
votes
1answer
16 views
Error installing the Google App Engine Eclipse plugin
I am trying to install the Google App Engine Eclipse plugin and I am getting some weird errors. I am on Mac OS X 10.10.3, using Eclipse 4.4 Luna (the J2EE edition).
When installing the said plugin, ...
1
vote
1answer
31 views
Using Java in Google App Engine, how do I make a BMP image from an array of arrays of int r, g, b values?
What I have is: for each of the colors r, g and b, a two-dimensional array of integers in the [0,255] range. What I want is: create a BMP out of this array and send it to the client. The problem is, I ...
1
vote
1answer
39 views
Cloud Endpoints: Access Paramters in Servlet Filter
I'm trying to build an api with Google Cloud Endpoints.
As Cloud Endpoints does not provide authentication beside Googles own OAuth I try to build my own. Therefore I want to access the parameters ...
0
votes
1answer
25 views
Making a batch request with Google API and cURL - keep getting 400 Bad Request - here is my code:
Something is wrong. I keep getting a 400 Bad Request but can't seem to get any other error messages. Here is the code:
$locations = array("LAX", "LGW");
$dateOut = '2015-04-25';
$dateIn = ...
-2
votes
1answer
273 views
Google cloud machine shutdown automaticaaly and and ip address change
This is regarding VM machine bitnami-wordpress-77fb and we have hosted sanver.com on this machine.
The sanver.com was not resolving, we checked and found that the machine was shutdown and ip address ...
0
votes
0answers
28 views
Uploading file to blobstore without uploading form (through http)
Hi I want to upload file(text) to blobstore without using uploading form and use it in taskqueue.
I searched several questions and followed code and... failed with all of them with several errors.
...
0
votes
0answers
21 views
java.lang.NoClassDefFoundError on using spring security on google app engine
I am using Spring Core framework version 4.1.6.RELEASE and Spring Security version 4.0.0.RELEASE in my google app. But when I try to run it in local appservere I see following log
...
2
votes
1answer
27 views
How can copy Blobstore to another application?
I need carry out cloning application. Datastore can copy through
AppEngine console. How can copy Blobstore to another application?
0
votes
1answer
11 views
Deploying an App Engine app using OAuth2 hangs forever
I'm using the latest App Engine SDK on Windows 8.1 and trying to deploy a python app using the following command line:
appcfg.py update --oauth2 app.yaml
The browser opens and I'm asked to choose a ...
1
vote
1answer
28 views
Managed VM add to PATH
In Google App Engine's Python runtime for Managed VMS, I want to install the Splinter (selenium) Chromedriver. According to the documentation for Linux, I have the following in my dockerfile:
# ...
-1
votes
1answer
24 views
What to include in .ignore in GAE Java Web Application project?
When building a GAE web application project using Eclipse, are there any files within the project folder which I should not upload to git? I.e. anything to include in my .ignore file?
The top levels ...
0
votes
1answer
27 views
NDB ordering by property of specific instance of repeated StructuredProperty
In a an app for cars history I have to create different charts where some models may be present in one or more different charts as "fastest car", "best car", etc. Then they have to be ordered in the ...
0
votes
1answer
18 views
Google App Engine NDB Query end_cursor
In documentation for Query class https://cloud.google.com/appengine/docs/python/ndb/queryclass end_cursor is described as Ending point for search. I didn't find anywhere sample code how to use it. ...
0
votes
0answers
16 views
npe from app engine api datastore key
On Google App Engine I persist an entity to the data store with a primary key like this:
@PrimaryKey
@Persistent(valueStrategy = IdGeneratorStrategy.IDENTITY)
private ...
1
vote
2answers
42 views
Upload File from App Engine to Google Drive
Eventually, I would like to upload a file to my Google Drive via App Engine php script.
However, following tutorials such as https://developers.google.com/drive/web/quickstart/quickstart-php
force ...
0
votes
1answer
34 views
How to get an old Google App Engine SDK version
I'm having exactly the same problem like this one: google-app-engine 1.9.19 deploy failure
Please, someone can explain me how to get an older version of GAE's SDKs?
In this particular case I need the ...
0
votes
0answers
27 views
Why can't I debug and run?
I use pycharm from jetbrains with google appengine. On windows 8.1 it's no problem at all. Now I try the dev environment wwith Ubuntu 14 and there is a complication that the run and debug buttons are ...
0
votes
1answer
35 views
Google App Engine Gradle Dependency Conflict
I'm facing a problem with my dependencies in my app that will not let me add my endpoints-backend module as a dependency to my app module like so:
When I compile, it gives me this error:
...
0
votes
0answers
23 views
Client id automatically getting removed from admin console
I have a service account on the Google Appengine Project Console , I have created a client id in the admin console with the below scopes
"https://www.googleapis.com/auth/admin.directory.user ,
...
0
votes
1answer
29 views
Cannot resolve symbol 'MyApi'
MyApi was perfectly fine before. I added Objectify to the dependencies, along with some endpoints, and all of a sudden it says that MyApi isn't a thing!
Here's where I call it:
import ...
0
votes
0answers
21 views
Adding SSL To IP address that is pointed to a registered domain
Pretty novice user and need some help with a binding situation I have found my self in.
Website was built using wordpress
Used Bitnami as a platform to host our wordpress site in the Google Cloud ...
-1
votes
1answer
47 views
GMAIL API doesn't accept most queries (GAE Python)
I'm trying to fetch all sent messages for the last 3 months, using a Google App Engine app on Python. For some reason though it doesn't accept most of the queries that I enter. It returns results for ...
0
votes
2answers
114 views
Simple Way to Get User Data from Google Sign-In on the Server
The Issue:
I have to provide a Sign In With Google button on my GAE site.
I used OpenID 2.0 but that is deprecated so I have to use OpenID Connect - or, as explain by a help page from Goolge:
If ...
0
votes
0answers
19 views
Generate cloud endpoint client library update libraries
On eclipse (appengine -> android) , how can i update the libraries that are generated by the command
'Generate cloud endpoint client library', so that it will then always generate the updated version ...
0
votes
0answers
17 views
App engine Datastore entities became unavailable after migrating to JDO 3.0
I'm using App engine JDO, for storing my data in database and I use appengine plugin for eclipse for deploying my application.
I created some bean classes and deployed. While deploying, I did not ...
-1
votes
1answer
34 views
Google is returning 401 Unauthorized (NAT Router)
When I try use f.e. google maps API, sometimes it is asking for login and password in the browser, and then it is returning 401 Unauthorized in the browser (Firefox 37).
Then when I try to go to the ...
0
votes
2answers
23 views
Optimise Tinder type mysql query
I am new to mysql but have built the following query which
Finds nearby users using a table of latlong POINTs (table pos).
Removes users who have already been rated (table swipes).
Joins the results ...
0
votes
1answer
19 views
Convert Spring MVC template to GAE
Anyone have some template to Transform spring MVC template to run on GAE ?
I already tried different aproaches without success.
Last thing I tried was to add GAE dependency and plugin and criate ...