After spending almost half a day implementing the Blobstore API locally I realized only after uploading that it actually to have billing enabled in order to work. I'm not exactly happy with that because I wish the dev_appserver would've told me. Anyhow, I don't feel like giving out my credit-card to Google for this feature since I just want to test my little project and how it behaves, performance wise, with Google's free option.
So after googling a bit I found this: http://stackoverflow.com/questions/1513603/how-to-upload-and-store-an-image-with-google-app-engine-java Which basically uses the datastore to store a Blob of the image. I'm wondering, if this is possible, why is Google charging for the Blobstore API? -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
