url encode the webdav URL in the graph API

This commit is contained in:
David Christofas
2022-04-27 12:39:59 +02:00
parent 0758854b63
commit 4bb4f9fbb1
2 changed files with 23 additions and 17 deletions
@@ -0,0 +1,6 @@
Bugfix: URL encode the webdav url in the graph API
Fixed the webdav URL in the drives responses. Without encoding the URL could be broken by files with spaces in the file name.
https://github.com/owncloud/ocis/pull/3597
https://github.com/owncloud/ocis/issues/3538