Upload a local file to your Google Drive account. Read the full guide on Medium.
This repository contains code that covers uploading files to Google Drive using Airflow in four steps:
- Configuring the Google Drive API and a creating service account on GCP
- Configuring Domain-wide Delegation on our Google Workspace
- Writing the code for our custom GoogleDriveOperator
- Testing a minimal DAG that uploads a text file to our Google Drive account