This script allows user to duplicate their drive or Shared Drives to AWS S3 bucket with AWS Access Key and AWS Secret Key.
You need to install all the dependencies via pip install (the best practice here is to create a venv and install dependencies in it) :
pip install -r requirements.txt
You need to create a credentials Oauth2 via GCP Console and download the credential in json then rename it to credentials.json
and put it in the root of the script folder