Skip to content

Instantly share code, notes, and snippets.

View lhuclkabay2110's full-sized avatar

lhuclkabay2110

View GitHub Profile
@yasirkula
yasirkula / FileDownloader.cs
Last active August 23, 2024 06:59
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();