[Answer]-Displaying a PDF from the Blobstore

1👍

You need to define a ServeHandler, as described here:

https://developers.google.com/appengine/docs/python/blobstore/#Python_Serving_a_blob

For examples of the implementation, see Downloaded filename with Google App Engine Blobstore.

Leave a comment