We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb353a commit a7e72c2Copy full SHA for a7e72c2
services/api-server/src/simcore_service_api_server/api/routes/files.py
@@ -432,7 +432,7 @@ async def download_file(
432
)
433
434
_logger.info("Downloading %s to %s ...", file_meta, presigned_download_link)
435
- return RedirectResponse(presigned_download_link)
+ return RedirectResponse(f"{presigned_download_link}")
436
437
438
async def files_upload_multiple_view():
0 commit comments