<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Unzip on tanaike - Google Apps Script, Gemini API, and Developer Tips</title>
    <link>https://tanaikech.github.io/tags/unzip/</link>
    <description>Recent content in Unzip on tanaike - Google Apps Script, Gemini API, and Developer Tips</description>
    <generator>Hugo</generator>
    <language>ja</language>
    <copyright>&amp;copy; 2026. All rights reserved.</copyright>
    <lastBuildDate>Fri, 26 Jul 2019 13:49:47 +0900</lastBuildDate>
    <atom:link href="https://tanaikech.github.io/tags/unzip/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>GAS Library - UnzipGs</title>
      <link>https://tanaikech.github.io/2019/07/26/gas-library-unzipgs/</link>
      <pubDate>Fri, 26 Jul 2019 13:49:47 +0900</pubDate>
      <guid>https://tanaikech.github.io/2019/07/26/gas-library-unzipgs/</guid>
      <description>&lt;h1 id=&#34;overview&#34;&gt;Overview&lt;/h1&gt;&#xA;&lt;p&gt;&lt;strong&gt;This is a GAS library for unzipping a Zip file protected by a password using Google Apps Script.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;h1 id=&#34;description&#34;&gt;Description&lt;/h1&gt;&#xA;&lt;p&gt;Recently, I had a situation that it is required to unzip a Zip file protected with the password. But unfortunately, in the current stage, the method of &lt;a href=&#34;https://developers.google.com/apps-script/reference/utilities/utilities#unzipblob&#34;&gt;&lt;code&gt;Utilities.unzip()&lt;/code&gt;&lt;/a&gt; cannot unzip such protected files. So when I had been looking for the other workarounds, I found &lt;a href=&#34;https://github.com/imaya/zlib.js&#34;&gt;&lt;code&gt;zlib.js&lt;/code&gt;&lt;/a&gt;. Especially, it&amp;rsquo;s &lt;a href=&#34;https://github.com/imaya/zlib.js/blob/develop/bin/unzip.min.js&#34;&gt;&lt;code&gt;unzip.min.js&lt;/code&gt;&lt;/a&gt;. This is created for Javascript. So when I used this using Google Apps Script, it was found that it didn&amp;rsquo;t work for Google Apps Script. So I prepared a wrapper script for running it with Google Apps Script. And when I created the wrapper script, I thought that under the current stage, if the protected Zip file can be unzipped, this will be useful for other users. So I created this as a GAS library.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
