diff --git a/apps/files_sharing/lib/External/Storage.php b/apps/files_sharing/lib/External/Storage.php index 0ab53f9d1cc..e3fe9c7f51e 100644 --- a/apps/files_sharing/lib/External/Storage.php +++ b/apps/files_sharing/lib/External/Storage.php @@ -109,6 +109,7 @@ class Storage extends DAV implements ISharedStorage, IDisableEncryptionStorage, 'host' => $host, 'root' => $webDavEndpoint, 'user' => $options['token'], + 'authType' => \Sabre\DAV\Client::AUTH_BASIC, 'password' => (string)$options['password'] ] );