0
votes
1answer
30 views

How to get the url from the request

I am building a blog and I am working on a way to export it's contents to json and xml. To get this working, I thought of getting the url of the page whose content I wanted to export from the request ...
0
votes
2answers
28 views

Best approach to push the same card with attachment to many users of my glassware

i'm trying to clean and put in prod-like shape my code but i'm experiencing a lot of problems with the prod env from google app engine. Everythink is working with no problems in local but every time i ...
0
votes
0answers
9 views

Reading the app engine logs.db file?

I want to read the logs.db file with an external script, but I don't know what format it's in (it's binary) to know what to read it with. It's a massive rabbit hole to try to figure out the ...
0
votes
2answers
26 views

Getting name of file upload - Google App Engine Python

I am trying to get my handler to check the extension of a file upload to ensure that the user isn't uploading malware or irrelevant files. I just can't seem to find a way to get the filename ...
0
votes
0answers
11 views

Webapp2 i18n per handler domains

Webapp2 i18n modules uses a domain variable to determine which file to get the translations from. Something like "webapp2_extras.i18n": { "domain" : ["custom-domain-name-here"] } It then uses ...
0
votes
1answer
31 views

Serve static files through a custom handler or register in app.yaml?

In a project I'm developing I'm using several Python projects as dependencies. These projects each come with static files (JavaScript, images, etc.) and a set of handlers (with default URLs). To ...
0
votes
1answer
33 views

Writing files to google app engine blobstore as the methods are going to be deprecated

I want to save some data fetched from the web to blobstore, but the google doc says that Deprecated: The Files API feature used here to write files to Blobstore is going to be removed at some ...
-1
votes
0answers
21 views

Local Courses with Course Builder

Course Builder allows to create virtual courses relatively easy modifying some sources and with the dashboard, then with Google app engine its uploaded into google cloud. My question is, is there any ...
0
votes
1answer
44 views

Sending a data uri via google app engine channel api

I'm trying to send a data uri of an image that has been taken from a canvas element to another client via the channel api. This is my javascript: var pictData = imageCanvas.toDataURL("image/png"); ...
0
votes
1answer
30 views

Google Appengine I dont want to redirect page

I know this is simple but I couldnt success. I add data to database but I click the button my page is going to another page. Because I write redirect line. But if I dont write my process doesnt work. ...
0
votes
1answer
35 views

Display blob image in template Googe App Engine (Python)

I am trying to display an uploaded blob image. It seems to be storing ok, but won't display on the html template when called. Even seems to be showing up in the logging. When looking at other ...
0
votes
1answer
57 views

Where is datastore and why my data is gone when I shut down the computer

When I shut down my computer my data is gone. I researched and read some problems like mine and the solution is that : """Maybe the default data store path is in a /tmp directory that's being deleted ...
0
votes
0answers
32 views

Google App Engine uploading file in ordinary form

There is an form consisting of ordinary HTML form elements and uploading file together. When i use it, file uploading works but ordinary form don't. Can i set it? Handling function below: class ...
0
votes
1answer
32 views

Memory usage while parsing XML file into Google App Engine datastore

I'm trying to parse a big (5GB) XML file (product catalog) into a google datastore. The issue I am having is it taking up a lot of memory. I was able to get the memory down from the parsing part by ...
1
vote
1answer
34 views

ico files displayed but not jpg/png, {% load staticfiles %} breaks the code

Can't make my app "see" images. Was able to use static files with Jinja2 but not Django. If I put my images directly in my main app directory, I can display favicon.ico when declare it in app.yaml ...

1 2 3 4 5 430
15 30 50 per page