From 84fd1542bb12bad773e1b2ee44ae64b5be5684c0 Mon Sep 17 00:00:00 2001 From: Secozzi <49240133+Secozzi@users.noreply.github.com> Date: Fri, 16 Jun 2023 23:25:09 +0200 Subject: [PATCH] [skip ci] fix(all/googledrive): Update README.md (#1747) --- src/all/googledrive/README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/all/googledrive/README.md b/src/all/googledrive/README.md index 0ef9cb19f..5886622e6 100644 --- a/src/all/googledrive/README.md +++ b/src/all/googledrive/README.md @@ -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 └── ... @@ -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. \ No newline at end of file +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.