Question

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.

Was it helpful?

Solution

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/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top