Til 2025-03-30
Cloudinary upload_large does not allow files bigger than 100MB unless I explicitly set async: true
await cloudinary.uploader.upload_large(videoUrl, {
resource_type: 'video',
async: true, // this is CRUCIAL
});
And response I got
{
...
shinabr2.hashnode.dev1 min read