Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
92 views

I am using the Google WLI with Azure and have setup the WLIs. I am using Google.NET client library. I am not using ADC instead I am creating the token manually because I need to create using Client ...
Vijay aravind's user avatar
1 vote
0 answers
67 views

I am working with the Google Vault API in C# and need to retrieve the email address of the user who created a Matter (i.e., the owner). Specifically, I want the email address to be visible when: ...
RONNY's user avatar
  • 41
-1 votes
1 answer
49 views

We have several desktop apps that create calendar events in shared calendars in the Google Workspace environment. The apps are written in C#. and we are using Google APIs with OAuth. The creating of ...
Shane Brodie's user avatar
1 vote
1 answer
219 views

I am using Google Directory API .NET Client to fetch a list of roles in a domain (https://developers.google.com/admin-sdk/directory/reference/rest/v1/roles/list). I use a service account to ...
Nolik's user avatar
  • 151
0 votes
0 answers
87 views

I am upgrading an ASP.NET MVC 4 project to ASP.NET Core and am trying to upgrade Google Calendar integration. Is there any working examples of Google auth with ASP.NET Core, they had examples with ...
Craig's user avatar
  • 36.9k
0 votes
0 answers
112 views

I'm trying to fire a request to "https://mybusiness.googleapis.com/v4/accounts/XXXXXXXXX/locations/YYYYYYYY" to get my business reviews out. I have access to the google business API and by ...
Stuart Palmer's user avatar
0 votes
0 answers
58 views

I try to get the reviews for an enterprise to show it on their website. But I can't connect, I have all ready uri redirect mismatch. I am developing with ASP.NET MVC 5, C#, I tried app.authgoogleAuth ...
M.S.WebFustion's user avatar
1 vote
1 answer
129 views

I am using following service code to retrieve folders of the users. I enabled the drive api and want to use service account... There are folders in drive but Execute returns none. What might be ...
TalTrade's user avatar
1 vote
1 answer
484 views

I want to upload videos to my YouTube channel programmatically, but when I try to upload using API Key, I got the error in response, that this API don't support API Key. When I try using OAuth, my ...
Vladislav Yurevich's user avatar
1 vote
1 answer
164 views

I have a problem with the Google Gmail API. It is working on my local machine, but once I deploy the project to the server, it stops working. Error: System.AggregateException: One or more errors ...
Daniel Mauricio Valdes Cabrera's user avatar
0 votes
2 answers
1k views

The MailKit and Google API C# code below was written to authenticate gmail access tokens in my Win10 desktop app. However, the call to client.AuthenticateAsync usually, but not always, fails and ...
BenevolentDeity's user avatar
1 vote
0 answers
148 views

I have a Blazor App which has a calendar. I want to sync the event from the app calendar, to the users Google Calendar. I am using the 'Authorization Code Flow'. I have succeeded in getting the first ...
Greg Gum's user avatar
  • 38.9k
1 vote
1 answer
1k views

Using the Google API .NET client version 4.4.0 in an ASP.NET Framework (4.7.2) app. Everything works great on my development PC, but after I transfer it to the server, I get the following error when ...
user avatar
1 vote
0 answers
454 views

I am using Google.Apis.Gmail.v1 within a c# project and I am getting a list of messages via the Users.Messages.List(...) function. Before executing the call to Google, I also set the Q property to ...
andydnd's user avatar
  • 51
1 vote
2 answers
305 views

In my current setup, I am only able to have a service account in a shared project called ProjectA. This project is solely used for creating Service Accounts (SA). Afterwards, I invite the SA to my own ...
Lucas Stern's user avatar
1 vote
1 answer
2k views

I am stuck at Google authentication in .NET Core Web API project. I am using Google as my external authenticator, everything is working fine except when the call comes back to my handler, an exception ...
DrXSsive's user avatar
  • 185
1 vote
1 answer
94 views

I am generating a user and populating them into our Google Workspace environment but I cannot seem to get the CustomSchemas to work. I have fiddled around with a few different ways to format it but I ...
Joey 's user avatar
  • 37
1 vote
1 answer
215 views

I have implemented Google Drive delta changes logic in my program in C#. var request = service.Changes.List(pageToken); request.Spaces = "drive"; request.IncludeRemoved = false; request....
Gags's user avatar
  • 913
2 votes
1 answer
683 views

I have been looking for information on this for a couple days now. I believe I have everything relevant to the API set up correctly for access but I keep getting this error: The service admin has ...
Joey 's user avatar
  • 37
0 votes
1 answer
143 views

I am trying to create a video call in google calendar but the ConferenceData data arrives empty because none has been created, also when I add participants I get the error: The service calendar has ...
vcs's user avatar
  • 1
1 vote
2 answers
2k views

I'm trying to use mailkit to send emails via a gmail account. I keep getting the 5.7.8 BadCredentials error. My Oauth2 credentials in google specify a project name of "EmailTesting" for a ...
erict's user avatar
  • 1,541
0 votes
1 answer
473 views

I want from my Server-Side Blazor App to connect with Google Calendar and Post my Events Hello everyone! I've tried many ways and tutorials but i am always having problems with redirects , access ...
alexandros gad's user avatar
1 vote
3 answers
2k views

I have a problem, I can't get the call to analytics to work with the example from this documentation ( Quick start ). I've changed some things I've read, since it doesn't allow me to use the example ...
Jonathan Monreal's user avatar
0 votes
1 answer
92 views

my scenario is simple: I have a Web App that accesses my Google calendar. This App works fine when I run it from my PC using Visual Studio, but it gives an error when I run it on the server. I'm using ...
Eduardo's user avatar
  • 103
0 votes
1 answer
83 views

I am using Google Drive SDK for the first time and based on some examples I came up with this code: using Google.Apis.Auth.OAuth2; using Google.Apis.Drive.v3; using Google.Apis.Services; namespace ...
rbasniak's user avatar
  • 5,004
0 votes
1 answer
177 views

At this point every information is welcomed. I'm trying to connect via OAuth2 to a Google Drive API, but when I run my credentials: credential = GoogleWebAuthorizationBroker.AuthorizeAsync( ...
Albert Cabello's user avatar
0 votes
1 answer
175 views

IDE: MS Visual Studio - C# Code Screenshot: Code ServiceAccountCredential cred; //UserCredential cred; string[] scopes = new string[] { GmailService.Scope.GmailLabels, GmailService....
Jonathan's user avatar
1 vote
1 answer
2k views

I need to use Google Play Integrity API I am trying to use the scope provided in the documentation here - https://googleapis.dev/dotnet/Google.Apis.PlayIntegrity.v1/latest/api/Google.Apis....
Rokas Marcinkevicius's user avatar
1 vote
2 answers
883 views

We've integrated google calendar APIs but we are facing issue while generating google meeting link for the event. I guess it is due to we are not able to set AllowedConferenceSolutionTypes in calendar ...
Jai Singh's user avatar
1 vote
0 answers
126 views

'm trying to integrate my asp.net mvc website with my Gmail account and tryin to retrieve the mails and display it into my website. It can read the messages from the inbox but its not showing in my ...
Pallavi Puley's user avatar
1 vote
1 answer
484 views

Good day! I have already developed an email sending application using C#. First of all, I have to create the credentials.json file manually and then set the location. Now, I would like to know how to ...
MD FAISAL's user avatar
1 vote
1 answer
267 views

I'm writing a C# Desktop app that as part of its job is to add/edit cells in a pre-existing Google Sheet that user has created and supplies the URL of. During development I've used the far more open ...
S.Richmond's user avatar
  • 11.6k
1 vote
1 answer
428 views

I am currently working on a desktop application that requires the ability to report inappropriate YouTube videos using the YouTube API. Although I have reviewed the YouTube API documentation, I'm ...
Ahmed's user avatar
  • 33
1 vote
1 answer
610 views

Any clue on what could be the right way to connect to google API in MAUI application and update spreadsheet from mobile app. I have created the Andriod credentials for the spreadsheet api in the ...
Govind's user avatar
  • 49
1 vote
2 answers
886 views

I am writing an app (C#/Windows) that takes data from another source and uses it to keep Google mailing lists and contact information up-to-date for a particular user in my domain. I've got it to the ...
Betty Crokker's user avatar
1 vote
2 answers
590 views

My application is written with .NET Framework 4.7.2. The application I created must interface with a GMail mailbox to download mail (via POP3). To authenticate my application to the mailbox via OAuth2,...
filippocurati's user avatar
0 votes
1 answer
105 views

I am writing an application that uploads videos to youtube from a desktop. It will be used only by me, so there is no issue with authentication or giving any access rights). I found this post that ...
mans's user avatar
  • 18.4k
0 votes
2 answers
572 views

I'm trying to make requests to the Google APIs AdMob services. This API requires the new OAuth 2.0 authentication process which for the Service-to-service integration, is a two steps process: 1) ...
Jose Cordero's user avatar
1 vote
1 answer
123 views

my code snippet is using (var stream = new FileStream(Path.Combine(Directory.GetCurrentDirectory(), "wwwroot", "client_secret.json"), FileMode.Open, FileAccess.Read)) { ...
BigChungus's user avatar
0 votes
1 answer
635 views

I am running a .NET application inside a docker container on a Compute Instance. I'm trying to get my app to make a call out to another Compute Instance. I am generating my token from a credentials....
pjpscriv's user avatar
  • 1,599
-1 votes
1 answer
188 views

Facing an access problem using the google Api NuGet: Using google v3 Environment.SetEnvironmentVariable("GOOGLE_APPLICATION_CREDENTIALS", _googleApiParams.CredentialsPath /path to JSON file/)...
AntiMatter's user avatar
1 vote
1 answer
158 views

I'm working with google api library C# and when I authorize with invalid client id, the page with 401 error opens in my browser but my program freezes and does nothing. It doesn't trow any exceptions. ...
Qweka's user avatar
  • 11
4 votes
3 answers
2k views

I'm having a headache because of google calendar API. My goal is to access my private calendar, and share some details through a web interface I will create, the problem is that after following all of ...
Guillermo Perez's user avatar
1 vote
1 answer
353 views

I am trying to use Google directory API in .NET Console Application where I want to get a user information. I keep receiving not authorised error, even though I have added the scope, done the domain ...
Anusha Swaminathan's user avatar
1 vote
1 answer
88 views

I have tried with GoogleWebAuthorizationBroker.AuthorizeAsync() but it is not working after I hosted in IIS. I have also try to use AppFlowMetadata but it is not open a new tab to ask for login.
Lim Koktown's user avatar
0 votes
1 answer
514 views

How can I verify if a Google Api token that comes from any frontend to my .net core 6 api is enabled with my idCliente credentials. example: var validPayload = await GoogleJsonWebSignature....
Steven Canales's user avatar
1 vote
1 answer
1k views

I'm currently developing an app in .NET c# for my own company and I'm facing some trouble when trying to use a HTML template to send a automated e-mail to my users with my app in c#. C# Code to send e-...
ReDevil's user avatar
  • 33
1 vote
2 answers
475 views

I would like to use .net variant of Google Cloud Client Libraries (Resource Manager for creating new project, for example). I wouldn't like to use neither service account credentials nor ADC. Can I ...
sharpener's user avatar
  • 1,933
0 votes
0 answers
472 views

Issue I'm using Google Cloud Pub/Sub in my C# application to pull messages from a topic every 5 seconds using a scheduled task. However, after running for some time, I encountered the following ...
jeff chen's user avatar
1 vote
1 answer
269 views

I am trying to use Batch Requests with the Google Calendar API for .NET. What I am finding is that if there is any problem with an event in the batch it raises an exception and the whole batch fails ...
Craig's user avatar
  • 36.9k

1
2 3 4 5
26