Hello, I have been downloading the data set of mPower these days, and found that the download is easy to be automatically suspended, which affects the work efficiency. May I ask if there is any solution? for offset in range(0,65022,6000): query = syn.tableQuery('SELECT * FROM syn5511444 LIMIT 6000 OFFSET '+str(offset)) query.asDataFrame() file_map = syn.downloadTableColumns(query,['audio_audio.m4a'])

Created by Xiaoyue Wang xiaoyuewang
I wonder if this might be an issue with your login session timing out. Are you using userme/password to login? If so you can try to use a Personal Access Token to login. Check out: https://help.synapse.org/docs/Managing-Your-Account.2055405596.html#Personal-Access-Tokens

Downloading through python is slow and easy to stop automatically page is loading…