read compressed file in GZ format, Ex. impression-day-2019-01-22.json.gz

read compressed file in GZ format, Ex. impression-day-2019-01-22.json.gz

We have a file upload on S3 bucket in with .JSON.GZ extension. We are trying to write a script to read that file, unzip that file and then upload it to ZOHO Workdrive.  

Code is below: 
========================================================== 
 zip = invokeUrl
 [
       type:  GET
 ];
  zip.setFileType("zip");

 file_collection = zip.extract(); 
 info file_collection;
 
 for each  file  in  file_collection
 {
   rsp = zoho.workdrive.uploadFile(file,"dirID",file.getFileName(),true,"---");
   info rsp;
 }  


When I execute that code, it is returning blank values. 

whereas when I use file .ZIP (url: "https://s3bucketURL/impression-day.zip" ) extension it is working fine. 

any help will be much appreciated




                            Zoho Desk Resources

                            • Desk Community Learning Series


                            • Digest


                            • Functions


                            • Meetups


                            • Kbase


                            • Resources


                            • Glossary


                            • Desk Marketplace


                            • MVP Corner


                            • Word of the Day



                                Zoho Marketing Automation


                                        Manage your brands on social media



                                              Zoho TeamInbox Resources

                                                Zoho DataPrep Resources



                                                  Zoho CRM Plus Resources

                                                    Zoho Books Resources


                                                      Zoho Subscriptions Resources

                                                        Zoho Projects Resources


                                                          Zoho Sprints Resources


                                                            Qntrl Resources


                                                              Zoho Creator Resources


                                                                Zoho WorkDrive Resources



                                                                  Zoho Campaigns Resources

                                                                    Zoho CRM Resources

                                                                    • CRM Community Learning Series

                                                                      CRM Community Learning Series


                                                                    • Tips

                                                                      Tips

                                                                    • Functions

                                                                      Functions

                                                                    • Meetups

                                                                      Meetups

                                                                    • Kbase

                                                                      Kbase

                                                                    • Resources

                                                                      Resources

                                                                    • Digest

                                                                      Digest

                                                                    • CRM Marketplace

                                                                      CRM Marketplace

                                                                    • MVP Corner

                                                                      MVP Corner

                                                                    





                                                                    




                                                                        Design. Discuss. Deliver.

                                                                        Create visually engaging stories with Zoho Show.

                                                                        Get Started Now