Turn Google Drive into a
Universal WebDAV Drive

A high-performance, serverless bridge powered by Cloudflare Workers. Deploy in seconds, accelerate globally, and perfectly compatible with all WebDAV clients.

Why Choose This Project?

Extreme Performance

Runs on Cloudflare edge nodes, providing ultra-low latency and global acceleration.

Built-in UI

Not just WebDAV, it comes with an elegant web file browser to view your files anywhere.

Secure & Controllable

Runs entirely within your Cloudflare account with custom basic authentication support.

Serverless

No need to buy a VPS or install complex environments. 100% serverless architecture.

Quick Deployment Guide

1

Get Google API Credentials

Enable the Drive API in Google Cloud Console and create an OAuth 2.0 Client ID.

2

Configure Worker Script

Modify the config variable in the script with your Client ID and Refresh Token.

var config = {
    client_id: 'YOUR_CLIENT_ID',
    client_secret: 'YOUR_CLIENT_SECRET',
    refresh_token: 'YOUR_REFRESH_TOKEN'
};
3

Publish & Go

Click "Deploy" in the Cloudflare Dashboard and access it via your custom domain.

Ready to connect your drive?

Use tools like Rclone, RaiDrive, or PotPlayer to manage your Google Drive just like a local disk.

Rclone
webdav url: https://your.workers.dev
RaiDrive
Host: your.workers.dev (HTTPS)
Windows OS
Map Network Drive