SyncServer GUI - Hound

This commit is contained in:
Petr Kalis 2021-01-19 14:01:51 +01:00
parent 01344854be
commit 83a8c6e3a1
3 changed files with 39 additions and 33 deletions

View file

@ -383,8 +383,8 @@ class GDriveHandler(AbstractProvider):
return response['id']
def download_file(self, source_path, local_path,
server, collection, file, representation, site,
overwrite=False):
server, collection, file, representation, site,
overwrite=False):
"""
Downloads single file from 'source_path' (remote) to 'local_path'.
It creates all folders on the local_path if are not existing.