I'm looking to build an integration into one of my current projects involving GDrive, however I can not currently use the released binary package from https://developers.google.com/drive/downloads as it does not have strong name dlls.

有帮助吗?

解决方案

C# client library doesn't have binaries with strong name signing. You may like to figure out building them by yourself, the code is open sourced on https://code.google.com/p/google-api-dotnet-client/

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top