Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ErikLentz/GoogleDrive-ListDriveContents
Apps Script to list Drive folder structure and files into a Sheet
https://github.com/ErikLentz/GoogleDrive-ListDriveContents
google-apps-script google-drive google-sheets google-workspace
Last synced: 2 months ago
JSON representation
Apps Script to list Drive folder structure and files into a Sheet
- Host: GitHub
- URL: https://github.com/ErikLentz/GoogleDrive-ListDriveContents
- Owner: ErikLentz
- License: mit
- Created: 2022-08-19T19:21:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-17T21:51:56.000Z (about 1 year ago)
- Last Synced: 2023-11-17T23:05:24.406Z (about 1 year ago)
- Topics: google-apps-script, google-drive, google-sheets, google-workspace
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GoogleDrive-ListDriveContents
Apps Script to list Google Drive folder structure and files into a Sheet.
Iterates through the root folder and subfolders, listing the folders and files. Included info:
* Full Path
* File/Folder Name
* Type
* Date created
* URL
* Last Updated
* Description (if exists)
* Size## How to use
* Create a new Google Sheet
* Click Extensions > Apps Script
* Copy and paste the contents of this repo's Code.gs into your Apps Script Code.js
* Click Save, then Run
* Follow authorization prompts
* Watch your sheet fill up!