Fix media import uploads for ETL file types#330
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Closing this PR as #334 solves it in a much simpler way |
Description
Adds the
source: "import"field to media import chunk upload requests while preserving Dropzone’s chunk metadata.Without the import source flag, the backend validates uploads against MEDIA_ALLOWED_EXTENSIONS instead of ETL_VID_EXT, causing allowed media import file types like .mov to fail with 415.
How to Test
Jira ID (if applicable)
BYNT-1695