Prevents Blob/upload operations on read-only accounts.
Read-Only Account Protection for Blob/upload:
Validates that the target account's isReadOnly property is false
Blob/upload creates new blobs in the account, requiring write access
Attempting to upload to a read-only account would fail with an accountReadOnly error
This validator catches the error client-side before making a server request, providing
immediate feedback when attempting to upload blobs to read-only accounts.
Prevents Blob/upload operations on read-only accounts.
Read-Only Account Protection for Blob/upload:
isReadOnlyproperty isfalseaccountReadOnlyerrorThis validator catches the error client-side before making a server request, providing immediate feedback when attempting to upload blobs to read-only accounts.
Common read-only scenarios: