Replies: 6 comments 2 replies
-
did you get anywhere? i have authentication but getting 400 trying to list a directory
|
Beta Was this translation helpful? Give feedback.
-
Looks correct. You'd have to debug the HTTP request itself by adding a logger interceptor. See the DAVx5 source code: https://github.com/bitfireAT/davx5-ose/ |
Beta Was this translation helpful? Give feedback.
-
thanks, i was also inspired to actually check the server logs (who would have thought! :) ) so i have a thread to pull now as it reports {"method": "PROPFIND", "path": "/dav/personal-files/webdavdev/", "error": "prop must not be empty"} |
Beta Was this translation helpful? Give feedback.
-
and now it works with
thanks for the pointers |
Beta Was this translation helpful? Give feedback.
-
My use case is photo upload to my photoprism instance (https://photoprism.app/) from my android phone. Would you be interested in a how to or similar document once I have my solution working, i expect things I need to do include; It might help folks getting started |
Beta Was this translation helpful? Give feedback.
-
i see now i can use BasicDigestAuthHandler(....)
so much simpler |
Beta Was this translation helpful? Give feedback.
-
.
Beta Was this translation helpful? Give feedback.
All reactions