How to fix redirect_uri_mismatch error with JavaScript

Have you been getting redirect uri mismatch error with JavaScript origins in your application. This is one of the most common authentication error messages you will get when you first start developing with the Google OAuth servers this error is caused by a setup issue. In this article I thought […]


.net core

Holidays with the Google calendar api and C#.

Do you have an application that needs to display holidays to your users? Are you having issues finding holidays for different countries. Well this post is going to help you do that. Today we are going to see how to request holidays from the Google Calendar API using an api […]


Google calendar large

How to get holidays with CURL

Do you have an application that needs to display holidays to your users? Are you having issues finding holidays for different countries. Well this post is going to help you do that. Today we are going to see how to request holidays from the Google Calendar API using an api […]


Google Analytics with node.js

Not all of the Google APIs contain sample code for every language. I noticed recently that there wasnt a node.js sample for the Google Analytics reporting api. I thought we would take a quick look at it. Setup Your Package.json should look as follows. I have included the googlepais library […]


Google drive downloading large files with C# 11

Are you working on an application where you would like to download large files from Google drive? This simple tutorial will show you how to download large files by chunks. Setup The first thing you will need to do is create a new project on Google developer console. For this […]


Limiting access to data in your Google Account’ emails?

This post is in response to a question on Stack overflow. The question in question was titled How do I determine which gmail permission is causing Google to send my clients ‘Limiting access to data in your Google Account’ emails?. Unfortunately you can only read this question if you have […]


Update Identity server 4 to 2.4

If you are like me and only upgrade Identity server 4 after the current version has been stable for a while then its probably time to upgrade to the new version 2.4. For the most part you should just upgraded the dlls in your project. After that you can run […]


.net core

Unit Testing with a UserManager

Are you working on a project where you would like to add unit testing. Would you like to unit test controllers that depend upon a UserManager having been added to your dependency injection. Well I did and it took a bit of working out. Setup The first thing i did […]


Visual studio

Visual studio browser launch settings

This is going to be a very short post. I am adding it because I have run across it several times and every time I need to Google it (or ask a co-worker) how to fix it. Why is my browser launching a new window? When you run your web […]


Google Analytics .Net SDK Exception

Are you working on a .Net core console application. Have you been wondering how you can send exceptions or error logging to Google Analytics from your project? Well your in luck using the Google Analytics .Net sdk You can have Google analytics exception tracking added to your project in a […]