MCPcopy Create free account
hub / github.com/Maccoder3/MAC-MD / GoogleDrive

Class GoogleDrive

lib/gdrive.js:47–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47class GoogleDrive extends GoogleAuth {
48 constructor() {
49 super()
50 this.path = '/drive/api'
51 }
52
53 async getFolderID(path) {}
54
55 async infoFile(path) {}
56
57 async folderList(path) {}
58
59 async downloadFile(path) {}
60
61 async uploadFile(path) {}
62}
63
64export { GoogleAuth, GoogleDrive }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected