Google Drive HTML Proxy

This service allows you to serve public HTML files from Google Drive via simple URL routing.

Usage

To access an HTML file from Google Drive, use the following URL pattern:

http://localhost:5000/p/YOUR_GOOGLE_DRIVE_FILE_ID

Setup Instructions

  1. Upload your HTML file to Google Drive
  2. Right-click the file and select "Get link"
  3. Set sharing to "Anyone with the link can view"
  4. Copy the file ID from the sharing URL
  5. Use the file ID in the URL pattern above

Example

If your Google Drive sharing URL is:

https://drive.google.com/file/d/1BxiMVs0XRA5nFMdKvBdBZjgmUUqptlbs74OgvE2upms/view

Then your file ID is 1BxiMVs0XRA5nFMdKvBdBZjgmUUqptlbs74OgvE2upms

And you would access it via:

http://localhost:5000/p/1BxiMVs0XRA5nFMdKvBdBZjgmUUqptlbs74OgvE2upms