Hi Saturnio, Honestly, without more insight in the code you uploaded (in case it differs from the tutorial, even slightly), what's currently in your blobstore, the exact line where it bugs, if the code is exactly as the tutorial or was tweaked, the full stack trace, etc. This is really rough to answer.
Anyway, normally, when the question is a one off "this doesn't work", we actually suggest our customers to go on Stack Overflow with such a question. I would give this link <http://codeblog.jonskeet.uk/2010/08/29/writing-the-perfect-question/> (or this one <http://stackoverflow.com/help/how-to-ask>) a read to make sure your question will be well received there, and ask it on Stack. We try to keep Google Groups for discussions (best practices, answers that require a lot more work than Stack would normally allow), and we also have our issue tracker (here <https://code.google.com/p/googleappengine/issues/list>) to report defect or ask for feature requests. We do monitor stack overflow for our tags :) So if the community doesn't answer, you will still get our help. Cheers! On Monday, July 6, 2015 at 11:05:56 AM UTC-4, Saturnino Mateus wrote: > > Hello, > > I need to save in datastore a dict with images using NDB. I used this > example as reference: > https://cloud.google.com/appengine/docs/python/blobstore/ > It works fine when is running in localhost, but dont work on the cloud, > gives me 404 Error after click upload button. What i am doing wrong? Is > there any cheaper third API alternative instead this one? > > Regards > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/f69e74a3-fcf5-4290-9c01-cbc0f3433688%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
