I've been able to do this before so I know it works. In any case, I ran the command
sudo gcsfuse deduction3 /mnt/disks/temp_dir
Using mount point: /mnt/disks/temp_dir
Opening GCS connection...
Opening bucket...
Mounting file system...
File system has been successfully mounted.
I then ran
kylefoley@kfoley76:/mnt/disks/temp_dir$ ls
But nothing showed up. There are 3 files and one folder on that storage bucket.
UPDATE
I also tried running python's os.listdir(path)
which is what I will be ultimately using anyway. But that ended up yielding nothing.