Michael Vivet

Results 39 comments of Michael Vivet

Hi I tried you demo project and it works for me.

I haven't had the time to look at it yet. It will be sone time before i get to it. I suggest you follow @bobbyangers suggestion, as you can customize...

Try and build this branch: https://github.com/vivet/GoogleApi/tree/VERSION_424 ...and then use this when registering Google api's. ```csharp services AddGoogleApiClientsNoHandler() ``` if it works for you I will merge the branch and release...

Seems your application is running with the nuget and not the lical build

Hi Not sure I can do much more. You can try experiment wirh code base, and see if can figure it out.

you are injecting the api's and not using the facede, right?

You need to inject the api you want to use

If you are doing: GoogleMaps.Directions.Query(...), then it's wrong for what you are trying to accomplish

QueryAsync 😀 ... Sorry didn't see you already used QueryAsync. Try add .ConfugureAwait(false)