We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f5e19d commit c0e770cCopy full SHA for c0e770c
src/webdav/handlers/GET.handler.ts
@@ -26,8 +26,6 @@ export class GETRequestHandler implements WebDavMethodHandler {
26
const { driveFileService, authService, networkFacade } = this.dependencies;
27
const resource = await WebDavUtils.getRequestedResource(req.url);
28
29
- if (resource.name.startsWith('._')) throw new NotFoundError('File not found');
30
-
31
webdavLogger.info(`[GET] Request received item at ${resource.url}`);
32
const driveFile = await WebDavUtils.getDriveFileFromResource({
33
url: resource.url,
0 commit comments