Corprio library for accessing Google APIs
$ dotnet add package Corprio.GoogleLibThe Corprio.GoogleLib project includes functions to faciliate the use of Google API services.
To use Google APIs, you need to set up authentication and authorization. Follow these steps:
"oAuth": {
"google": {
"clientId": "your client ID",
"clientSecret": "your client secret"
}
}