<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>GoogleDocs on tanaike - Google Apps Script, Gemini API, and Developer Tips</title>
    <link>https://tanaikech.github.io/tags/googledocs/</link>
    <description>Recent content in GoogleDocs 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>Thu, 11 Apr 2019 11:14:59 +0900</lastBuildDate>
    <atom:link href="https://tanaikech.github.io/tags/googledocs/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Converting Many Files to Google Docs using Google Apps Script</title>
      <link>https://tanaikech.github.io/2019/04/11/converting-many-files-to-google-docs-using-google-apps-script/</link>
      <pubDate>Thu, 11 Apr 2019 11:14:59 +0900</pubDate>
      <guid>https://tanaikech.github.io/2019/04/11/converting-many-files-to-google-docs-using-google-apps-script/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://gist.github.com/tanaikech/d60700b523af7aaf89b9e7c92e35c3c2&#34;&gt;Gists&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;This is a sample script for converting a lot of files to Google Docs (Spreadsheet, Document and Slides).&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://developers.google.com/drive/api/v3/batch&#34;&gt;Batch request&lt;/a&gt; can be used for converting files. In this sample script, the files are converted using the batch request.&lt;/li&gt;&#xA;&lt;li&gt;Batch request can request 100 API by one API call.&lt;/li&gt;&#xA;&lt;li&gt;This sample script uses &lt;a href=&#34;https://developers.google.com/apps-script/reference/url-fetch/url-fetch-app#fetchallrequests&#34;&gt;the fetchAll method&lt;/a&gt;. So even if there are over 100 files, this script can process them.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;sample-script&#34;&gt;Sample script:&lt;/h2&gt;&#xA;&lt;p&gt;&lt;strong&gt;Before you run the script, please set the variables at &lt;code&gt;main()&lt;/code&gt;.&lt;/strong&gt; And, please enable Drive API at Advanced Google services.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
