The break at 128MB seems to be a PHP issue with the memory limit. You can increase the limit as shown on this StackOverflow answer. In this blog entry , there are other options that you should check.
After you have double checked that your server does not have those limits, this question on Stack Overflow suggests to
upload the files in chunks using this package.
Also, as discussed in this answer, it is highly recommended to use Bucket::getResumableUploader().
This is a more technical or coding question, more appropriate for forums like StackOverflow, where experienced PHP programmers are ready to help with such issues. Groups are meant more for general discussions and opinions.--
You received this message because you are subscribed to the Google Groups "Google Cloud Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-d...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-dev/1585693f-44fe-4c82-89fc-abb20c56bc5dn%40googlegroups.com.