Top "Google-api-dotnet-client" questions

The Google APIs Client Library for .NET is a generic .NET runtime client for Google Services.

Accessing Google Spreadsheets with C# using Google Data API

I'm having some information in Google Spreadsheets as a single sheet. Is there any way by which I can read …

c# google-sheets google-api-dotnet-client google-data-api google-sheets-api
Google API OAuth2, Service Account, "error" : "invalid_grant"

I'm trying to use service account to sync calendars from Dynamics CRM software to Google. During this I faced lack …

oauth google-api google-calendar-api google-oauth google-api-dotnet-client
How to login to Google API with Service Account in C# - Invalid Credentials

I'm beating myself bloody trying to get a simple service acccount login to work in C#, to Google API and …

c# google-oauth google-analytics-api google-api-dotnet-client service-accounts
GoogleWebAuthorizationBroker.AuthorizeAsync Hangs

Our website needs to upload videos to youtube from the code behind (asp.net mvc application). I'm trying to get …

c# asp.net youtube google-api-dotnet-client
Analytics Reporting API V4 Client Library for .NET

I'm trying to get some data from our google analytics instance and I'd like to use the Analytics Reporting API …

c# .net google-analytics-api google-api-dotnet-client google-analytics-firebase
Update a Cell with C# and Sheets API v4

Does anyone have a good C# example for updating a cell with the v4 API? I have the get cell …

c# google-sheets google-api google-sheets-api google-api-dotnet-client
ASP.net app crashes - Could not load file or assembly 'Microsoft.Threading.Tasks.Extensions.Desktop'

I want to build a Google BigQuery C# ASP.net application using OAuth2 and the .Net 4.5 framework. I ran these …

asp.net .net google-api-dotnet-client
Google .NET APIs - any other DataStore other than the FileDataStore?

I'm using the Google .NET API to get analytics data from google analytics. this is me code to start the …

c# asp.net asp.net-mvc google-api google-api-dotnet-client
'System.AggregateException' occurred in mscorlib.dll, when trying to authenicate using Google API

I'm trying to make a little calendar app, just for myself, using Google Calendar API. I'm using C# and .NET …

c# calendar oauth-2.0 google-api-dotnet-client aggregateexception