Skip to content

Commit

Permalink
Merge pull request alx-xlx#62 from Itz-fork/patch-1
Browse files Browse the repository at this point in the history
It would be better if you merge this! 🤔
  • Loading branch information
alx-xlx authored Aug 25, 2022
2 parents 1ea76cb + dd95590 commit e778085
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,35 @@ Get free Google Shared Drives
2.Auth and get the code
3.Deploy the code to [Cloudflare Workers](https://www.cloudflare.com/)

## To Get Search Bar Working

If you're using your root folder Set Roots like this

` "roots": [
{
"id": "root",
"name": "{Name}",
"user": "",
"pass": "",
"protect_file_link": false
}
], `

If you're using your Team Drive Set Roots like this!

` "roots": [
{
"id": "{Your Team Drive ID}",
"name": "Nexa Torrents",
"user": "",
"pass": "",
"protect_file_link": false
}
], `

**Don't use your Team Drive Folder Id** . Use Your **Team Drive ID**
Ex:- If your Team Drive Link is `https://drive.google.com/drive/u/0/folders/0AJOMLOnArqblUk9PVA` . Your Team Drive Id is `0AJOMLOnArqblUk9PVA`

# Optional
Use this when you want to host everything

Expand Down Expand Up @@ -239,4 +268,4 @@ goindex - [donwa](https://github.com/donwa/goindex)

<div align="center">
<img src="https://i.imgur.com/jTGlxeV.png" alt="goindex" height="">
</div>
</div>

0 comments on commit e778085

Please sign in to comment.