mirror of
https://github.com/AlistGo/alist.git
synced 2025-05-29 11:48:23 +08:00
🚧 webdav write interface
This commit is contained in:
@ -144,11 +144,11 @@ func (driver GoogleDrive) GetFiles(id string, account *model.Account) ([]GoogleF
|
||||
// if !driver.IsDir(file.MimeType) {
|
||||
// return &file, err
|
||||
// } else {
|
||||
// return nil, drivers.NotFile
|
||||
// return nil, drivers.ErrNotFile
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// return nil, drivers.PathNotFound
|
||||
// return nil, drivers.ErrPathNotFound
|
||||
//}
|
||||
|
||||
func init() {
|
||||
|
Reference in New Issue
Block a user