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
{{ message }}
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.
Storage::disk('webdav')->files() // Sabre\HTTP\ClientHttpException with message 'Method Not Allowed'
Storage::disk('webdav')->files('/') // Sabre\HTTP\ClientHttpException with message 'Method Not Allowed'
When listing specific file or folder I get an empty result:
I have a webdav folder containing:
When listing files in root directory:
When listing specific file or folder I get an empty result:
Correct / expected behavior when listing non-existing file/folder:
Correct / expected behavior when using local filesystem:
(using
WEBDAV_URI
with trailing/
, see #9)Manual
curl
examples works fine:e.g.
The text was updated successfully, but these errors were encountered: