Skip to main content

Maximum is 10485760 upload video with Apollo server and upload_stream

Comments

1 comment

  • Aleksandar Kostadinov

    Hi Emerson,

    Based on the error message it looks like you're hitting the default image filesize limit. That looks to be the case since your resource_type is set to " video ". Notice the extra whitespace. The SDK would therefore not recognize it as a valid resource_type (image/video/raw) and therefore defaults to image.

    May I please ask you to set resource_type to "video" without the whitespace and let me know how it goes.

    0

Post is closed for comments.