File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
import httplib2
10
10
import pprint
11
11
12
- from apiclient .discovery import build
13
- from apiclient .http import MediaFileUpload
12
+ from googleapiclient .discovery import build
13
+ from googleapiclient .http import MediaFileUpload
14
14
from oauth2client .client import OAuth2WebServerFlow
15
15
16
16
from os import listdir , getcwd
19
19
# <codecell>
20
20
21
21
# Copy your credentials from the console
22
- CLIENT_ID = #insert client id here
23
- CLIENT_SECRET = #insert client secret here
22
+ CLIENT_ID = 'CLIENT ID HERE' #insert client id here
23
+ CLIENT_SECRET = 'CLIENT SECRET HERE' #insert client secret here
24
24
25
25
# Check https://developers.google.com/drive/scopes for all available scopes
26
26
OAUTH_SCOPE = 'https://www.googleapis.com/auth/drive'
You can’t perform that action at this time.
0 commit comments