All Questions
144 questions
1
vote
1
answer
180
views
Google App Engine: JAVA command not recognized by Python in Flex environment with Docker (`java` command is not found from this Python process)
I deployed a Python project on Google App Engine. As the project has a dependency on Java, I used a Docker container configuring two environments: Python + Java.
However, when I make a call to my ...
2
votes
1
answer
417
views
Installing Java in Google App Engine with Python runtime
I am new to the Google App Engine.
I created a new project with a python runtime and used Flask to expose some API endpoints. One of the methods uses a python library(tabula-py) which has dependency ...
3
votes
2
answers
252
views
Running Java and Python standard together locally
My project has been using Python on App Engine standard for a while, and we've been able to locally run the services using dev_appserver.py.
Recently, we've started developing services on Java 8 as ...
5
votes
1
answer
2k
views
Restrict App Engine access to G Suite accounts on custom domain
A while ago App Engine-related settings for Google Apps (which is now called G Suite) domains, have been moved to the Google Cloud Console.
As of now, the documented way to restrict access to an App ...
3
votes
1
answer
2k
views
Deploying different languages services to the same Application [Google App Engine]
I have two applications, one in Python and the other one in Java.
In Python, my application is under a Service which is set in the app.yaml, also the cron.yaml calls the service.
In my (Maven) Java ...
2
votes
1
answer
828
views
Connecting to Endpoint API on Android Client
I have been reading on creating an android application, and hosting a Google Cloud Endpoints API Backend. Most of the guides that I've seen require you to build the API with Java, but I opted out and ...
0
votes
2
answers
892
views
Must be called from a blob upload callback request
I have implemented this GWT example for blobstore API in Java:
https://cloud.google.com/appengine/docs/java/blobstore/
it works fine when POST is made via the client side form (inside a browser).
...
0
votes
0
answers
71
views
Interpolation for large scattered data in cloud computing
I am a new guy to do program, I just know some basic programming knowledge.
However, I have to do a study for the temperature & humidity at different location for several cities. There are about ...
2
votes
0
answers
409
views
Internal Server Error 500 in Google App Engine (that gets fixed temporarily by re-deploying)
I was making this app where it gets data from Google Spreadsheet using a library called gspread.
This is the code (in python) I used to get data from my Spreadsheet :
json_key = json.load(open('...
0
votes
1
answer
56
views
Google Appengine application written in Java with access to Python+Numpy+Scipy?
I have a rather big appengine application completely written in Java. I would need to obtain results from functions completely written in python (if possible 3.x) with numpy and similar packages.
...
0
votes
1
answer
50
views
Using Python code in Java on App Engine
Can I use Python code in Java on App Engine? What I mean is I am using Java to develop my App Engine cloud, but I need to include some Python code in it. How might I do that?
Why?
I need to Generate ...
2
votes
0
answers
85
views
FileNotFoundException on getInputStream from GAE address
I'm doing an Android app with an API with Python. The API is on a Google App Engine cloud and everything works fine when I tested it with Postman.
I'm trying to do a Login with a POST method. That ...
0
votes
1
answer
39
views
Accessing Data from Python GAE Datastore using Java
I have set up a Google App Engine website project using Python, with the webapp2 framework. It's neat and seems to be working perfectly. I can run queries in the backend of my website using python.
...
2
votes
1
answer
386
views
Google App Engine (GAE) and Android
I already have a website running off of Google App Engine (Python), and I am trying to connect an Android app to my GAE datastore and blobstore.
I followed the tutorial here, but when I deployed the ...
0
votes
1
answer
677
views
Is there a good API for getting information about current events? [closed]
So, to be a little more specific I'm looking for an API that will let me see what news stories are currently trending on-line. So for example, if there was a terrorist attack in let's say Toronto, it ...