coto / gae-boilerplate

Google App Engine Boilerplate
https://dev-dot-sandengine.appspot.com/
Other
684 stars 187 forks source link

Blobstore not serving images #231

Open peterretief opened 11 years ago

peterretief commented 11 years ago

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?

krismcfarlin commented 11 years ago

Where is this blobstore code you speak of?

peterretief commented 11 years ago

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:

krismcfarlin commented 11 years ago

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.

peterretief commented 11 years ago

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)

peterretief commented 11 years ago

OK my mistake, this issue can be closed, I was using the wrong route syntax