From 918d07febaaff61bba265e566a8b37bdf2382088 Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Sat, 17 Nov 2018 14:13:20 -0600 Subject: [PATCH] upload now __file_upload__ --- gapi/drive_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gapi/drive_api.py b/gapi/drive_api.py index e46f2af..6c82564 100644 --- a/gapi/drive_api.py +++ b/gapi/drive_api.py @@ -69,7 +69,7 @@ class drive_api(API): except KeyError: raise FileNotFoundError - def upload(self,local_path,remote_path): + def __upload_file__(self,local_path,remote_path): '''creates file if it does not exists otherwise update the file''' isdir = os.path.isdir(local_path) try: