【发布时间】:2013-02-28 02:21:30
【问题描述】:
我刚刚从 url (http://code.google.com/p/google-api-dotnet-client/) 下载了 google-api-dotnet-client 的最新副本,它显示版本 1.2.4819.34602 。
我正在使用从 URL http://code.google.com/p/google-api-dotnet-client/wiki/APIs#Drive_API 下载的 google Drive .net API 库。这个谷歌驱动库引用了版本为 1.2.4737.25316 的谷歌 API 库。当我尝试引用最新的 API 时,它会抛出许多错误,例如
Error > The type or namespace name 'ServiceRequest' could not be found
(are you missing a using directive or an assembly reference?
我需要更改 GOOGLE DRIVE 引用的 google-api-dotnet-client 的源文件中的一些代码行。所以要做到这一点,我需要检查旧版本的 google-api-dotnet-client ,即版本 1.2.4737.25316 。我该怎么做?
谢谢 苏吉特
【问题讨论】: