Spaces:
Runtime error
Runtime error
Akshar2325
feat(google-drive-upload): add Google Drive integration for file uploads and HLS conversion
ffebaa3 | export const UploadMessages = { | |
| NOT_FOUND: 'Upload not found', | |
| DELETED: 'Upload deleted successfully', | |
| UPLOAD_STARTED: 'Upload started successfully', | |
| UPLOAD_COMPLETED: 'Upload completed successfully', | |
| UPLOAD_FAILED: 'Upload failed', | |
| PROCESSING: 'Upload is being processed', | |
| INVALID_FILE_TYPE: 'Invalid file type', | |
| FILE_TOO_LARGE: 'File size exceeds limit', | |
| CONVERSION_STARTED: 'Video conversion started', | |
| CONVERSION_COMPLETED: 'Video conversion completed', | |
| CONVERSION_FAILED: 'Video conversion failed', | |
| }; | |