Updated: GAS Library - FilesApp
FilesApp was updated to v1.1.4.
-
v1.1.4 (June 5, 2024)
- A bug for retrieving metadata from the shared drive was removed.
FilesApp was updated to v1.1.4.
v1.1.4 (June 5, 2024)
FilesApp was updated to v1.1.3.
v1.1.3 (December 12, 2020)
ScriptApp.getOAuthToken() is used as the default access token. By this, the service account can be used.
FilesApp was updated to v1.1.2.
v1.1.2 (May 29, 2020)
FilesApp was updated to v1.1.0.
### of const res = FilesApp.createTree("###"), the folder tree of the shared Drive is retrieved, if you have the shared Drive.And also, FilesApp was updated to v1.1.1.
FilesApp was updated to v1.0.1.
FilesApp is a GAS library for retrieving file and folder list in Google Drive using Google Apps Script (GAS). Also this can create a tree from all files and folders in Google Drive.
When I create some applications using Google Drive, there are often the case which is required to retrieve the file list and folder list. I had prepared the script each time for each case so far. But recently, I thought that if there is a library for retrieving the file and folder list (as a tree), it will be useful for me and other developers. So I created this. If this was useful for your situation, I’m glad.