Closed Mahgozar closed 6 months ago
I don't have a testing platform. Can @CravingCrates see if the following in plugin_source/google_drive_api.py
fixes this bug?
def download_selected_files_as_zip(self, file_names, local_folder_path, download_progress_cb=None):
- files = []
counter = 0
for chunk in self.chunks(file_names, 50): # break up file_names into chunks of 100
+ files = []
if mw.progress.want_cancel():
break
query = f"("
Stale issue message
whenever i try to download missing media from the anking deck, the downlaod goes way beyond the missing media count and i have to close it manually