MM-64779: Upload type validation. (#33351)

Этот коммит содержится в:
catalintomai
2025-07-08 00:13:02 +02:00
коммит произвёл GitHub
родитель f7cb74117b
Коммит a8fa77f107
2 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@@ -3914,6 +3914,10 @@
"id": "api.upload.get_upload.forbidden.app_error",
"translation": "Failed to get upload."
},
{
"id": "api.upload.invalid_type_for_shared_channel.app_error",
"translation": "Failed to upload file. Upload channel is not shared with remote."
},
{
"id": "api.upload.upload_data.invalid_content_length",
"translation": "Invalid Content-Length."