Hi, I was trying to download using the following Python API without any issues. ``` import synapseclient import synapseutils syn = synapseclient.Synapse() syn.login(authToken="MyToken") files = synapseutils.syncFromSynapse(syn, 'syn51500434', path='american') ``` Download finishes without any error but I do not get all the files. For each ancestry, I am short of a few hundred. Any help on this? Best, Zillur

Created by Mohammad Zillur Rahman mohammadzr

Download works with missing files page is loading…