How to download files uploaded in a workflow in subsequent code blocks?

There is currently a requirement for users to upload multiple files, and I need to download and organize them in a subsequent code block. The parameters currently received by the code block are"input_files": \[\n\n {\n\n "dify_model_identity": "\_dify__file\_",\n\n "id": null,\n\n "tenant_id": "84413033-3b4d-40df-afd6-552a275610a8",\n\n "type": "image",\n\n "transfer_method": "local_file",\n\n "remote_url": "/files/34416361-919f-4440-a02f-a05094542ea5/file-preview?timestamp=1774428006\u0026nonce=d760bbc857bb540e18a2c721cb7cbd34\u0026sign=nHh4uiRmwNuEOaon-1xeL3IU_GgwWfyraaCp0A3Vzvk%3D",\n\n "related_id": "34416361-919f-4440-a02f-a05094542ea5",\n\n "filename": "1.png",\n\n "extension": ".png",\n\n "mime_type": "image/png",\n\n "size": 24537,\n\n "url": "/files/34416361-919f-4440-a02f-a05094542ea5/file-preview?timestamp=1774428007\u0026nonce=65b821ac54ffbd377dbd9b4e887edc89\u0026sign=tmNIC9csJTtpGBD2fb-b5eAARG9iT2Nj0d155nrz5PI%3D"\n\n },