Value: Block blobs are
sjuliper7 opened this issue · 2 comments
sjuliper7 commented
MicrosoftAzure\Storage\Common\Exceptions\ServiceException: Fail:↵Code: 400↵Value: Block blobs are
I have read the documentation, i'm student junior programmer i'have configure as the documentation but when put image to disk have some error.
Storage::disk('azure')->put($fileName,$image);
$path = Storage::url($fileName);
matthewbdaly commented
That error message sounds incomplete. Is there more?
The fact that it raises a 400 error implies the issue is a client error. Maybe have a look at https://stackoverflow.com/questions/45805403/azure-blob-storage-400-bad-request
matthewbdaly commented
Is this resolved? If so, please let me know and I'll close it.