Questions tagged [google-api-dotnet-client]

The Google APIs Client Library for .NET is a generic .NET runtime client for Google Services. It supports OAuth2.0 authentication, and is able to generate strongly typed client libraries for Discovery-based services.

The Google APIs client library for .NET provides simple, flexible, and powerful access to Google APIs such as Drive, YouTube, Calendar, Storage and Analytics.

The library supports OAuth2.0 authentication, and is able to generate strongly typed client libraries for Discovery-based services.

Requirements

  • .net framework 4.5

Supported platforms

  • .NET Framework 4.5 and 4.6
  • .NET Core (via netstandard1.3 support)
  • Windows 8 Apps
  • Windows phone 8 and 8.1
  • Portable class libraries

Developer documentation

Nuget Packages

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. A full list of all the packages available can be found at Google.APIs nuget

1271 questions
0
votes
1 answer

System.InvalidOperationException in MSCORLIB when Google API V3 .UploadAsync is called

After resolving the problem documented in Google API V3 OAUTH2 Hang - TokenResponse-user Credentials File not created, I resumed testing my EXE deployed onto a Windows 7 PC. Again, this program works fine on my Windows 8.1 development system. The…
0
votes
2 answers

Google+ API People List return nothing

i am developing a class library for a web server and used Google+ API to get information from my G+ profile. For authentification i use https://developers.google.com/api-client-library/dotnet/guide/aaa_oauth (Service account). When i query…
sstephen
  • 161
  • 1
  • 12
0
votes
1 answer

How to use Google APIs Client Library for .NET to get a new Refresh Token after it has expired?

I'm trying to find a solution for getting a new Refresh Token after the existing one has expired. The Google APIs Client Library for .NET Developer's Guide provides this hint: Both UserCredential and ServiceAccountCredential implement…
jansokoly
  • 1,994
  • 2
  • 18
  • 25
0
votes
2 answers

Google Calender Vr3 - How do I add a reminder to an event?

So far I am able to insert an event in a calendar using the following code. Dim calService As CalendarService = calendarFunctions.getCalendarService(txtrefreshToken.Text.Trim) Dim calEventEntry As New Data.Event calEventEntry.Summary =…
QFDev
  • 8,668
  • 14
  • 58
  • 85
0
votes
1 answer

Authorizing Google API using stored refresh token and iDataStore in VB.NET

I am developing an integration with Google Calender from a vb.net web application. So far I understand that I need my own implementation of iDataStore as I will be storing refresh tokens belonging to different users on my website with the view to…
QFDev
  • 8,668
  • 14
  • 58
  • 85
0
votes
1 answer

Google showing confusing consent screen

I'm authorizing for Google Calendar usage from a .NET web application. Here's the url I made:…
chester89
  • 8,328
  • 17
  • 68
  • 113
0
votes
1 answer

Listing my youtube videos in web application

I can get my list of youtube videos using google .NET client libraries following the example in the following link https://developers.google.com/youtube/v3/code_samples/dotnet This works fine when I am using it in a console application and my…
0
votes
1 answer

How to use google-api-dotnet-client in mono

If I create brand new .NET project (.NET 4.5), then add nuget package Google.Apis.Discovery.v1, and paste example code example from Google APIs Client Library for .NET - Getting Started. It works. Then i try to run this program under newest…
bosko
  • 25
  • 1
  • 7
0
votes
2 answers

.NET client for the Google People API

I do not see a .NET client for the Google People API here. https://code.google.com/p/google-api-dotnet-client/wiki/APIs Do you know of any? I need to get the user's full name, email address, gender and date of birth from Google using OAuth2. I could…
Water Cooler v2
  • 32,724
  • 54
  • 166
  • 336
0
votes
1 answer

Which NuGet package to install for OAuth authorization with Google API Dot Net Client?

I need to simply do this: I need my application to use OAuth to get a user's full name, email address, gender and date of birth from Google. I've got the whole deal about how to use OAuth. I've got the workflow and I could myself use the…
Water Cooler v2
  • 32,724
  • 54
  • 166
  • 336
0
votes
1 answer

Documentation update for Google Client .NET API?

Google's documentation is out of sync with the most recent GA version of the API. For instance, in all their examples for working with the API, it is mentioned to use the Fetch() method, whereas it has been renamed to Execute(). For example, for…
H.M.
  • 69
  • 6
0
votes
1 answer

OAuth2 w/ Google Client API 1.8.1

I have been using the Google Client API in a .NET web application - but need to update to the latest version (both to use the most recent code but also to lose the need for the DotNetOpenAuth.dll.) The latest version (1.8.1) has a totally…
Bill
  • 1
  • 1
0
votes
2 answers

How to get additional fields from Google groups API

I would like to list all groups on my google domain that has specific "type" (team,domain, etc.) when i use the groups.list() method using directory API i get all the groups. does anybody knows about a way to query by fields so the returned list…
0
votes
3 answers

How to build a Prediction Request using the Google Apis .NET client library

I am trying to instantiate a List with just a string for each list item. I am using the Google APIs library for their Prediction API, and when I go to set the input body (InputValue.CsvInstance), it is expecting a type of…
Nick Young
  • 885
  • 1
  • 10
  • 21
0
votes
1 answer

Unable to run Google Dot Net API Client Sample

I am trying to play around with the new client libraries for Google API: https://code.google.com/p/google-api-dotnet-client/ I've downloaded and extracted the sample code: Google API Dotnet Client Sample Solution I've also setup the necessary API…
Angelo
  • 1,578
  • 3
  • 20
  • 39