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. GitHub of 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. GitHub of FilesApp
FilesApp was updated to v1.1.3. v1.1.3 (December 12, 2020) Access token got to be able to be given as an argument. When the access token is not given as the argument, ScriptApp.getOAuthToken() is used as the default access token. By this, the service account can be used. GitHub of FilesApp
FilesApp was updated to v1.1.2. v1.1.2 (May 29, 2020) A bug that all files were not retrieved from the shared drive was removed. GitHub of FilesApp
FilesApp was updated to v1.1.0. Shared drive got to be able to be used. From the version 1.1.0, the following modification was added. V8 is used. As the default setting, the file list is retrieved from both your Google Drive and the shared drive. By this, for example, when the folder ID in the shared Drive is used to ### of const res = FilesApp.createTree("###"), the folder tree of the shared Drive is retrieved, if you have the shared Drive.
FilesApp was updated to v1.0.1. Removed a bug. When there are files and folders without the parents, an error occurred. In this version, this issue was removed. GitHub of FilesApp
Overview 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. Description 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.