Browse Source

upload now __file_upload__

event_class
Raphael Roberts 7 years ago
parent
commit
918d07feba
  1. 2
      gapi/drive_api.py

2
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:

Loading…
Cancel
Save