Skip to content

Commit 1430574

Browse files
authored
fix(lanzou): files cannot be uploaded to the specified directory (#3157)
* Update driver.go * fix(Lanzou):files cannot be uploaded to the specified directory Solve the problem that files cannot be uploaded to the specified directory
1 parent 44f8112 commit 1430574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/lanzou/driver.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ func (d *LanZou) Put(ctx context.Context, dstDir model.Obj, stream model.FileStr
214214
"ve": "2",
215215
"id": "WU_FILE_0",
216216
"name": stream.GetName(),
217-
"folder_id": dstDir.GetID(),
217+
"folder_id_bb_n": dstDir.GetID(),
218218
}).SetFileReader("upload_file", stream.GetName(), stream).SetContext(ctx)
219219
}, &resp, true)
220220
if err != nil {

0 commit comments

Comments
 (0)