Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!