Hi, i have been using appengine.api.files in python for many months now, and i have been using the _delete method to remove a file when i am done with it (yes i know that the underscore indicates private, but i don't know where you have exposed another delete method)
files.blobstore._delete(cache_key) AttributeError: 'module' object has no attribute '_delete' last night the above error started showing in my logs. did something change? is there a more correct way to delete a file when using the files API? thanks, christian -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/D7maW19hvAMJ. 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?hl=en.
