gopeed icon indicating copy to clipboard operation
gopeed copied to clipboard

I found that use deleteTasks API with no paramters will delete both task and file.

Open UniversalProgressions opened this issue 8 months ago • 0 comments

Gopeed Version: 1.7.0 Env: Browser, nodejs22

After invoke javascript function "deleteTasks", all tasks and corresponding files gets deleted.

It will only happens if no specific task id provided, file is deleted even if you specify ('force': false) as well.

Reproduced the issue by following online API document. (be careful to your downloaded files before reproduce it.) https://docs.gopeed.com/site/openapi/index.html#delete-/api/v1/tasks

UniversalProgressions avatar May 03 '25 12:05 UniversalProgressions