Hey guys I am getting this error when I pass larger images (6mb +) through client storage.createFile. It works fine if the images are smaller, but I get this error no matter what if they're larger. The max upload size is set to 15mb and the filetype (jpg) is allowed so I am not sure what's going on.
TL;DR
Issue with passing larger images (6mb +) through client storage.createFile endpoint. Max upload size is 15mb with allowed file type (jpg), but still getting an error. The error occurs specifically with larger images. Any solutions?