jsmsj / Google-Drive-Index

Google Drive View Only Index. Supports Discord Authorisation (i.e. Index visitor must be in a specific discord server to access the index.)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Drive Index (View-Only)

Features:

  1. Add multiple drives
  2. Search for a file/folder across all those drives.
  3. Discord Authorization (User visiting the index will have to login with discord, and if the user is in a specific guild then only they can access the index.)

Setup:

  1. Go to Discord Developer Portal
  2. Make a new application
  3. Go to Oauth2 -> General, copy the client id and client secret, add http://127.0.0.1:5000/authorise to redirect url, you can add https:www.yoursitewherethiswillbehosted.com/authorise too.
  4. Go to Bot and build a bot, keep the token safe.
  5. Now open config.py and add the above copied values.
  6. Add the guild id to config.py in which the user mus be to access the index
  7. Add the shared drive names and id to the config.py
  8. Lastly add a service account mail, token_uri, and private key to the config. Make sure that the particular service account can access all the drives you want the index to display.
  9. Run pip install -r requirements.txt
  10. Run main.py
  11. Index will be at 127.0.0.1:5000

How it looks:

Before Logging in:

After Logging in:

Note:

The code can be improved a lot, and load times can be made faster, but out of scope for now.

About

Google Drive View Only Index. Supports Discord Authorisation (i.e. Index visitor must be in a specific discord server to access the index.)


Languages

Language:HTML 64.8%Language:Python 35.2%