Recently I am using Google Cloud Storage to store some files. I have used Cloud Storage Fuse to mount it with my instance from Google Compute Engine. When I try to run my own script in the bucket, it does not allow to do so even if I use chmod a+x. Is there any way to authorise it? Thanks!
P.S.Below is the script I want to run
mkdir -p PB_report_0208/shortest_path
cp ./tag_1/shortest_path.csv ./PB_report_0208/shortest_path/shortest_path1.csv