Google App Engine Issue

34 views
Skip to first unread message

iCoderz Developers

unread,
Nov 14, 2018, 1:23:18 PM11/14/18
to google-a...@googlegroups.com
Hello,

I am trying to create a zip on google cloud storage but unable to create a zip using php.

Here is my sample code. Please help me. if you got any solution please let me know soon. 

Thank you,
xyz

$ZipArchivePath = 'gs://projectID.appspot.com/Temp/zipfile.zip';

            $zip = new ZipArchive();
            $zip->open($ZipArchivePath, ZipArchive::CREATE);
            $zip->addFile($xmlname,$filesystem->read('Temp/'.$id.'/'.$xmlname));
            $zip->close();

Katayoon (Cloud Platform Support)

unread,
Nov 15, 2018, 11:48:32 PM11/15/18
to Google App Engine
Hi,

I see you have created a duplicate thread on the same question in Stack Overflow. In order to avoid duplicating efforts we will let you work with the thread in Stack Overflow since Google Groups are reserved for general discussions about Google Cloud Platform-end products and not for technical questions. 

Reply all
Reply to author
Forward
0 new messages