Just a quick query - are there limits to the size of zip file that can be auto extracted on upload?
I have a group of files and Im finding some extract ok and others return
{"error":[{"context":null,"message":"Failed to upload the following files to folder gemanimals/: gemanimals.zip","code":500}]}
The common element seems to be the files are over 1.4MB, but it doesnt always guarantee failure. This happens via Local Storage, S3, on a T1.micro instance and 4CPU 8GB VPS. The providing-a-url method in the live API seems to work ok though, so its possibly related to the form POST method Im using to upload.
Are there specific logs I can check to find out what is happening in greater detail?