You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gaufrette tries to save metadata before uploading the file itself. Alas, if there is no file before that API call for setting metadata will fail on all providers who don't support setting metadata on non-existent file/blob.
Uncaught PHP Exception RuntimeException: "Failed to set metadata for blob "$path" in container "$container": The specified blob does not exist. (BlobNotFound)."
Gaufrette tries to save metadata before uploading the file itself. Alas, if there is no file before that API call for setting metadata will fail on all providers who don't support setting metadata on non-existent file/blob.
results in:
As can be seen in Gaufrette/File::setContent
setMetadata is causing filesystem beneath to issue a metadata write, which fails.
The text was updated successfully, but these errors were encountered: