-
This error could happen when the resulted file size (after the conversion) is bigger than some limit, the limit could be:
- user membership max file size or quota limit reached
- storage object max file size or quota limit reached
- upload_max_filesize php setting
-
I already looked into those possibilities. The max file size is way higher (I think I set it to over a GB. ). I am uploading the files using my admin account which has unlimited for number and size of files. My admin account doesn't have a quota. I don't know if that is what is causing the error. I might try to experiment with one of my test accounts that has limits and see if that works.