Windows 7,.Net 4.5.1。我的电脑在域中。我尝试从GoogleDocs下载dll文件:
WebClient client = new WebClient();
client.Proxy = WebProxy.GetDefaultProxy();
client.Credentials = new NetworkCredential("userName", "password");
client.DownloadFile("https://drive.google.com/file/d/0B7H_2Cq9tBXdWkU0andsR1dWM0U/view?usp=sharing",
fileName);
但是我收到了一条消息:
远程服务器返回错误:(407)代理验证 必需的。
我该如何解决?
答案 0 :(得分:0)
您需要为此https://developers.google.com/drive/web/quickstart/quickstart-cs
使用google drive api