Closed semsphy closed 7 years ago
Did you find a solution ???
Same problem here!
@semsphy , @greatsami , @vitorfavila What is result of ini_get('memory_limit')
on PHP?
There was a problem when PHP memory_limit was -1, so I fixed it. Thanks!
@nao-pon Thank you!!!
Thanks
I'm using your package in
laravel-backup
, it useswriteStream
method to upload a zip file to Google drive. And the file size is 4MB.After run a backup command I got error messages:
But if I upload file with this snippet, it is ok.
Are there any solutions?