Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 874 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 874 Bytes

google-drive-list-shared

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:

  1. Read through the blog post at Find All Shared Files in Google Drive with a Python Script
  2. Set up a google API project and credentials as described in the blog post, download credentials to client_id.json in this directory.
  3. 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.
  4. Run script. You will see a new CSV file in this directory with the results.