-
-
Notifications
You must be signed in to change notification settings - Fork 21
error when using WebDAV w/ Nextcloud (read+write) #9
Comments
Works for me. Maybe a permission issue? |
What could the permission issue be? |
Right, when curl works it shouldn't be permissions. Can you post your webdav-filesystem config values? See mine below.
I started using this today and apart from some small (already reported) bugs in the flysystem-webdav adapter, it works fine. |
for my config: see original post. I am using the share link (token based) webdav. Not sure if it is Nextcloud related, have not tried other Webdav sources (yet). |
I've used The Flysystem WebDAV adapter uses sabre/dav under the hood. |
That sounds promising Pascal. I am indeed using |
Hello, i think you need a slash at the end: |
that was indeed it. Thanks! |
I have setup a Nextcloud shared folder (upload + edit permissions), which can be accessed using WebDAV.
But when connecting through Laravel I get errors.
My config:
Works fine with curl
When using Tinker I get error messages:
When I use an incorrect WEBDAV_TOKEN, curl gives authentication error message, Tinker gives the same result (no authentication error message).
The text was updated successfully, but these errors were encountered: