Top "Google-api-dotnet-client" questions

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

How Google API V 3.0 .Net library and Google OAuth2 Handling refresh token

In my application I am using Google API V 3.0 .Net library with Google OAuth2 to synchronize Google calender and outlook …

c# google-api google-calendar-api google-oauth google-api-dotnet-client
Cannot load System.Threading.Tasks assembly, using Google Calendar API

SOLVED ! Huge thank to Sam Leach Here is a sample of my working app.config file: <configuration> ... <…

c# visual-studio-2010 google-calendar-api google-api-dotnet-client jwt
where can i find ServiceAccountCredential

I am working in google api with asp.net c#, My goal is access google api using service account. I …

c# asp.net google-api google-oauth google-api-dotnet-client
Google Drive API Authentication

I'd like to make an application that could access MY own Google Drive anytime, create files there, share them and …

google-drive-api google-api-dotnet-client
Receiving Insufficient Permission error from DirectoryService

I am trying to setup c# code to manage our Google domain. I am receiving this error whenever I call …

google-api-dotnet-client
Access User Info using Google APIs for .NET

I'm using the Google APIs Preview (1.7.0) to authorize a user via OAuth2. I've been following the sample MVC code. This …

c# .net asp.net-mvc google-api-dotnet-client
The redirect URI in the request: http://localhost:12349/authorize/ did not match a registered redirect URI

I'm getting this error while trying to run my c# console application... I am trying to call google calender api …

c# oauth-2.0 google-calendar-api google-api-dotnet-client
Can't list users with Google Directory API Admin SDK

I'm trying to use the AdminService to manage my domain's users and groups, but I'm stuck with a simple request …

c# google-api google-admin-sdk google-api-dotnet-client
The type or namespace name 'Google' could not be found

Im trying to use Google.Apis in my WP8 project, but im unable to compile it. I got Google.Apis 1.8.1, …

c# windows-phone-8 google-api-dotnet-client
How to create a instance of UserCredential if I already have the value of Access Token?

So I have this code My question is how do I configure the UserCredential if I'm already authenticated via OAuth? …

c# asp.net-mvc google-api-dotnet-client google-plus-domains