Google Drive Index
- TypeScript 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| docs | ||
| .gitignore | ||
| index.ts | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| wrangler.toml | ||
gdproxy
A lightweight, high-performance Cloudflare Worker proxy that exposes Google Drive folders and files over a simple web interface.
Features
- Exposes specified Google Drive folder IDs or Team Drive IDs.
- Provides optional basic authentication per drive.
- Resolves file paths dynamically with caching.
- Uses OAuth 2.0 Client credentials (normal Google Account) for API access.
- Fully written in TypeScript and optimized for Cloudflare Workers.
Setup & Deployment
Refer to the Setup Instructions for a comprehensive guide on obtaining Google API credentials, configuring the worker, and deploying it to Cloudflare.