-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
Issue
When trying to make a request using SEARCH method like desribed here, exception is thrown
https://docs.nextcloud.com/server/latest/developer_manual/client_apis/WebDAV/search.html
Example code:
val request = NextcloudRequest.Builder()
.setRequestBody(body)
.setMethod("SEARCH")
.setUrl(Uri.encode("/remote.php/dav/", "/"))
.build()
val response = nextcloudApi?.performNetworkRequestV2(request)
Exception:
com.nextcloud.android.sso.exceptions.NextcloudUnsupportedMethodException: The requested HTTP Method is not supported yet! Please contact the developers of the Android Single-On Library for Android
Metadata
Metadata
Assignees
Labels
No labels