The Google API client library for .NET enables access to Google APIs such as Drive, YouTube, Calendar, Storage and Analytics. The library supports OAuth2.0 authentication. Strongly-typed per-API libraries are generated using Google's Discovery API.
- .NET Framework 4.5
- Windows Store apps
- Windows Phone 8 and 8.1
- Portable Class Libraries
We provide best-effort support for these platforms, but new features may not be available.
- .NET Framework 4.0
- Silverlight 5.0
To make it easer for you to develop with the Google APIs using the Google API client Library for .NET we have released a number of NuGet packages. The libraries published by Google are owned by google-apis-packages.
The generator that produces the source code for API-specific libraries is in ClientGenerator/
. The most recently generated code is available in Src/Generated/
, and the discovery documents from which that code was generated are in DiscoveryJson/
.
If you find an issue with in the client library we would appricate you adding an issue in the issue tracker. Questions regarding usage of the client library should be posted to stackoverflow.com using the tag #google-api-dotnet-client