Hello , hope you are doing well. I was facing some issues with downloading the longitudinal data , I am currently using the code given here [Longitudinal data](https://www.synapse.org/Synapse:syn31472953/wiki/619711) to download data. But it is taking a very long time so I tried using the code "import synapseclient import synapseutils syn = synapseclient.Synapse() syn.login(authToken="my actual key") synapseutils.syncFromSynapse( syn, entity='syn41833579', # File view or folder ID path='my actual path', ifcollision='keep.local' ) " but it throws an error "raise ValueError( ValueError: Cannot initiate a sync from an entity that is not a File, Folder, Project, or Link to a File/Folder." as I got to know the entity "'syn41833579'" is "" which cannot work with this code . so I wanted to ask if there is a faster way to download ? Please let me know if there are any further clarifications needed Thank you Regards, Bilal Adnan

Created by Bilal Adnan bilaladnan

Longitudinal Data Download page is loading…