Connecting to GCS bucket - goes into an infinite loop and hangs

Hi,

I am trying to connect to Google Cloud Storage and access a CSV file stored in a bucket. I am using FilesConnection and gcsfs per the documentation.

It encounters an infinite loop and the only message displayed is “Running files.read(...) .”

Has anyone else encountered this?