I am having list of dicom files to be read. I need the code to read files recursively. I tried something like this but it is not working.
import google.datalab.storage as storage
path = [o.key for o in storage.Objects('msadata', '', '')]
for i in range(len(path)):
image="gs://msadata/"+str(path[i])
%gcs read --object image --variable dicom_file