GAE python: how to use delete_serving_url
问题 First I put image to storage: import cloudstorage as gcs ... path = '/bucket/folder/image.jpg' with gcs.open(path, 'w') as f: f.write(data) Then I get serving url: url = images.get_serving_url(None, filename='/gs{}'.format(self.path), secure_url=True) Serving url generally works as expected, the thing is I'm not using blob_key, only filename (path in storage). I wonder how to delete serving_url now, since sdk method only accepts blob_key def delete_serving_url(blob_key, rpc=None): """Delete a