I\'m getting an Input/Output error when I try and create a directory or file in a google cloud storage bucket mounted on a linux (Ubuntu 15.10) directory.
Steps I have d
This problem due to missing of credential file.
go to https://cloud.google.com/docs/authentication/production
Creating a service account
Enter following in /etc/fstab.
{{gcp bucket name}} {{mount path}} gcsfuse rw,noauto,user,key_file={{/path/to/key.json}}
if you have already mounted unmount first.
Follow this link
https://github.com/GoogleCloudPlatform/gcsfuse/blob/master/docs/mounting.md#credentials