hackevil / Google-Drive-Index-III

A Google Drive Index Running on CloudFlare Workers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Drive Index 🔥

author author


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 ❤️

About

A Google Drive Index Running on CloudFlare Workers.


Languages

Language:JavaScript 100.0%