Open peterretief opened 11 years ago
Where is this blobstore code you speak of?
There isn't any yet o_^_0 I want to add an image for the user (In a protected page), wanted to use blobstore - BlobInfo Haven't checked any code in as yet. The problem is serving the image directly from the blobstore - I will probably have to save a file and query from that. :-1:
Peter, so the image is being properly stored in the blobstore? The problem is when you try calling the download handler you get a 404?? if you put the code up on your local github version I will take a look.
On Mon, Feb 25, 2013 at 9:10 AM, Peter Retief notifications@github.comwrote:
There isn't any yet o_^_0 I want to add an image for the user (In a protected page), wanted to use blobstore - BlobInfo Haven't checked any code in as yet. The problem is serving the image directly from the blobstore - I will probably have to save a file and query from that. [image: :-1:]
— Reply to this email directly or view it on GitHubhttps://github.com/coto/gae-boilerplate/issues/231#issuecomment-14055229.
http://stackoverflow.com/questions/14937743/gae-boilerplate-existing-blob-not-showing I am at proof of concept phase, don't have code to upload (I will soon)
OK my mistake, this issue can be closed, I was using the wrong route syntax
The serve/ link is returning a 404 not found, could it be we need a cfrs exclusion decorator? Is there any way I can turn off this?