無論如何在VS 2008中使用谷歌雲存儲API?google-cloud-storage .net 3.5不支持?
它顯示Google.Apis.dll是由較新版本構建的,因此當我嘗試構建我的項目時,無法在我的項目上運行。
我試圖從Google雲端存儲測試API。
var googleClientService = new BaseClientService.Initializer();
googleClientService.ApiKey = "ABcdefghUSftzxcvbnmEhLmGcZnfcE_12345678";
var storageService = new StorageService(googleClientService);
var getRequest = storageService.Buckets.List("demotest");
我希望它不是一個真正的API密鑰;) – 2014-10-02 06:26:30
哈哈,它不是。我自己打字。這就是爲什麼它包含'abcdefg'和'12345678'。 – 2014-10-02 09:48:17