handle libraries with spaces in the name
When using the old "vti-bin" API, Document Set names can't have spaces in them. See this Stack Exchange comment. This MR simply strips out spaces from the library name on the call to the old API endpoint. Without it, you get a "400 Bad Request" error.