What is the Max MB you can upload for zip files to build apk?
-
Hi , i tried uploading a 50MB zip game file and was able to.
Then i tried uploading a 300MB zip game file but was unable to. It hangs at the upload page. I subscribed to the PRO account where storage is 1 GB so why can’t I upload my 300 MB zip file? May I know how to counter this problem? Please help!
-
This is probably just a temporary error with uploading a large file, or it might be taking a while so it appears to hang.
You can also try uploading it using Monaca CLI command
monaca upload
. First add the zip files to your project locally then runmonaca upload
to upload the whole project. With Monaca CLI, you can see a progress indicator so you know whether upload is stuck or not.