Files will be unavailable for download due to maintenance.
Created by Antonio Foncubierta Rodriguez afoncubiertar
```
(base) ***@server-SYS-7049GP-TRT:/Share8$ synapse -u *** -p *** get syn26484116
UPGRADE AVAILABLE
A more recent version of the Synapse Client (2.5.1) is available. Your version (2.1.1) can be upgraded by typing:
pip install --upgrade synapseclient
Python Synapse Client version 2.5.1 release notes
https://python-docs.synapse.org/build/html/news.html
WARNING: No files associated with entity syn26484116
Folder: train_and_validation_data (syn26484116)
properties:
concreteType=org.sagebionetworks.repo.model.Folder
createdBy=3439191
createdOn=2021-11-29T12:32:39.665Z
etag=ee1fe564-3b4f-4069-a420-a2e15f893c1c
id=syn26484116
modifiedBy=3439191
modifiedOn=2021-11-29T12:51:10.784Z
name=train_and_validation_data
parentId=syn26480664
annotations:
AttributeError: path
```
"AttributeError: path" occoured when I was using command "synapse -u *** -p *** get syn26484116".
pip install synapseclient The command line option from programmatic tools works just fine if you do
```
pip install synapseutils
```
Hello, could you please tell me how to download the dataset? I tried to add all the items into download list, but after switching to the download list page, I just found there is nothing in the list. And I also tried to download it through the code you provided but no good.