I am trying to copy over assets from AMS using the same asset names we used. It seems that MK I/O API does not support spaces, like AMS. Instead, it throws a 404 response.
I have tried URL path encoding (replacing space with %20) and this doesn't resolve the problem.
Is this correct? Will the API be adjusted to support spaces?