| Previous | Next |
| STATUS_CLOUD_FILE_PROPERTY_BLOB_CHECKSUM_MISMATCH | STATUS_CLOUD_FILE_TOO_MANY_PROPERTY_BLOBS |
STATUS_CLOUD_FILE_PROPERTY_BLOB_TOO_LARGE
The placeholder property blob is too large
This status means the provider attempted to store more custom property metadata than the Cloud Files platform accepts for the placeholder property blob.
It is a provider contract problem. The fix is to reduce or split metadata, not to retry the same blob indefinitely.
What to inspect
- Measure serialized property size before calling the Cloud Files API.
- Store large provider metadata outside the placeholder property blob.
- Keep only lookup keys or compact state in the property blob.
References
- Microsoft: Cloud Filter API
- Microsoft: Build a cloud sync engine with placeholder files
- Microsoft Open Specifications: NTSTATUS values
Looking for a different code? Search another status or error code.