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 d59dbfb commit 7b50d14Copy full SHA for 7b50d14
services/storage/src/simcore_service_storage/api/rest/_files.py
@@ -78,8 +78,8 @@ async def get_file_metadata(
78
query_params: Annotated[StorageQueryParamsBase, Depends()],
79
location_id: LocationID,
80
file_id: StorageFileID,
81
+ user_agent: Annotated[str | None, Header()],
82
request: Request,
- user_agent: Header(None),
83
):
84
file_id = urllib.parse.unquote(f"{file_id}")
85
0 commit comments