This tool crawls through all the drive files you have access to and outputs a CSV auditing the permissions of each one.
Based on https://github.com/jameswthorne/google-drive-list-shared
To use:
- Read through the blog post at Find All Shared Files in Google Drive with a Python Script
- Set up a google API project and credentials as described in the blog post, download credentials to
client_id.json
in this directory. - If desired, set
email_address_to_audit
in the python file to something other than FALSE. This is mainly a convenience, it will add a new column to the CSV for true/false if that particular address has access to the file. - Run script. You will see a new CSV file in this directory with the results.