koshimizu / google-docs-upload

Automatically exported from code.google.com/p/google-docs-upload
0 stars 0 forks source link

Proxy Suppport ?! #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Can´t upload files in my business network, because there is a Proxy for
internet connection :-(

Please embed proxy support.

Thanks

Original issue reported on code.google.com by micha.mies on 10 Sep 2009 at 12:20

GoogleCodeExporter commented 9 years ago
Yes, I tried using standard

java -Dhttp.proxyHost=proxyhost
    [-Dhttp.proxyPort=portNumber] -jar googlebatch....

with no luck.  Anyone have any ideas?

Original comment by brian.m....@gmail.com on 16 Sep 2009 at 6:09

GoogleCodeExporter commented 9 years ago
Can't upload files in my business too

the same problem (proxy)

Original comment by italoo...@gmail.com on 16 Nov 2009 at 6:24

GoogleCodeExporter commented 9 years ago
According to the documentation
(http://code.google.com/apis/gdata/articles/proxy_setup.html) proxy support can 
be
enabled using standard java properties in the following way:

java -DProxyHost=<host> -DProxyPort=<port> -jar google-docs-upload.jar

I tested this and it works for me. Could you please test it for your setup as 
well?

Original comment by anton.be...@gmail.com on 28 Dec 2009 at 12:05