diff --git a/drivers/139/driver.go b/drivers/139/driver.go index 8864787c..d538927e 100644 --- a/drivers/139/driver.go +++ b/drivers/139/driver.go @@ -270,7 +270,7 @@ func (driver Cloud139) Rename(src string, dst string, account *model.Account) er "accountType": 1, }, } - pathname = "/orchestration/personalCloud/catalog/v1.0/updateContentInfo" + pathname = "/orchestration/personalCloud/content/v1.0/updateContentInfo" } _, err = driver.Post(pathname, data, nil, account) return err