We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When connected to oCIS, sharing a file fails with 404
404
POST /ocs/v1.php/apps/files_sharing/api/v1/shares?path=/remote.php/webdav/sad_mac_%28white%29.jpg&shareType=3&shareWith= HTTP/1.1 OCS-APIRequest: true Accept: application/xml Content-Length: 0 Host: ocis.ocis-keycloak.latest.owncloud.works Connection: Keep-Alive User-Agent: Cyberduck/8.8.3.41360 (Mac OS X/14.4.1) (aarch64) Accept-Encoding: gzip,deflate Authorization: Bearer *** HTTP/1.1 200 OK Content-Length: 175 Content-Type: text/xml; charset=utf-8 Date: Fri, 19 Apr 2024 10:14:45 GMT Ocs-Api-Version: 1 Vary: Origin X-Request-Id: 3c9a7676557b/HgcReilixE-000077 <?xml version="1.0" encoding="UTF-8"?> <ocs><meta><status>failure</status><statuscode>404</statuscode><message>Wrong path, file/folder doesn't exist</message></meta></ocs>
The text was updated successfully, but these errors were encountered:
Fix #15855.
da673c3
Fix path argument for OCS share request when bookmark has set default…
ae6981c
… path. Resolves #15855.
Sorry, something went wrong.
dkocher
Successfully merging a pull request may close this issue.
When connected to oCIS, sharing a file fails with
404
The text was updated successfully, but these errors were encountered: