VOOZH about

URL: https://www.nuget.org/packages/Google.Apis/

⇱ NuGet Gallery | Google.Apis 1.75.0




👁 Image
Google.Apis 1.75.0

Prefix Reserved
dotnet add package Google.Apis --version 1.75.0
 
 
NuGet\Install-Package Google.Apis -Version 1.75.0
 
 
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Google.Apis" Version="1.75.0" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Google.Apis" Version="1.75.0" />
 
Directory.Packages.props
<PackageReference Include="Google.Apis" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Google.Apis --version 1.75.0
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Google.Apis, 1.75.0"
 
 
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Google.Apis@1.75.0
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Google.Apis&version=1.75.0
 
Install as a Cake Addin
#tool nuget:?package=Google.Apis&version=1.75.0
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

The Google APIs Client Library is a runtime client for working with Google services.
The library supports service requests, media upload and download, etc.

Product Versions Compatible and additional computed target framework versions.
.NET net5.0 net5.0 was computed.  net5.0-windows net5.0-windows was computed.  net6.0 net6.0 is compatible.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 was computed.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 was computed.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
.NET Core netcoreapp2.0 netcoreapp2.0 was computed.  netcoreapp2.1 netcoreapp2.1 was computed.  netcoreapp2.2 netcoreapp2.2 was computed.  netcoreapp3.0 netcoreapp3.0 was computed.  netcoreapp3.1 netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 netstandard2.0 is compatible.  netstandard2.1 netstandard2.1 was computed. 
.NET Framework net461 net461 was computed.  net462 net462 is compatible.  net463 net463 was computed.  net47 net47 was computed.  net471 net471 was computed.  net472 net472 was computed.  net48 net48 was computed.  net481 net481 was computed. 
MonoAndroid monoandroid monoandroid was computed. 
MonoMac monomac monomac was computed. 
MonoTouch monotouch monotouch was computed. 
Tizen tizen40 tizen40 was computed.  tizen60 tizen60 was computed. 
Xamarin.iOS xamarinios xamarinios was computed. 
Xamarin.Mac xamarinmac xamarinmac was computed. 
Xamarin.TVOS xamarintvos xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (797)

Showing the top 5 NuGet packages that depend on Google.Apis:

Package Downloads
Google.Apis.Auth

The Google APIs Client Library is a runtime client for working with Google services. This package includes auth components like user-credential, authorization code flow, etc. for making authenticated calls using the OAuth2 spec.

Google.Apis.Storage.v1

This is not the recommended package for working with Storage, please use the Google.Cloud.Storage.V1 package. This Google APIs Client Library for working with Storage v1 uses older code generation, and is harder to use. Product documentation is available at: https://developers.google.com/storage/docs/json_api/ API reference documentation for this package is available at: https://googleapis.dev/dotnet/Google.Apis.Storage.v1/latest/api/Google.Apis.Storage.v1.html The source code for this package is available at: https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated/Google.Apis.Storage.v1 Supported Platforms: - .NET Framework 4.6.2+ - .NET Standard 2.0 - .NET 6.0+ Incompatible platforms: - .NET Framework < 4.6.2 - Silverlight - UWP (will build, but is known not to work at runtime) - Xamarin/MAUI - Windows 8 Apps - Windows Phone 8.1 - Windows Phone Silverlight 8.0

Google.Apis.Bigquery.v2

This is not the recommended package for working with Bigquery, please use the Google.Cloud.BigQuery.V2 package. This Google APIs Client Library for working with Bigquery v2 uses older code generation, and is harder to use. Product documentation is available at: https://cloud.google.com/bigquery/ API reference documentation for this package is available at: https://googleapis.dev/dotnet/Google.Apis.Bigquery.v2/latest/api/Google.Apis.Bigquery.v2.html The source code for this package is available at: https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated/Google.Apis.Bigquery.v2 Supported Platforms: - .NET Framework 4.6.2+ - .NET Standard 2.0 - .NET 6.0+ Incompatible platforms: - .NET Framework < 4.6.2 - Silverlight - UWP (will build, but is known not to work at runtime) - Xamarin/MAUI - Windows 8 Apps - Windows Phone 8.1 - Windows Phone Silverlight 8.0

Google.Apis.Drive.v3

