Message: File size too large
Hi,
I am working on nodejs app where I am upload 104 mb file in chunks using below example script from "https://cloudinary.com/documentation/upload_videos#chunked_video_upload" URL
------------------------------
cloudinary.v2.uploader.upload_large("my_large_video.mp4", {
resource_type: "video", chunk_size: 6000000
},
function(error, result) { console.log(result, error); });
------------------------------
But when we are sending in chunks it shouldnt give any error. I am doing anything wrong?
Thanks
0
-
Hi Rahul,
The maximum video file size limit on the free plan is 100MB regardless of the method of upload.
If you require an increased limit, you would need to upgrade to one of our paid plans.
Hope this helps!
Brian
0
Post is closed for comments.
Comments
1 comment