Change to English
This commit is contained in:
parent
646cbbf392
commit
cf506b283a
|
|
@ -109,7 +109,7 @@ class GoogleDriveHelper:
|
|||
msg = ''
|
||||
try:
|
||||
res = self.__service.files().delete(fileId=file_id, supportsTeamDrives=IS_TEAM_DRIVE).execute()
|
||||
msg = "File/Folder Sukses Terhapus 🗑️"
|
||||
msg = "File/Folder Deleted Successfully"
|
||||
except HttpError as err:
|
||||
LOGGER.error(str(err))
|
||||
if "File not found" in str(err):
|
||||
|
|
|
|||
Loading…
Reference in New Issue