🐛 google drive upload api proxy

This commit is contained in:
微凉
2021-12-31 00:28:50 +08:00
parent d71ed4d775
commit 6f0959a98e
3 changed files with 7 additions and 1 deletions

View File

@ -297,6 +297,7 @@ type UploadResp struct {
// TODO unfinished
func (driver Pan123) Upload(file *model.FileStream, account *model.Account) error {
return base.ErrNotImplement
parentFile, err := driver.File(file.ParentPath, account)
if err != nil {
return err