About GoIndex Extended - w3b573r/wiki GitHub Wiki

What is GoIndex?

GoIndex, which stands for Google Drive Directory Index, is a serverless Google Drive directory indexing program. Combining the power of Cloudflare Workers and Google Drive, Goindex lets you list your Google Drive files in a form of a directory and download them through a straight chain. The file source can be your Personal Drive, Shared/Team Drives or a folder in your Google Drive. This script was initially written by Donwa and later developed by several developers such as Yanzai.

What is GoIndex Extended?

GoIndex Extended is yet another GoIndex variant that has a lot of extra features. Some of them can be found below. All the features have been explained on the next page.

  • ๐Ÿ”Ž Search function also works for folder root type
  • ๐Ÿ—‚๏ธ Support for duplicated file and folder names
  • ๐Ÿš€ Quick actions tab
  • ๐Ÿ” File id encryption
  • ๐Ÿ–ฅ๏ธ Both Plyr and DPlayer video players
  • ๐Ÿ“ƒ Both VTT and SRT subtitle support
  • ๐Ÿงพ Support for Multiple subtitles
  • ๐Ÿ‘ฅ Support for multiple (unlimited) username/password pairs
  • ๐Ÿ“š Ability to download files of Google Workspace apps
  • ๐Ÿ—ƒ๏ธ Ability to change the order which files are listed in
  • ๐Ÿ“‚ Ability to access/download shortcuts of files and folders
  • ๐Ÿ”ก Support for all characters including slashes('/', '') and emojis in file/folder names

How does it work?

Everything Comes to a Single Piece with the Help of Cloudflare Workers and Google Drive API. Getting Files, Streaming, and Downloading Requests in the Website is Done via Google Drive API Leveraging the Use of Cloudflare Workers. The Google Drive API allows you to create apps that leverage Google Drive cloud storage. You can develop applications that integrate with Google Drive, and create robust functionality in your application using Google Drive API.

Additional resources


โ† Prev Next โ†’