Skip to content

Commit

Permalink
[skip ci] fix(all/googledrive): Update README.md (aniyomiorg#1747)
Browse files Browse the repository at this point in the history
  • Loading branch information
Secozzi authored Jun 16, 2023
1 parent 4dae0b3 commit 84fd154
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/all/googledrive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ Table of Content
- [How do i add entries?](#how-do-i-add-entries)
- [What are all these options for drive paths?](#what-are-all-these-options-for-drive-paths)
- [I added the drive paths but it still get "Enter drive path(s) in extension settings."](#i-added-the-drive-paths-but-it-still-get-enter-drive-paths-in-extension-settings)
- [I cannot log in through webview](i-cannot-log-in-through-webview)
- [I cannot log in through webview](#i-cannot-log-in-through-webview)

## FAQ

### How do i add entries?
The Google Drive Extension *only* supports google drive folders, so no shared drives. If you have a folder, which contains sub-folders of an anime, such as:
The Google Drive Extension *only* supports google drive folders, so no shared drives (but folders inside shared drives works fine!). If you have a folder, which contains sub-folders of an anime, such as:
```
https://drive.google.com/drive/folders/some-long-id
├── anime1
├── anime1/
│ ├── episode 1.mkv
│ ├── episode 2.mkv
│ └── ...
└── anime2
└── anime2/
├── episode 1.mkv
├── episode 2.mkv
└── ...
Expand Down Expand Up @@ -49,4 +49,6 @@ Google can sometimes think that webview isn't a secure browser, and will thus re
1. In the top right, click the three dots then click `Clear cookies`
2. In the top right, click the three dots then click `Refresh`
3. Click the `Try again` button after the website doesn't let you log in
Try a combination of these steps, and after a few tries it should eventually let you log in.
4. Make sure that your webview is up to date

Try a combination of these steps, and after a few tries it should eventually let you log in.

0 comments on commit 84fd154

Please sign in to comment.