![Project logo Project logo](/jerboa88/Shared-File-Finder-for-Google-Drive/raw/main/screenshot.png)
An Apps Script that finds all files/folders on Google Drive that are shared with others and adds them to a Google Sheet.
- Create a new Google Sheet.
- Open the Script Editor (Extensions > Apps Script).
- Copy and paste the code from shared-file-finder.js into the Script Editor.
- Enable
Drive API
in theAdvanced Services
list for the project (see here for instructions). The API version should be v2 and the identifier should beDrive
. - Save the project and run the
runSharedFileFinder()
function.
Notes:
- Files must be owned by the current Google Drive user.
- If a folder is shared, both the folder and its files will be shown in the list.
- There may be bugs. Use at your own risk.
Contributions, issues, and forks are welcome. SemVer is used for versioning.
Inspired by a similar script by @danjargold (https://gist.github.com/danjargold/c6542e68fe3a3b46eeb0172f914641bc) and @woodwardtw (https://gist.github.com/woodwardtw/22a199ecca73ff15a0eb). This version uses the Drive API v2 to get info for multiple files at once (which makes it substantially faster).
This project is licensed under the MIT License. See LICENSE for details.