Unknown desired size unit

The desired size is using an unsupported unit.

How to fix

Problem examples:

{
  "desiredSize": "500MG"        // Invalid - should be MB
}
{
  "desiredSize": "2PB"          // Invalid - PB not supported
}

Ensure that the unit used by the desired size is one of the supported units:

  • Percentage: %
  • Size: B, KB, MG, GB, TB




Didn't find what you were looking for?