Skip to main content

Buffered video upload not working

Comments

1 comment

  • Eric Cauan Pasos

    Hi Gabriel,

    The default resource_type when sending the upload request is 'image' and you may need to set this parameter to 'video' as part of your code:

    const config = {folder: 'secrety', resource_type: 'video'} 

    Thanks to help to try this setting and kindly let me know the result if it works.

    Best regards,

    Eric

     

     

    0

Post is closed for comments.