Request a valid property for DAV opendir
Apperently Sabre and Onedrive are not friends when requesting a single 404 property. I need to dig deeper on why this is. Anyways requesting a valid property makes it work like a charm. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
912a657d94
commit
54c4d95a11
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ class DAV extends Common {
|
|||
try {
|
||||
$response = $this->client->propFind(
|
||||
$this->encodePath($path),
|
||||
['{DAV:}href'],
|
||||
['{DAV:}getetag'],
|
||||
1
|
||||
);
|
||||
if ($response === false) {
|
||||
|
|
Loading…
Reference in a new issue