<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Folder Tree on tanaike - Google Apps Script, Gemini API, and Developer Tips</title>
    <link>https://tanaikech.github.io/tags/folder-tree/</link>
    <description>Recent content in Folder Tree 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>Wed, 05 Jun 2024 09:40:27 +0900</lastBuildDate>
    <atom:link href="https://tanaikech.github.io/tags/folder-tree/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Updated: GAS Library - FilesApp</title>
      <link>https://tanaikech.github.io/2024/06/05/updated-gas-library-filesapp/</link>
      <pubDate>Wed, 05 Jun 2024 09:40:27 +0900</pubDate>
      <guid>https://tanaikech.github.io/2024/06/05/updated-gas-library-filesapp/</guid>
      <description>&lt;p&gt;FilesApp was updated to v1.1.4.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;v1.1.4 (June 5, 2024)&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;A bug for retrieving metadata from the shared drive was removed.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://github.com/tanaikech/FilesApp&#34;&gt;GitHub of FilesApp&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Updated: GAS Library - FilesApp</title>
      <link>https://tanaikech.github.io/2020/12/12/updated-gas-library-filesapp/</link>
      <pubDate>Sat, 12 Dec 2020 17:23:41 +0900</pubDate>
      <guid>https://tanaikech.github.io/2020/12/12/updated-gas-library-filesapp/</guid>
      <description>&lt;p&gt;FilesApp was updated to v1.1.3.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;v1.1.3 (December 12, 2020)&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Access token got to be able to be given as an argument. When the access token is not given as the argument, &lt;code&gt;ScriptApp.getOAuthToken()&lt;/code&gt; is used as the default access token. By this, the service account can be used.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://github.com/tanaikech/FilesApp&#34;&gt;GitHub of FilesApp&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Updated: GAS Library - FilesApp</title>
      <link>https://tanaikech.github.io/2020/05/29/updated-gas-library-filesapp/</link>
      <pubDate>Fri, 29 May 2020 17:11:02 +0900</pubDate>
      <guid>https://tanaikech.github.io/2020/05/29/updated-gas-library-filesapp/</guid>
      <description>&lt;p&gt;FilesApp was updated to v1.1.2.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;v1.1.2 (May 29, 2020)&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;A bug that all files were not retrieved from the shared drive was removed.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://github.com/tanaikech/FilesApp&#34;&gt;GitHub of FilesApp&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Updated: GAS Library - FilesApp</title>
      <link>https://tanaikech.github.io/2020/05/14/updated-gas-library-filesapp/</link>
      <pubDate>Thu, 14 May 2020 09:44:18 +0900</pubDate>
      <guid>https://tanaikech.github.io/2020/05/14/updated-gas-library-filesapp/</guid>
      <description>&lt;p&gt;FilesApp was updated to v1.1.0.&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Shared drive got to be able to be used. From the version 1.1.0, the following modification was added.&#xA;&lt;ol&gt;&#xA;&lt;li&gt;V8 is used.&lt;/li&gt;&#xA;&lt;li&gt;As the default setting, the file list is retrieved from both your Google Drive and the shared drive.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;By this, for example, when the folder ID in the shared Drive is used to &lt;code&gt;###&lt;/code&gt; of &lt;code&gt;const res = FilesApp.createTree(&amp;quot;###&amp;quot;)&lt;/code&gt;, the folder tree of the shared Drive is retrieved, if you have the shared Drive.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;And also,  FilesApp was updated to v1.1.1.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Updated: GAS Library - FilesApp</title>
      <link>https://tanaikech.github.io/2018/09/03/updated-gas-library-filesapp/</link>
      <pubDate>Mon, 03 Sep 2018 09:12:58 +0900</pubDate>
      <guid>https://tanaikech.github.io/2018/09/03/updated-gas-library-filesapp/</guid>
      <description>&lt;p&gt;FilesApp was updated to v1.0.1.&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Removed a bug.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;When there are files and folders without the parents, an error occurred. In this version, this issue was removed.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://github.com/tanaikech/FilesApp&#34;&gt;GitHub of FilesApp&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>GAS Library - FilesApp</title>
      <link>https://tanaikech.github.io/2018/06/15/gas-library-filesapp/</link>
      <pubDate>Fri, 15 Jun 2018 10:32:46 +0900</pubDate>
      <guid>https://tanaikech.github.io/2018/06/15/gas-library-filesapp/</guid>
      <description>&lt;h1 id=&#34;overview&#34;&gt;Overview&lt;/h1&gt;&#xA;&lt;p&gt;&lt;strong&gt;FilesApp is a GAS library for retrieving file and folder list in Google Drive using Google Apps Script (GAS). Also this can create a tree from all files and folders in Google Drive.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;h1 id=&#34;description&#34;&gt;Description&lt;/h1&gt;&#xA;&lt;p&gt;When I create some applications using Google Drive, there are often the case which is required to retrieve the file list and folder list. I had prepared the script each time for each case so far. But recently, I thought that if there is a library for retrieving the file and folder list (as a tree), it will be useful for me and other developers. So I created this. If this was useful for your situation, I&amp;rsquo;m glad.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
