Updated goodls to v201
-
v2.0.1 (February 26, 2022)
- A bug for the resumable download was removed.
The detail information and how to get this are https://github.com/tanaikech/goodls.
v2.0.1 (February 26, 2022)
The detail information and how to get this are https://github.com/tanaikech/goodls.
v2.0.0 (February 25, 2022)
You can check ggsrun at https://github.com/tanaikech/ggsrun.
v2.0.0 (February 25, 2022)
drive.New() and transport.APIKey were deprecated. By this, I updated go-getfilelist. In this version, I used this updated library to goodls. And also, drive.NewService() is used instead of drive.New().The detail information and how to get this are https://github.com/tanaikech/goodls.
v2.0.0 (February 25, 2022)
drive.New() and transport.APIKey were deprecated. By this, I updated the specification of this library as the version 2. When you are required to continue to use drive.New() and transport.APIKey, you can use them with the version 1. At version 1, *http.Client is given to this library. From version 2, *drive.Service is given instead of *http.Client. Please be careful this. You can see the sample script at the above.You can get this from https://github.com/tanaikech/go-getfilelist
goris is a CLI tool to search for images with Google Reverse Image Search.
Today, it was updated to v3.0.0. Please check it out. https://github.com/tanaikech/goris
v3.0.0 (February 23, 2022)
v1.2.8 (February 17, 2022)
The detail information and how to get this are https://github.com/tanaikech/goodls.
This is a sample script of a counter in a cell of Google Spreadsheet using the infinite loop with Google Apps Script. Recently, I have reported about the infinite loop on Google Spreadsheet. Ref This sample script achieves a counter in a cell using the infinite loop.
This sample script is a test script for counting the number using the infinite loop. Please be careful this. Please copy and paste the following script to the script editor of Google Spreadsheet and save it. And, please install OnChange trigger to the function onChange().
Here, I would like to introduce a report for occurring and resolving the infinite loop on Google Spreadsheet using Google Apps Script. I have reported this to Google issue tracker. Ref
This sample script is a test script for confirming the infinite loop. Please be careful this. Please copy and paste the following script to the script editor of Google Spreadsheet and save it. And, please install OnChange trigger to the function onChange().
This is a report for inserting the multiple paragraphs to Google Document in order using Google Docs API.
When the multiple paragraphs are inserted to Google Document using Google Docs API, it is required to pay attention to the index for inserting the texts. In this report, I would like to introduce the points for achieving this with a simple method.
Although this report uses Google Apps Script, the logic of this method can be used for other language.
v1.3.1 (February 8, 2022)
DocumentToSpreadsheet. Before this update, the paragraphs with only line breaks have been ignored. From this version, such paragraphs are included in the result value of the cell.You can see the detail information here https://github.com/tanaikech/RichTextApp