getcode was updated to v1.0.1 v1.0.1 (February 26, 2022)
Latest libraries are reflected to this library. And, the sample script is shown using the Quickstart for go of Drive API. You can get this from https://github.com/tanaikech/getcode
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.
v2.0.0 (February 25, 2022)
Modified using the latest libraries. The specification of ggsrun is not changed. You can check ggsrun at https://github.com/tanaikech/ggsrun.
v2.0.0 (February 25, 2022)
By changing the specification of methods, 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.
go-getfilelist was updated to v2.0.0 v2.0.0 (February 25, 2022)
By changing the specification of methods, 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.