Nextcloud + WebDav Sabre

raffnix

B1G-Software-Kunde
#1
Hallo ich nutze Nextcloud und habe per WebDav die Webdisk eingebunden. Wenn ich nun per APP Dateien runter oder hochladen möchte zeigt er mir "Server steht zur Zeit nicht zur Verfügung"

im Log von Nextcloud steht folgendes:

Code:
no app in context Sabre\HTTP\ClientHttpException: Method Not Allowed0./home/Domain.xy/3rdparty/sabre/dav/lib/DAV/Client.php - line 231:  Sabre\HTTP\Client->send(Object(Sabre\HTTP\Request))
1./home/Domain.xy/lib/private/Files/Storage/DAV.php - line 271:  Sabre\DAV\Client->propFind('', Array)

2./home/Domain.xy/lib/private/Files/Storage/DAV.php - line 577:  OC\Files\Storage\DAV->propfind('')

3./home/Domain.xy/lib/private/Files/Storage/Common.php - line 444:  OC\Files\Storage\DAV->stat('')

4./home/Domain.xy/apps/files_external/lib/config.php - line 233:  OC\Files\Storage\Common->test(false, true)

5./home/Domain.xy/apps/files_external/lib/Controller/StoragesController.php - line 257:  OC_Mount_Config getBackendStatus('\\OC\\Files\\Stora...', Array, false, true)

6./home/Domain.xy/apps/files_external/lib/Controller/GlobalStoragesController.php - line 179:  OCA\Files_External\Controller\StoragesController->updateStorageStatus(Object(OCA\Files_External\Lib\StorageConfig), true)

7.[internal function] OCA\Files_External\Controller\GlobalStoragesController->update(2, 'Verein', 'dav', 'password passw...', Array, Array, Array, Array, 100, true)

8./home/Domain.xy/lib/private/AppFramework/Http/Dispatcher.php - line 160:  call_user_func_array(Array, Array)

9./home/Domain.xy/lib/private/AppFramework/Http/Dispatcher.php - line 90:  OC\AppFramework\Http\Dispatcher->executeController(Object(OCA\Files_External\Controller\GlobalStoragesController), 'update')

10./home/Domain.xy/lib/private/AppFramework/App.php - line 114:  OC\AppFramework\Http\Dispatcher->dispatch(Object(OCA\Files_External\Controller\GlobalStoragesController), 'update')

11./home/Domain.xy/lib/private/AppFramework/Routing/RouteActionHandler.php - line 47:  OC\AppFramework\App main('GlobalStoragesC...', 'update', Object(OC\AppFramework\DependencyInjection\DIContainer), Array)

12.[internal function] OC\AppFramework\Routing\RouteActionHandler->__invoke(Array)
13./home/
/lib/private/Route/Router.php - line 299:  call_user_func(Object(OC\AppFramework\Routing\RouteActionHandler), Array)

14./home/Domain.xy/lib/base.php - line 1004:  OC\Route\Router->match('/apps/files_ext...')

15./home/Domain.xy/index.php - line 48:  OC handleRequest()
16.{main}
So wie ich das sehe lässt das Sabre Webdav Protokoll das nicht zu. Hat hier jemand Erfahrung damit oder eine Lösung parat.

Vielen Dank
 
Top