The Google APIs Client Library for .NET is a generic .NET runtime client for Google Services. It supports OAuth1.0a and OAuth2.0 authentication, and is able to generate strongly typed client libraries for Discovery-based services.
-4
votes
0answers
25 views
Google Authentication by sending XML [closed]
How can we send a XML file with user credentials to Google and receive a token using Google API's in C Sharp?
-1
votes
1answer
28 views
Getting started with Google Calendar for C# ASP.NET
I am totally new to Google API and have no experience integrating things into my programs. Now I am assigned to work on integrating the calendar into my program. Unfortunately I cannot find good ...
0
votes
1answer
38 views
DotNetOpenAuth Google API Offline Access
I've spent some time over the last few days trying to implement a feature for my web application. The feature should add new events to a users google calendar while they are offline. I read the ...
1
vote
0answers
84 views
Errors running Google API calendar example for vb.net
When I try to run this example in VBExpress 2010, I get the following intellisense errors.
scopes.Add(CalendarService.Scopes.Calendar.GetStringValue())
This line generates:
Error 7 ...
2
votes
1answer
56 views
OAuth2 confusion, C#.Net
I am trying to develop a web server application, running on an in-house server using C# and .net. The purpose of my application is to interface with Google Calendar, read events and then generate ...
0
votes
1answer
66 views
Google plus insert moment stopped working using google-api-dotnet-client
The question is: Is there a new way in calling the API so an activity can be inserted into a user's profile?
I posted a related question here about a month ago. It was working fine until early this ...
0
votes
1answer
39 views
How to retrieve Google Analytics account owner email address using API
I'm accessing the Google Analytics API v3.0 with the .NET client adapter.
This is all working very good, but I'd like to get the account owner e-mail address for a given account that I have access ...
4
votes
1answer
127 views
Route Google Analytics v3 API through a proxy server
We are using Google Analytics API v3 (dot net version) for reporting some statistical data on our website. I have the code running fine on my local machine, but it wouldn't work on the production ...
1
vote
1answer
19 views
Why does google-api-dotnet-client BuildRelease.exe clone the entire contrib repository
BuildRelease will clone the entire contrib repository. What is the purpose of doing this? It slows down the build process.
0
votes
1answer
136 views
Oauth2: The remote server returned an error: (400) Bad Request
I would like to implement Google’s Oauth2 in an in-house application and was playing with the demo found here using a C# console app:
...
-1
votes
1answer
61 views
Are you going to update reference to Newtonsoft.Json.Net35.dll? [closed]
I was using Google API Samples for DFA Reporting and found that the client API DLL's use Newtonsoft.Json.Net35.dll. Are you guys planning to update the reference?
I worked around this by removing ...
0
votes
1answer
115 views
Google Drive Async Upload Method
I have a winforms application that uses Google Drive to manage files. My file upload method is fairly simple:
public static File UploadFile(string sourcefile, string description, string ...
0
votes
1answer
44 views
Nextpagetoken not working as desired
There are a lot of videos in the channel. Where as 'nextPageToken' only
iterates about 570 of them on my code.
Perhaps not a lib issue because the same happens on ...
0
votes
1answer
96 views
Getting started w/ Google API client for .NET
I'm starting to feel dumb - I simply cannot get the Google API Client to work in my VB.NET web application. I can't get beyond the Authorization stage. I'm unclear if I should using a ...
1
vote
1answer
79 views
Access Gmail's IMAP using AssertionFlowClient and service account
Is it possible to use AssertionFlowClient and service account to access mailbox of any user in my domain through IMAP. Same as with 2-legged OAuth 1.0.
Here's my code:
X509Certificate2 certificate = ...
0
votes
1answer
44 views
Can google service account be used for specific user documents retrival?
Requirement:
I want to access the Google drive documents of a particular user programmatically(being someone@gmail.com is his email id).
Present Condition:
I am using Google drive SDK to achieve ...
0
votes
1answer
78 views
Google drive SDK: Cancel upload
How to cancel file upload request with Google Drive SDK?
I'm creating .NET 4 task that calls
FilesResource.InsertMediaUpload request = service.Files.Insert(body, stream, body.MimeType);
...
0
votes
1answer
62 views
Google Drive SDK fetch causes unhandled exception
I'm trying to handle network failure exceptions when using Google Drive SDK and I have the following problem.
I'm disconnecting my network and running this code
try
{
FilesResource.InsertRequest ...
0
votes
2answers
253 views
Use Service account with Google API like youtube, picasa in web asp.net mvc 4 / JavaScript
I come in order to have some information about Google API and particularly the authentication "Service account"
I have the same problem that this guy is having, and although that concerns another ...
0
votes
1answer
222 views
How to get the authorization code for Google drive API access programmatically?
I need to download a file from Google drive. I got the code to do that here. In this code they launch a web browser process with an URL which asks user to authorize the API access. After ...
3
votes
1answer
456 views
Google Plus API Moment.Insert
I am trying for moment.insert using google-api-dotnet-client and also included the request_visible_actions and access_type in oauth request but I am always getting exception:
The given key was not ...
0
votes
2answers
60 views
logging in with different user / resource owner
i am trying to write a tool that creates entries in the google calendar.
after following the google docs and creating an client-identifier/secret in the api console, i managed to put together a client ...
0
votes
2answers
185 views
Can't authorize in Google drive using service account in С#/.NET
I am trying to work with Google drive from Windows application or service.
I don't need Web App, MVC, so on.
System must work automatically, without any user intrusion, so I created service account ...
0
votes
1answer
28 views
How to checkout older version of google-api-dotnet-client
I just downloaded latest copy of google-api-dotnet-client from url (http://code.google.com/p/google-api-dotnet-client/) and it shows version 1.2.4819.34602 .
I am using google Drive .net API library ...
1
vote
2answers
477 views
Google+ insert moment using google-api-dotnet-client
I am trying to write an activity in Google+ using the dotnet-client. The issue is that I can't seem to get the configuration of my client app correctly. According to the Google+ Sign-In configuration ...
0
votes
1answer
442 views
C# Desktop application using Google Calendar API .NET v3 — Howto?
Probably not the only one asking this, but I found nothing that works...It's like a jungle ;)
I have a C# desktop app (5-10 user) that I want to connect to my Google calendar. I want to add, move, ...
0
votes
1answer
250 views
sample VB.Net code for reading data from Big Query
I need to query Google Big Query table using Google BigQuery API. I am using Visual Studio 2012 with VB.NET. I found a sample code in C# and I could get it to work with a minor change in Visual Studio ...
0
votes
1answer
270 views
YouTube upload from VB.NET with V3 API
Anyone familiar with the V3 YouTube API suggest what I might be doing wrong:
Dim Service As YoutubeService = GetYouTubeService()
Dim SourceVideo As String = "C:\TempMedia\Wildlife.wmv"
...
0
votes
1answer
324 views
Google API OAuth 2: Use authorization code as a string with Google's .NET libraries
My WinForms app needs to access one of the Google API's (Calendar). For this, the app needs to have authorization, and Google has provided OAuth 2 for this purpose. I've read everything on their docs ...
0
votes
1answer
43 views
Error while using 'google-api-dotnet-client' to access FusionTables
I am trying to work with FusionTables API. But I am getting this error:
Method 'get_Error' in type 'Google.Apis.Fusiontables.v1.Data.Table'
from assembly 'Google.Apis.Fusiontables.v1, ...
0
votes
1answer
170 views
Error with DotNetOpenAuth2 with VB.Net
My new project demands the implementation OpenAuth. Following is my code.
The line
scopes.Add(CalendarService.Scopes.Calendar.GetStringValue())
in the GetAuthorization gives the following error. ...
0
votes
1answer
177 views
Handling duplicate Youtube video upload, using YouTube API v3 Dotnet client
First of all let me say that I am not asking "how to check a status of a previously uploaded video". My question is about getting the status of a video from the response of an upload. I am using the ...
1
vote
1answer
247 views
Google Drive upload fails on files larger than ~10MB using .NET client library
We've written a .Net console app that uploads files to a specific google Drive account. The code uses google's own .net client library. The heart of the code is this:-
FilesResource.InsertMediaUpload ...
0
votes
1answer
113 views
How to specify a “field” parameter in a YoutubeService method
I have a properly authorized YouTubeService that I can use to retrieve a list of videos for a "signed in" user. My issue is that I couldn't figure out how to filter out the response so I can lower ...
0
votes
2answers
209 views
How to continue an upload after Access Token expire?
I have a desktop application in .net to upload files to Google Drive. The app to authorize uses a Service Account. The issue is with large files (+ 300MB). After 1 hour of upload the application ...
0
votes
1answer
154 views
Getting the list of youtube channels for the authenticated user
I am trying to display YouTube analytics data in a .Net application (Asp.net MVC 4 to be specific) using the google api .net client
The only sample I could find for this was a JavaScript sample ...
2
votes
0answers
379 views
Google Drive API .NET. How to configure the OAuth2Authenticator object to work through a proxy?
I have a desktop application in .net to upload files to Google Drive. The program run correctly, but if the PC have a proxy configurated the program fails to execute the method Upload() ...
0
votes
1answer
309 views
401 (Unauthorized) Error with DotNetOpenAuth and Google Calendar
I've been tinkering for a while now with getting the Google Calendar API working with DotNetOpenAuth. I've tried going about it in a few different ways, and I keep running up against the following ...
0
votes
0answers
138 views
Google Contacts API v3 - How to update gender using C#.net?
I'm using Google Contacts API v3, I'm unable to update gender information for a contact
public static Contact UpdateContactName(ContactsRequest cr, Uri contactURL)
{
// First, retrieve the ...
0
votes
0answers
165 views
Google Drive API integration in MVC3 Application
I have to integerate the Google Drive APi and for this i have downloaded a sample DrEdit project for my api project for MCV3 in asp.net. i am confused with drive controller as in index function i ...
2
votes
1answer
209 views
Document still visible in My Drive after changing owner and removing all permissions
I'm using the Google Drive API in C# to Copy, change owner and remove all permissions of a document, here is how I do it:
File file = User1DriveService.Files.Copy(fileWithTitleChanged, ...
2
votes
1answer
912 views
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 so on.
According to https://developers.google.com/drive/service-accounts "Use regular ...
1
vote
1answer
343 views
vb.net Google api for device authentication simple http post request fail
I am creating a google drive device application.
And I am trying to go through the tutorial:
https://developers.google.com/accounts/docs/OAuth2ForDevices
and I got stock on the frist Step the simple ...
2
votes
1answer
974 views
Using google drive API from C#
I need to work with Google Drive from my UI .NET application. I found that Google uses OAuth 2.0 for authentication. The problem is as far as I understood OAuth sends your token back using HTTP ...


