Downloading factory blob fails because media_link isn't available #1555
Labels
api: storage
Issues related to the Cloud Storage API.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Creating a blob like this loads the blob's properties, so downloading works (if it exists) since the download_url is available:
But this doesn't load properties, so the download fails (even in the blob is valid):
The text was updated successfully, but these errors were encountered: