You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
@@ -64,38 +64,38 @@ Now you should be able to claim and download your first eBook
64
64
python script/spider.py --config config/prod.cfg
65
65
```
66
66
67
-
###Drive
67
+
###GoogleDrive
68
68
69
-
From the documentation, Drive API requires OAuth2.0 for authentication, so to upload files you should:
69
+
From the documentation,GoogleDrive API requires OAuth2.0 for authentication, so to upload files you should:
70
70
71
-
* Go to[Google APIs Console](https://code.google.com/apis/console) and create a new[Drive](https://console.developers.google.com/apis/api/drive/overview) project named**PacktpubDrive**
71
+
* Go to[Google APIs Console](https://code.google.com/apis/console) and create a new[GoogleDrive](https://console.developers.google.com/apis/api/drive/overview) project named**PacktpubDrive**
72
72
* On*API manager > Overview* menu
73
73
* Enable Google Drive API
74
74
* On*API manager > Credentials* menu
75
75
* In*OAuth consent screen* tab set**PacktpubDrive** as the product name shown to users
76
76
* In*Credentials* tab create credentials of type*OAuth client ID* and choose Application type*Other* named**PacktpubDriveCredentials**
77
77
* Click*Download JSON* and save the file`config/client_secrets.json`
78
-
* Change your Drive credentials in the config file
78
+
* Change yourGoogleDrive credentials in the config file
Only the first time you will be prompted to login in a browser which has javascript enabled (no text-based browser) to generate`config/auth_token.json`.
93
93
You should also copy and paste in the config the*FOLDER_ID*, otherwise every time a new folder with the same name will be created.