Skip to content

Instantly share code, notes, and snippets.

@yasirkula
yasirkula / FileDownloader.cs
Last active June 3, 2024 20:04
C# Download Public File From Google Drive™ (works for large files as well)
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.IO;
using System.Net;
using System.Text;
/* EXAMPLE USAGE
FileDownloader fileDownloader = new FileDownloader();