From 42d256157a1dfe9f98b285f76ad849dff319b97e Mon Sep 17 00:00:00 2001 From: guidotheelen Date: Wed, 15 Apr 2020 11:56:17 +0200 Subject: [PATCH] add explanation --- get_png_files_from_drive.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/get_png_files_from_drive.py b/get_png_files_from_drive.py index eac456cef..1dddd32d8 100644 --- a/get_png_files_from_drive.py +++ b/get_png_files_from_drive.py @@ -14,6 +14,9 @@ from googleapiclient.http import MediaIoBaseDownload # If modifying these scopes, delete the file token.pickle. SCOPES = ["https://www.googleapis.com/auth/drive"] +# Use this file like this: +# python get_png_files_from_drive.py main "Drive_folder_name" "Output_dir_name" + def main(folder_name, output_dir):