My code: LDOPA_TRAIN_SYNID = "syn10495809" train_results = syn.tableQuery(('SELECT * FROM {0}').format(LDOPA_TRAIN_SYNID)) train_json_files=syn.downloadTableColumns(train_results, 'dataFileHandleId') The results are: Downloading 5168 files, 0 cached locally and error happens on syn.downloadTableColumns(train_results, 'dataFileHandleId'): SynapseMd5MismatchError: Downloaded file C:\Users\Levy\AppData\Local\Temp\tmpskl2j131\table_file_download.zip.synapse_download_77909343's md5 290a2723c64e85c2b5b83dd68762989e does not match expected MD5 of 853bfa91f87c80643c0bd73bfa0a2c4b Don't know what is wrong with it Please help me ?

Created by Yin Long yinnuo
HI: I suspect that a rare situation where a file was corrupted during the download happened. I just tried to reproduce your error but it downloaded all 5168 files in one go. I suggest deleting the file that is corrupted and restarting. If it still fails let me know and we might need to reset your download (in case the corrupted file has been cached).

Error happens on running "downloadTableColumns" page is loading…