The problem I have is the reverse of the one mentioned in this question: Get Public URL for File - Google Cloud Storage - App Engine (Python)
I have the public (serving) URL for an image uploaded to Google Cloud Storage via my Google App Engine Python application. Unfortunately through a yet undetected bug, a record in my database associating the blobstore key (I used blobstore.create_gs_key) and Cloud Storage object and serving URL, was not created.
Now I need to delete that image and all I have is the serving URL, and I need a Cloud Storage object for that.
Any idea if it is possible to get it?