From 073ad298bf5a1cb11904f8b290a6b29624d6e7db Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Wed, 6 Jun 2018 12:08:54 +0300 Subject: [PATCH] Fix for #520 --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 3a253843..94ce8ac8 100755 --- a/readme.md +++ b/readme.md @@ -83,7 +83,7 @@ Once a project has been created, we need to create a client ID and a client secr 5. Select Web Application and then next 6. Give the Credentials a name and enter your callback, which will be CALIBRE_WEB_URL/gdrive/callback 7. Click save -8. Download json file and place it in `calibre-web/cps` directory, with the name `client_secrets.json` +8. Download json file and place it in `calibre-web` directory, with the name `client_secrets.json` The Drive API should now be setup and ready to use, so we need to integrate it into Calibre-Web. This is done as below: -