Hello, I am trying to run the following script to download the SRPBS dataset from [here](https://www.synapse.org/#!Synapse:syn22317081) (with my username and password). ``` import synapseclient import synapseutils syn = synapseclient.Synapse() syn.login('synapse_username','password') files = synapseutils.syncFromSynapse(syn, ' syn22317081 ') ``` Since I cannot download `synapseutils` directly (I saw a thread [here](https://www.synapse.org/#!SynapseForum:threadId=4190&replyId=16809) confirming), I tried doing either `from synapseclient import synapseutils` or `files = synapseclient.synapseutils.syncFromSynapse(syn, ' syn22317081 ')` but both fail. I also tried the command line suggested `synapse get -r syn22317081` , this asks for my login, says `Welcome, NClarke!`, but then nothing happens. Are you able to help? Thank you!

Created by Natasha Clarke NClarke
I have submitted there, thank you!
Sorry for the inconvenience, can you please submit your issue here: https://sagebionetworks.jira.com/servicedesk/customer/portal/9 ?

Unable to use synapseutils page is loading…