mirror of
https://github.com/janeczku/calibre-web
synced 2025-04-22 10:43:17 +00:00
Easier to understand
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:\
|
||||
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
|
||||
|
||||

|
||||
|
||||
14. Google is now presenting your client ID and your client secret. We just close the popup, we download the informations.
|
||||
|
Loading…
x
Reference in New Issue
Block a user