Skip to content

Instantly share code, notes, and snippets.

@NTFSvolume
NTFSvolume / onedrive_download_file.py
Last active March 28, 2025 14:02
Download OneDrive File
# /// script
# requires-python = ">=3.11"
# dependencies = [
# "aiohttp",
# "yarl",
# ]
# ///
from __future__ import annotations
import argparse