Default description is applied to all files when no input is provided
Description:
During file upload via CLI, if the user does not provide a description (i.e., presses Enter), a default description is automatically applied to all files.
This leads to unintended metadata being assigned, as users may expect the description field to remain empty if no input is given.
Additionally, the same description is applied to all files, which may not be appropriate for bulk uploads.
Expected Behavior:
If no description is provided:
The field should remain empty OR The user should be prompted again if it is required Actual Behavior:
A default description is automatically assigned to all uploaded files without explicit user input.
Impact: Incorrect metadata Poor data quality Misleading user experience
