appengine icon indicating copy to clipboard operation
appengine copied to clipboard

Unable to delete blobstore objects

Open benjamw opened this issue 7 years ago • 0 comments

I am using blobstore.UploadURL with the StorageBucket value set to store the file in a Cloud Storage Bucket instead of the blobstore. (See #63)

The files store properly in the Cloud Storage, but a duplicate of the file also gets stored in blobstore, and no matter what I do, I cannot delete the file.

I've tried deleting the file from through the console, and via go with blobstore.Delete with no luck in either case.

benjamw avatar Mar 13 '17 21:03 benjamw