SkillAgentSearch skills...

Gdfl

Google Drive Folder List builds a html output file of a Google Drive folder

Install / Use

/learn @beatleuk/Gdfl
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

gdfl

Google Drive Folder List builds a html output file of a Google Drive folder.

#NB If you have run this script before the 19/07/2019 update you will need to delete the gdfl-secrets.json file from the .credentials folder in your User\Profile directory and re-authorise the script as it is using a different scope.

This script will take an input of a Google Drive folder\Shared Drive ID or just run against the users Root if nothing specified. The script get's the folder name by ID and then builds a sorted folder structure of all the child folders and writes this structure to a html file which also contains collapsable folders and each folder is a link to the actual Google Drive folder

This script relies on you having the Google Drive API python client installed as per https://developers.google.com/drive/api/v3/quickstart/python: pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib

To be able to execute this script you will need to build a Google Developers project and a client_secret.json file Follow these instructions:

  1. Go to https://console.developers.google.com/start/api?id=drive to create or select a project in the Google Developers Console and automatically turn on the API. Click Continue, then Go to credentials.
  2. On the Add credentials to your project page, click the Cancel button.
  3. At the top of the page, select the OAuth consent screen tab. Select an Email address, enter a Product name if not already set, and click the Save button.
  4. Select the Credentials tab, click the Create credentials button and select OAuth client ID.
  5. Select the application type Other, enter the name "Drive API Quickstart", and click the Create button.
  6. Click OK to dismiss the resulting dialog.
  7. Click the file_download (Download JSON) button to the right of the client ID.
  8. Move this file to your working directory and rename it client_secret.json.
  9. Run the scritp using python gdfl.py -f FOLDER_ID
  10. Authorise the script to have read only access to your Drive.
  11. Added -c argument for processing files in folders, e.g. python gdfl.py -f FOLDER_ID -c will produce hmtl file of all folders including their files
  12. Supports Google Shared Drives using the same command as above
View on GitHub
GitHub Stars21
CategoryDevelopment
Updated2y ago
Forks8

Languages

Python

Security Score

60/100

Audited on Aug 20, 2023

No findings