wait to get disk space size

pull/276/head
qkqpttgf 2021-03-14 17:00:01 +08:00 committed by GitHub
parent 06db4a70f6
commit 82e8d5d0e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -768,6 +768,9 @@ class Googledrive {
}
return true;
}
public function getDiskSpace() {
return '';
}
protected function GDAPI($method, $url, $data = '')
{