1
vote
0answers
8 views

How to properly display html data from an ndb.TextProperty on a webapp2 page

I need your help in displaying rendered html on my a webapp2 page, with data taken from an ndb TextProperty. In my example below, I inserted <b>foo</b> I went to the dev server's ...
0
votes
1answer
20 views

Uploading a File to GAE Blobstore from URL

I need to get a video from a URL, for example: ...
0
votes
1answer
19 views

data for my app in AppEngine (python)

I'm trying to import some data to my app, i'm 'n00b', thats my 1st app, so any advice is welcome, the data that i will upload is about 350mb, its a .csv, i tryed to upload with the bulk upload, but i ...
0
votes
0answers
16 views

How to retrieve query strings in webapp2 delete method?

I have problem to retrieve query strings in webapp2 delete http method. I can not use self.request.get('my_query_string') to get specific query string. How do you retrieve it from delete method? In ...
0
votes
1answer
41 views

How to get data from webapp2.Request

I am having trouble sending a string of bytes (an image) to my backend. In my code I have: # sends a httplib2.Request backend_resp, backend_content = self.mirror_service._http.request( ...
0
votes
1answer
27 views

how to run following python code in google app engine backend

final is my remote host file which is very large and due to timeout problems in front-end, i want to run it in back-end. large.py link=urllib2.urlopen(final) backends: name: ...
0
votes
0answers
11 views

Google App Engine Convert Image in PDF files to text

I have some pdf files in my google app engine blobstore, i want to convert them to text, i am converting simple pdf's to text using the pypdf but there are some pdf file which have images(of text) in ...
0
votes
1answer
33 views

Video Conversion in Python on Google App Engine

I am using Google App Engine to host a website where I want users to be able to upload any video and then I want to use flowplayer to display it, which requires MP4 and webm formats to support all ...
0
votes
0answers
17 views

Upload Video to GAE Blobstore and Get Input While Uploading

I am am using Google App Engine in Python and I want users to be able to upload a video, which is functioning properly by following their basic example but then I want to be able to get the user to ...
0
votes
0answers
28 views

Google App Engine datastore POST not working

I'm having a problem getting a simple form to post using the datastore. I'm just trying to store RSS feeds, starting with just the name (sourceName) and the link (sourceLink). The form loads and I can ...
0
votes
0answers
22 views

Are webapp2 middleware instance variables threadsafe?

Is middleware added by the add_wsgi_middleware method of appengine config (https://developers.google.com/appengine/docs/python/tools/appengineconfig) threadsafe? Or more specifically would instance ...
0
votes
0answers
20 views

AppEngine dev-server running in two different timezones

I am running some python test code in AppEngine with webapp2 on Windows 8 but I am getting inconsistent timestamps in the log. The logs that originate in the appengine runtime have timestamps that ...
0
votes
1answer
27 views

Appengine cloudstorage python library timeout issue

I am trying to migrate a fairly large amount of data from gcs to appengine via the task queue and 20 backend instances. The issue is the new cloudstorage library does not seem to respect the urlfetch ...
1
vote
2answers
39 views

How much time do I have after getting DeadlineExceededError?

I want to properly exit after catching DeadlineExceededError. How much do I have left for cleaning up? For example, try: do_some_work() except DeadlineExceededError: # How much more time do I ...
0
votes
0answers
22 views

Keep getting an error in google app engine

I'm using the google app engine with python, and I just upgraded to version 1.8.2 from 1.7.2, and an existing project of mine has suddenly stopped working- it was using the __ file__ variable, but ...

1 2 3 4 5 427
15 30 50 per page