Top "Google-api-dotnet-client" questions

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

Access Google Calendar API using Service Account Authentication

I was able to access the Google Calendar API using the .NET Quickstart tutorial and it worked great! The problem …

c# google-api google-calendar-api google-api-dotnet-client service-accounts
Is it possible to use json key instead of p12 key for service account credentials?

I am using "Google.Apis.Bigquery.v2 Client Library" with C#. I am authorizing to Google BigQuery using "Service Account" (…

c# google-bigquery google-sheets-api google-api-dotnet-client
Google Sheets API. The request is missing a valid API key. [403]

I'm using .net package Google.Apis.Sheets.v4 Client Library. Everything was fine, but last time (about a week ago) …

c# google-sheets-api google-api-dotnet-client
How to add a sheet in google sheets API v4 in C#?

I've been using Google Sheets API, and following The Google Guide. However there is no example, even beyond the second …

c# google-api-dotnet-client google-sheets-api
Google Authentication Process

I am trying to write a native app to access a users google calendar. I am trying to use the …

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