Skip to content

Commit 4ee2c13

Browse files
committed
log 404
1 parent 55ee060 commit 4ee2c13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Controller/CallbackController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -770,6 +770,7 @@ private function getFileByToken($fileId, $shareToken, $version = 0) {
770770
}
771771

772772
if (empty($files)) {
773+
$this->logger->error("getFileByToken Files not found: $fileId");
773774
return [null, new JSONResponse(["message" => $this->trans->t("File not found")], Http::STATUS_NOT_FOUND), null];
774775
}
775776
$file = $files[0];

0 commit comments

Comments
 (0)