You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In apps/files/js/files.js in the getDownloadUrl method, it still uses the old "remote.php/webdav/$path" endpoint.
This needs to be changed to use the new endpoint "remote.php/files/$user/$path".
Best is to get the base URL from the default OC.Files.Client instance or the one from inside the FileList.
GitMate.io thinks possibly related issues are #28874 (Use new DAV endpoint in web UI), #21643 (Make web UI use the dav v2 endpoint), #23269 (Consider new DAV endpoint for public shares), #17014 (Webdav endpoint for zip download), and #24776 (Cannot move files using new dav endpoint ).
In apps/files/js/files.js in the getDownloadUrl method, it still uses the old "remote.php/webdav/$path" endpoint.
This needs to be changed to use the new endpoint "remote.php/files/$user/$path".
Best is to get the base URL from the default
OC.Files.Client
instance or the one from inside the FileList.cc @labkode
The text was updated successfully, but these errors were encountered: