🎇 googledrive webdav write

This commit is contained in:
微凉
2021-12-28 21:28:27 +08:00
parent 606134f39c
commit 88a9edb90a
3 changed files with 105 additions and 13 deletions

View File

@ -165,6 +165,7 @@ func (fs *FileSystem) CreateDirectory(ctx context.Context, rawPath string) error
if err != nil {
return err
}
log.Debugf("mkdir: %s", path_)
return driver.MakeDir(path_, account)
}