AmirMoris commited on
Commit
f8384fc
·
1 Parent(s): 0d967d9

hide image id`s

Browse files
Files changed (1) hide show
  1. GoogleDrive_API.py +1 -1
GoogleDrive_API.py CHANGED
@@ -73,7 +73,7 @@ class GoogleDrive_API:
73
  .create(body=file_metadata, media_body=media, fields="id")
74
  .execute()
75
  )
76
- print(rf"{file_path} uploaded. ID:", file.get("id"))
77
 
78
  def download_file(self, file_name: str, file_path: str):
79
  results = (
 
73
  .create(body=file_metadata, media_body=media, fields="id")
74
  .execute()
75
  )
76
+ print(rf"{file_path} uploaded.")
77
 
78
  def download_file(self, file_name: str, file_path: str):
79
  results = (