val request = NextcloudRequest.Builder()
.setRequestBody(body)
.setMethod("SEARCH")
.setUrl(Uri.encode("/remote.php/dav/", "/"))
.build()
val response = nextcloudApi?.performNetworkRequestV2(request)
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
Issue
When trying to make a request using
SEARCHmethod like desribed here, exception is thrownhttps://docs.nextcloud.com/server/latest/developer_manual/client_apis/WebDAV/search.html
Example code:
Exception: