1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-08-05 05:23:51 +00:00

Easier to understand

bestinera 2019-05-06 16:48:28 +08:00
parent 37ac1b313d
commit eb31291e54

@ -101,6 +101,14 @@ and add scope for '../auth/drive':
E.g.: For A https connection to example.com where Calibre-Web is located in the folder 'test' you have to enter:\ E.g.: For A https connection to example.com where Calibre-Web is located in the folder 'test' you have to enter:\
https://example.com/test//gdrive/callback https://example.com/test//gdrive/callback
"test" isn't important. you can use "https://example.com/whatever//gdrive/callback". "whatever" is nothing, and Log in with IP:8083.
if the next url is 404, please replace "https://example.com/whatever" with "IP:8083" and enter the url.
old: https://example.com/whatever//gdrive/callback?code=4/QgF2QrhwOjyoBRUs8LQqeUA2RW62EY6458.......aB-w&scope=https://www.googleapis.com/auth/drive
new: IP:8083//gdrive/callback?code=4/QgF2QrhwOjyoBRUs8LQqeUA2RW62EY6458.......aB-w&scope=https://www.googleapis.com/auth/drive
![Web application](images/gdrive/web_app.png) ![Web application](images/gdrive/web_app.png)
14. Google is now presenting your client ID and your client secret. We just close the popup, we download the informations. 14. Google is now presenting your client ID and your client secret. We just close the popup, we download the informations.