1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-02-13 17:40:06 +00:00

Fix text in configuration gdrive

Ozzieisaacs 2019-06-02 21:11:57 +02:00
parent 7b93794cf9
commit b52208c1ad

@ -99,15 +99,7 @@ and add scope for '../auth/drive':
13. Choose the app type: Web-application, enter in the field 'Authorized redirect URIs' the complete domain adress with the callback path: CALIBRE_WEB_URL/gdrive/callback\
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
"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
https://example.com/test/gdrive/callback
![Web application](images/gdrive/web_app.png)