dsoprea / GDriveFS

An innovative FUSE wrapper for Google Drive.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using with a proxy?

lorenzosu opened this issue · comments

Hi,
I've tried using gdfs behind a proxy and it seems to hang. I tried both by setting environment http_proxy https_proxy etc. and with proxychains.
Any idea if this is feasible and what I would look into?

Thanks!
Lorenzo.

Hi @dsoprea thanks for your answer.

So I tried now setting all environment variables for getting the proxy (squid with authentication) to work namely http_proxy https_proxy ftp_proxy rsync_proxy and all upper-case equivalents worked by doing:

gdfs -o allow_other default Documents/GDrive

in a terminal where these were all set through a script

I have the same problem. In China Google has been banned so I must use one proxy to connect Google Drive. Mounting the fs by command proxychains -q gdfs -o allow_other .gdrive GoogleDrive is successful. However, when I touch the file in GoogleDrive directory it hangs. I am not familiar with fuse so I have no idea about it.