Google APIs Client Library for working with Drive v3. Product documentation is available at: https://developers.google.com/workspace/drive/ API reference documentation for this package is available at: https://googleapis.dev/dotnet/Google.Apis.Drive.v3/latest/api/Google.Apis.Drive.v3.html The source code for this package is available at: https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated/Google.Apis.Drive.v3 Supported Platforms: - .NET Framework 4.6.2+ - .NET Standard 2.0 - .NET 6.0+ Incompatible platforms: - .NET Framework < 4.6.2 - Silverlight - UWP (will build, but is known not to work at runtime) - Xamarin/MAUI - Windows 8 Apps - Windows Phone 8.1 - Windows Phone Silverlight 8.0

Google.Apis.Sheets.v4

Google APIs Client Library for working with Sheets v4. Product documentation is available at: https://developers.google.com/workspace/sheets/ API reference documentation for this package is available at: https://googleapis.dev/dotnet/Google.Apis.Sheets.v4/latest/api/Google.Apis.Sheets.v4.html The source code for this package is available at: https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated/Google.Apis.Sheets.v4 Supported Platforms: - .NET Framework 4.6.2+ - .NET Standard 2.0 - .NET 6.0+ Incompatible platforms: - .NET Framework < 4.6.2 - Silverlight - UWP (will build, but is known not to work at runtime) - Xamarin/MAUI - Windows 8 Apps - Windows Phone 8.1 - Windows Phone Silverlight 8.0

GitHub repositories (40)

Showing the top 20 popular GitHub repositories that depend on Google.Apis:

Repository Stars
bombomby/optick
C++ Profiler For Games
OpenLiveWriter/OpenLiveWriter
An open source fork of Windows Live Writer
googlevr/tilt-brush
xamarin/XamarinComponents
Plugins for Xamarin
grandnode/grandnode
Open source, headless, multi-tenant eCommerce platform built with .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, Vue.js.
statiqdev/Statiq
Statiq is a flexible static site generator written in .NET.
ispysoftware/iSpy
Open source surveillance software
killkimno/MORT
MORT 번역기 프로젝트 - Real-time game translator with OCR
UiPath/CoreWF
WF runtime ported to work on .NET 6
icosa-foundation/open-brush
Open Brush is the open source, community led evolution of Tilt Brush! Forked from https://github.com/googlevr/tilt-brush
googleapis/google-cloud-dotnet
Google Cloud Client Libraries for .NET
GoogleCloudPlatform/iap-desktop
IAP Desktop is a Windows application that provides zero-trust Remote Desktop and SSH access to Linux and Windows VMs on Google Cloud.
GoogleCloudPlatform/dotnet-docs-samples
.NET code samples used on https://cloud.google.com
Kyrodan/KeeAnywhere
A cloud storage provider plugin for KeePass Password Safe
kwsch/SysBot.NET
sys-botbase client for remote control automation of Nintendo Switch consoles.
brianzhouzc/RocketBot
An automated Pokémon Go Bot
ciribob/DCS-SimpleRadioStandalone
An open source Stand alone Radio for DCS integrating with all clickable cockpits and FC3 Aircraft
jskeet/DemoCode
Demo code used in talks, blog posts etc
statiqdev/Statiq.Framework
A flexible and extensible static content generation framework for .NET.
fmbot-discord/fmbot
.fmbot is a social Discord bot that provides music statistics for you and your friends.
Version Downloads Last Updated
1.75.0 167,391 6/4/2026
1.74.0 1,000,186 4/30/2026
1.73.0 9,001,554 11/20/2025
1.72.0 9,332,070 10/6/2025
1.71.0 3,583,377 9/12/2025
1.70.0 9,131,986 6/9/2025
1.69.0 23,241,244 1/23/2025
1.68.0 50,845,723 4/15/2024
1.67.0 48,548,896 2/22/2024
1.67.0-beta01 70,373 1/17/2024
1.66.0 6,741,041 1/16/2024
1.65.0 433,135 1/9/2024
1.64.0 3,931,773 11/14/2023
1.64.0-alpha01 2,656 11/9/2023
1.63.0 6,100,845 10/30/2023
1.62.1 1,450,160 9/25/2023
1.62.0 2,041,155 9/5/2023
1.61.0 3,843,478 6/26/2023
1.61.0-beta02 4,084 6/16/2023
1.61.0-beta01 2,950 6/14/2023
Loading failed