문제

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