Google APIs - Different Versions

橙三吉。 提交于 2019-12-24 20:32:43

问题


I am using Google Tasks API V1 dot net libraries. In the same project I also want to use Google Drive, Contacts and Calendar APIs. Drive, Contacts and Calendar APIs are V2. Now the issue I am facing is that Google Tasks .Net libraries and Google Drive/Calendar .Net libraries do not work together. Visual Studio would not compile (error: these libraries are linked to different versions of Google.apis.dll). I tried finding Tasks API libraries V2, but it does not exist. Then I tried finding libraries for Drive or Calendar V1, but couldn't find them either. This is forcing me to use GData libraries (and API) for Calendar, Contacts and Drive. The problem is GData API is deprecated and will go away in 2015.

I must be missing something here because I can't imagine Google guys could bungle up this big.

来源:https://stackoverflow.com/questions/20591393/google-apis-different-versions

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!