I'm Trying to mount google cloud storage using fuse tool as apache doucment root for my web server. cloud storage bucket successfully mounted in my apache document root but when i access any file like index.html it showing 403 Forbidden. I also tried with mount option of uid n gid of apache but still facing same problem.
            Asked
            
        
        
            Active
            
        
            Viewed 1,074 times
        
    1 Answers
8
            I had the exactly same issue. I happened resolve it by adding option -o allow_other. Hope it is also helpful for you. Good luck.
        Congbin Guo
        
- 1,685
 - 2
 - 16
 - 16
 
- 
                    1Lifesaver - much appreciated – sean2078 May 27 '17 at 16:12