add XXXs/TODOs
This commit is contained in:
parent
2f2a33dc1b
commit
1e31416ac8
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
FOLDER = '1J_Yw3ENBfDOEjiPV2LpYIa86aAPnaVx3'
|
FOLDER = '1J_Yw3ENBfDOEjiPV2LpYIa86aAPnaVx3' # XXX Should be 1. name 2. arg
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
if sys.version_info < (3, 3):
|
if sys.version_info < (3, 3):
|
||||||
|
@ -25,6 +25,7 @@ gauth.CommandLineAuth()
|
||||||
drive = GoogleDrive(gauth)
|
drive = GoogleDrive(gauth)
|
||||||
|
|
||||||
file_list = drive.ListFile({'q': "'{}' in parents and trashed=false".format(FOLDER)}).GetList()
|
file_list = drive.ListFile({'q': "'{}' in parents and trashed=false".format(FOLDER)}).GetList()
|
||||||
|
# XXX Check for filename dupes
|
||||||
for file1 in file_list:
|
for file1 in file_list:
|
||||||
if file1['mimeType'] == 'application/vnd.google-apps.folder':
|
if file1['mimeType'] == 'application/vnd.google-apps.folder':
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue