Unverified Commit 073ad298 authored by Ozzie Isaacs's avatar Ozzie Isaacs Committed by GitHub

Fix for #520

parent 7d5302b4
...@@ -83,7 +83,7 @@ Once a project has been created, we need to create a client ID and a client secr ...@@ -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 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 6. Give the Credentials a name and enter your callback, which will be CALIBRE_WEB_URL/gdrive/callback
7. Click save 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: - 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: -
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment