You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: help/README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1530,7 +1530,6 @@ On the other hand, what Service Account can do with ggsrun is as follows.
1530
1530
Basically, when you use Service Account, please add an option of ``-sa credentials.json``. ``-sa`` and ``credentials.json`` are the option for using Service Account and JSON file including credentials retrieved by creating Service Account, respectively.
1531
1531
1532
1532
#### 1. Get file list of Google Drive
1533
-
1534
1533
~~~bash
1535
1534
$ ggsrun ls -sa credentials.json -s
1536
1535
~~~
@@ -1541,7 +1540,7 @@ or
1541
1540
$ ggsrun d -sa credentials.json -i root -l
1542
1541
~~~
1543
1542
1544
-
By this, the metadata of all files in Google Drive of Service Account can be retrieved.
1543
+
**By this, the metadata of all files and folders in Google Drive of Service Account can be retrieved.**
Copy file name to clipboardExpand all lines: help/UpdateHistory.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -152,6 +152,12 @@ ggsrun
152
152
1.[**ggsrun got to be able to be used by not only OAuth2, but also Service Account. By this, using ggsrun, Google Drive for Service Account got to be able to be managed.**](https://github.com/tanaikech/ggsrun/blob/master/help/README.md#useserviceaccount)
153
153
1. Some modifications.
154
154
155
+
<aname="v171"></a>
156
+
157
+
* v1.7.1 (December 30, 2018)
158
+
1. A bug was removed.
159
+
- When a project is downloaded and zipped, there was a case that "createdTime" and "modifiedTime" of the project cannot be retrieved by Apps Script API. This was modified.
160
+
155
161
**You can read "How to install" at [here](https://github.com/tanaikech/ggsrun/blob/master/README.md#howtoinstall).**
0 commit comments