About MyDriveHost

Simple, fast file hosting — built to stay reliable as it grows.

Our approach

MyDriveHost gives every uploaded file a short, permanent link that never changes. Behind that link, downloads are served through a temporary, time-limited URL — so the original storage location is never exposed directly to visitors.

Bring your own Google Drive is live today — connect your personal account and every upload is stored under your own quota, never shared with other users, so you're never blocked by someone else's traffic.

Alongside that, we're rolling out storage backends that run directly on our own servers, so people who'd rather not connect a personal account can just pick one and upload. Those launch one at a time as each is tested and hardened — your existing links keep working exactly as they do now.

Live now

Bring your own Google Drive

Connect your Google account via secure OAuth from your dashboard. Files upload straight to your Drive, under your own storage quota — we never pool your storage with anyone else's.

Server-hosted storage roadmap

For people who'd rather not connect a personal Drive account.

R2
Cloudflare R2
Coming soon

Cheap, fast, S3-compatible object storage — great for large files.

PD
Pixeldrain
Coming soon

Community-friendly host, popular for public file sharing.

GF
GoFile
Coming soon

Simple anonymous hosting with generous size limits.

TG
Telegram Cloud
Coming soon

Store files as Telegram chat attachments — surprisingly fast and free.

DL
InstantDL
Coming soon

Direct-download focused host, good for smaller files.

TR
Transfer.it
Coming soon

Clean, modern transfer service for quick one-off shares.

M
Mega
Coming soon

End-to-end encrypted cloud storage with a generous free tier.

Developer API Beta

Automate uploads and link generation from your own apps, bots, or scripts. Authenticate with an API key from your dashboard and you're ready to go.

1. Upload a file

POST https://new1.doinvest.eu.org/api/v1/upload Authorization: Bearer YOUR_API_KEY Content-Type: multipart/form-data // form field: file

2. Get your permanent link

{ "status": "ok", "link": "https://new1.doinvest.eu.org/f/aZ9kT2", "backend": "google_drive", "size_bytes": 4213112 }

3. Resolve a temporary download link

GET https://new1.doinvest.eu.org/api/v1/resolve/aZ9kT2 Authorization: Bearer YOUR_API_KEY // Response — expires shortly after issuing, for security { "download_url": "https://drive.google.com/...", "expires_in": 300 }

Rate limits and full endpoint reference will be published here as the API moves out of beta. Get your API key from your dashboard once logged in.

Questions or feedback?

We're actively building — reach out if something's not working the way you'd expect.

Go to your dashboard