Skip to content

Instantly share code, notes, and snippets.

View BigSwedeDecVe's full-sized avatar
🇺🇦
Slava Ukrani!, We Will Win!, This is The Way!

BigSwedeDecVe´s HotSpot BigSwedeDecVe

🇺🇦
Slava Ukrani!, We Will Win!, This is The Way!
View GitHub Profile
@BigSwedeDecVe
BigSwedeDecVe / FileDownloader.cs
Created May 22, 2026 14:15 — forked from yasirkula/FileDownloader.cs
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();