{"record":{"id":"49ba43ff495cd7d5","repo":"AlistGo/alist","slug":"remote-upload-id-required","errorCode":null,"errorMessage":"remote upload ID required","messagePattern":"remote upload ID required","errorType":"validation","errorClass":null,"httpStatus":null,"severity":"error","filePath":"drivers/streamtape/driver.go","lineNumber":459,"sourceCode":"\t\treturn d.thumbnail(ctx, args)\n\tcase \"conversion_status\":\n\t\treturn d.conversionStatus(ctx, args)\n\tdefault:\n\t\treturn nil, errs.NotSupport\n\t}\n}\n\nfunc (d *Streamtape) extractRemoteUploadID(args model.OtherArgs) (string, error) {\n\tuploadID := remoteUploadIDFromObjID(args.Obj.GetID())\n\tif uploadID == \"\" {\n\t\tif data, ok := args.Data.(map[string]interface{}); ok {\n\t\t\tif id, ok := data[\"id\"].(string); ok {\n\t\t\t\tuploadID = id\n\t\t\t}\n\t\t}\n\t}\n\tif uploadID == \"\" {\n\t\treturn \"\", fmt.Errorf(\"remote upload ID required\")\n\t}\n\treturn uploadID, nil\n}\n\nfunc (d *Streamtape) remoteDlStatus(ctx context.Context, args model.OtherArgs) (interface{}, error) {\n\tuploadID, err := d.extractRemoteUploadID(args)\n\tif err != nil {\n\t\treturn nil, err\n\t}\n\n\tvar result remoteDlStatusResult\n\tif err := d.callAPI(ctx, \"/remotedl/status\", map[string]string{\"id\": uploadID}, &result); err != nil {\n\t\treturn nil, err\n\t}\n\treturn result, nil\n}\n\nfunc (d *Streamtape) remoteDlRemove(ctx context.Context, args model.OtherArgs) (interface{}, error) {","sourceCodeStart":441,"sourceCodeEnd":477,"githubUrl":"https://github.com/AlistGo/alist/blob/843d9dc8149126976b2625911e45a4d3ffd6f2f5/drivers/streamtape/driver.go#L441-L477","documentation":"Error \"remote upload ID required\" thrown in AlistGo/alist.","triggerScenarios":"Thrown at drivers/streamtape/driver.go:459 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Supply the required field in the request or storage configuration and retry the operation."],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"843d9dc8149126976b2625911e45a4d3ffd6f2f5","analyzedAt":"2026-08-15T12:14:11.722Z","schemaVersion":2},"datasetVersion":"2026-08-15T17:31:12.345Z"}