Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 2.4 KB

README.md

File metadata and controls

57 lines (43 loc) · 2.4 KB

Google Drive Index 🔥


A Google Drive Index Running on CloudFlare ❤️ Workers.

Supports features such as multi-disk, search, pagination and call-to-external player, plus DPlayer playback.

How to Use

  1. Open this website, verify and get the code.

  2. Copy the obtained Client ID, Client Secret and refresh token into index.js

  3. Deploy index.js code to Cloudflare Workers

Manual Method to generate Client ID, Client Secret and Refresh Token

Extra Options

const uiConfig = {
  .......
  "avatar": "https://i.ibb.co/jW0TDZH/image.png",  // Changes the avatar image in the navbar
  "disable_navicon": true // Disables useless nav menu in navbar
  .......
};

Thanks ❤️