Followed docs
https://shopify.dev/docs/apps/online-store/media/products
Image were uploaded fine but videos are giving following error
I decoded the signature it throwing
[
“content-length-range”,
899760,
899760
]
but I am setting fileSize more than that
{
filename: “watches_comparison.mp4”,
mimeType: “video/mp4”,
resource: VIDEO,
fileSize: “999760”
}
Please help
