mirror of
https://github.com/Viren070/stremio-gdrive-addon.git
synced 2025-12-01 23:20:04 +01:00
fix(docs): remove component usage specific to site.
This commit is contained in:
@@ -107,7 +107,7 @@ Here is a guide to deploying this addon, taken from my site: [Viren070's guides]
|
||||
|
||||
- `Application Type`: Set this to `Web application`.
|
||||
- `Name`: You can set this to anything such as `Stremio GDrive`.
|
||||
- `Authorized redirect URIs`: Set this to <CallBackUrl />
|
||||
- `Authorized redirect URIs`: Set this to `https://guides.viren070.me/google/oauth/callback`
|
||||
|
||||
|
||||
4. Click on `Create`.
|
||||
@@ -165,7 +165,7 @@ Here is a guide to deploying this addon, taken from my site: [Viren070's guides]
|
||||
|
||||
8. Now, we can get the code for the Cloudflare Worker.
|
||||
|
||||
1. Go to the <Link to="/oauth/google" target="_blank" >OAuth Tool</Link>
|
||||
1. Go to the [OAuth Tool](https://guides.viren070.me/oauth/google)
|
||||
|
||||
2. Fill in the form with the `Client ID` and `Client Secret` from the previous step.
|
||||
|
||||
@@ -194,7 +194,7 @@ Here is a guide to deploying this addon, taken from my site: [Viren070's guides]
|
||||
|
||||
12. You should be redirected to the /manifest.json. if not, append `/manifest.json` to the URL in the address bar.
|
||||
|
||||
13. Copy the URL and [add it to Stremio](/stremio/faq#how-do-i-install-an-addon-manually).
|
||||
13. Copy the URL and [add it to Stremio](https://guides.viren070.me/stremio/faq#how-do-i-install-an-addon-manually).
|
||||
|
||||
Done! You have now set up your own addon which will allow you to stream videos from your drives and team drives.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user