google-api-dotnet-client Questions
2
Solved
I get this error after making my first request:
Quota exceeded for quota metric 'Requests' and limit 'Requests per
minute' of service 'mybusinessaccountmanagement.googleapis.com'
How can I be ove...
Vesical asked 24/3, 2021 at 17:1
5
Solved
I am getting the following error when i tried to authorize gmail api using service account
"Client is unauthorized to retrieve access tokens using this method"
static async Task MainAsync()
{...
Eurasian asked 14/3, 2017 at 11:22
2
I can create an event but I can't create an event with a conference.
I tried all these types: "eventHangout" "eventNamedHangout" "hangoutsMeet" but still getting Inval...
Genip asked 19/2, 2021 at 12:57
2
I'm using .net package Google.Apis.Sheets.v4 Client Library. Everything was fine, but last time (about a week ago) there is an error: The request is missing a valid API key. [403] when I'm trying t...
Septennial asked 29/5, 2018 at 18:10
2
Solved
Ok, so I'm trying to implement Gmail API on this project, everything I want to do is send an email, this is what I got so far:
Register a new project at google developers console, enable the gmai...
Up asked 14/6, 2020 at 22:50
5
I get credentials using code
static string[] Scopes = { "https://www.googleapis.com/auth/userinfo.email" };
private static UserCredential GenerateCredential()
{
UserCredential creden...
Sushi asked 27/6, 2020 at 17:0
1
The use-case is the following: a mobile app is authenticating a user with Google and at some point, we need to publish a user's video to his YouTube account; for practical reasons, the actual publi...
Sikko asked 8/12, 2016 at 12:1
2
Well I am able to upload video on Youtube but i didn't find a way or relevant code to delete video/videos from Youtube.
Here is my code which i tried to delete the youtube video.
private async Ta...
Kempis asked 15/9, 2015 at 10:51
4
Solved
I'm trying to get some data from our google analytics instance and I'd like to use the Analytics Reporting API V4 Client Library for .NET (https://developers.google.com/api-client-library/dotnet/ap...
Whereas asked 25/4, 2016 at 20:16
4
Solved
I was able to access the Google Calendar API using the .NET Quickstart tutorial and it worked great!
The problem with that tutorial is that it uses Open Authentication or OAuth2. I will like to do...
Sleepwalk asked 20/10, 2016 at 1:25
6
Solved
I'm beating myself bloody trying to get a simple service acccount login to work in C#, to Google API and Google Analytics. My company is already getting data into Analytics, and I can query informa...
Unchancy asked 14/7, 2016 at 23:43
4
Solved
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 is my implementation of FlowMetadata:
private static readonly IAuthorization...
Yeah asked 23/1, 2014 at 14:0
4
Solved
Google has recently started to give us a Json key file for service account instead of the P12 key file. I have been trying to get this there isn't a lot of information out there and what info I hav...
Democrat asked 11/3, 2016 at 8:27
6
Does anyone have a good C# example for updating a cell with the v4 API?
I have the get cell values c# example from the developer website working with Google Sheets API v4. I am trying to modify th...
Buffybuford asked 26/5, 2016 at 13:53
1
Solved
I have a code that its purpose is to rename a specific sheet, but when executing the BatchUpdate and the code is crached, does anyone have any ideas?
public void UpdateSheetName(string sheetName,...
Hyaline asked 4/5, 2020 at 19:3
2
Solved
So I have this code
My question is how do I configure the UserCredential if I'm already authenticated via OAuth?
The current scenario is the code will display another login page redirecting to go...
Florrie asked 15/7, 2016 at 7:23
2
We have an application that uses the Gmail API to access emails in Gmail.
Randomly we got the following error message
Google.Apis.Requests.RequestError Rate Limit Exceeded [429] Errors [
Messa...
Desma asked 18/9, 2014 at 2:46
5
Solved
I'm having some information in Google Spreadsheets as a single sheet.
Is there any way by which I can read this information from .NET by providing the google credentials and spreadsheet address. Is...
Lacour asked 7/4, 2009 at 13:13
4
I am able to retrieve and update values in Google Sheets using the code below:
private void btnUpdate_Click(object sender, EventArgs e)
{
if (cbYards.Text == "Select Yard")
{
MessageBox.Show(@...
Melissa asked 3/1, 2017 at 8:27
3
I'm currently trying to integrate with the Google Admin SDK via C# so we can manage users via our own system. However, when running the project I get the error: Unauthorized Client.
Things I have ...
Cheshvan asked 1/5, 2019 at 15:14
4
Solved
I've been looking at the Oauth .Net Google Apis in order to authenticate via OAuth and use the Google drive Apis.
Specifically, I want to use a refresh token I already have stored in order to use...
Brick asked 8/1, 2014 at 22:22
15
I'm working on a program that uses the Google API. However every time I run my program, it I keeps getting the following error:
Could not load file or assembly 'System.Net.Http.Primitives, Vers...
Harriot asked 22/8, 2013 at 1:43
4
Solved
Our website needs to upload videos to youtube from the code behind (asp.net mvc application). I'm trying to get the google credentials, but when i call the AuthorizeAsync, the application just hang...
Swaggering asked 19/12, 2014 at 20:15
4
Solved
I am trying to setup c# code to manage our Google domain.
I am receiving this error whenever I call service.Users.List() or any other method from the DirectoryService api.
Google.Apis.Requests.Re...
Kipton asked 29/4, 2015 at 19:39
3
just starting with Google Apis.
In my Google Cloud Platform account i created a Service Account for domain wide delegation. I saved a private key file in json format for this service account.
In...
Downgrade asked 21/7, 2016 at 6:49
1 Next >
© 2022 - 2025 — McMap. All rights reserved.