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 b4c58c0 commit cdfc2bdCopy full SHA for cdfc2bd
1 file changed
src/gdrive.ts
@@ -2,8 +2,6 @@ import type { Backend, InodeLike } from '@zenfs/core';
2
import { encodeRaw, Errno, ErrnoError, Stats } from '@zenfs/core';
3
import { S_IFDIR, S_IFREG } from '@zenfs/core/emulation/constants.js';
4
import { basename, dirname, join } from '@zenfs/core/emulation/path.js';
5
-import 'gapi';
6
-import 'gapi.client.drive-v3';
7
import { CloudFS, type CloudFSOptions } from './cloudfs.js';
8
9
type DriveError = Error & { code?: number };
0 commit comments