Skip to content

handle libraries with spaces in the name

JonGold requested to merge JonGold/sharepoint:document-set-spaces into master

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.

Merge request reports