<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Overwrite on tanaike - Google Apps Script, Gemini API, and Developer Tips</title>
    <link>https://tanaikech.github.io/tags/overwrite/</link>
    <description>Recent content in Overwrite 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>Sat, 20 Apr 2019 11:11:36 +0900</lastBuildDate>
    <atom:link href="https://tanaikech.github.io/tags/overwrite/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Overwriting Several Google Documents by 2 Text Files using Google Apps Script</title>
      <link>https://tanaikech.github.io/2019/04/20/overwriting-several-google-documents-by-2-text-files-using-google-apps-script/</link>
      <pubDate>Sat, 20 Apr 2019 11:11:36 +0900</pubDate>
      <guid>https://tanaikech.github.io/2019/04/20/overwriting-several-google-documents-by-2-text-files-using-google-apps-script/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://gist.github.com/tanaikech/55f0a57ed98ff11e7d8780cc773b6dce&#34;&gt;Gists&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;This is a sample script for overwriting several Google Documents by 2 text files using Google Apps Script.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Before you run this sample script, please install a GAS library of &lt;a href=&#34;https://github.com/tanaikech/FetchApp&#34;&gt;FetchApp&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;As a sample situation, it supposes to overwrite 2 existing Google Documents by 2 text files using the method of &lt;a href=&#34;https://developers.google.com/drive/api/v3/reference/files/update&#34;&gt;files.update&lt;/a&gt; Drive API v3. In the current stage, &lt;a href=&#34;https://developers.google.com/drive/api/v3/batch&#34;&gt;the batch request of Drive API cannot use the file media.&lt;/a&gt; This sample script might become a workaround for updating files by quasi batching request with the asynchronous process.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
