![]() |
VOOZH | about |
dotnet add package BizDoc.Core.G-Suite --version 6.8.2
NuGet\Install-Package BizDoc.Core.G-Suite -Version 6.8.2
<PackageReference Include="BizDoc.Core.G-Suite" Version="6.8.2" />
<PackageVersion Include="BizDoc.Core.G-Suite" Version="6.8.2" />Directory.Packages.props
<PackageReference Include="BizDoc.Core.G-Suite" />Project file
paket add BizDoc.Core.G-Suite --version 6.8.2
#r "nuget: BizDoc.Core.G-Suite, 6.8.2"
#:package BizDoc.Core.G-Suite@6.8.2
#addin nuget:?package=BizDoc.Core.G-Suite&version=6.8.2Install as a Cake Addin
#tool nuget:?package=BizDoc.Core.G-Suite&version=6.8.2Install as a Cake Tool
BizDoc G-Suite integration can be configured to handle authentication, email delivery and email feedback.
To integrate G-Suite, first add the following to startup.cs:
services.AddBizDoc().
AddGSuite(options => {
o.ApplicationName = "{your-app-name}";
o.FilePath = "{path-to-client_secret.json}";
// o.ApiKey = "...";
});
...
app.UseBizDoc().
UseGSuite();
Other options are Customer and Domain.
Create a project at Google API Console, enable Gmail API.
Create credentials for read-only users, roles, role assignments and organization units.
Download credentials JSON file and place it in your project. Set the file properties Build Action to Content. Provide the ApplicationName and the file name to ClientSecrets above.
To use OAuth2 authentication, add the following:
services.AddBizDoc().
AddGSuite(options => {...}, configure => configure.AddAuthentication());
...
app.UseBizDoc().
UseGSuite().
UseAuthentication().
UseIdentityProvider();
To use GMail for outgoing emails, add:
AddGSuite().
UseEmailer();
To pull email reply, add the following:
UseGSuite().
UseGMailFeedback();
Staff Performance, of groups in which the current user is a manager.
Roles.
Groups.
Organization Units.
Role. Select a role from Roles in form workflow.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 net6.0 is compatible. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 6.8.2 | 1,103 | 10/19/2022 | 6.8.2 is deprecated because it is no longer maintained. |
| 6.8.1 | 919 | 10/18/2022 | 6.8.1 is deprecated because it is no longer maintained. |
| 6.8.0 | 856 | 10/16/2022 | |
| 6.7.5 | 883 | 9/15/2022 | |
| 6.7.4 | 861 | 9/15/2022 | |
| 6.7.3 | 901 | 9/15/2022 | |
| 6.7.2 | 832 | 8/9/2022 | |
| 6.7.1 | 889 | 7/31/2022 | |
| 6.7.0 | 849 | 7/21/2022 | |
| 6.6.6 | 925 | 7/3/2022 | |
| 6.6.5 | 876 | 6/26/2022 | |
| 6.6.4 | 856 | 6/23/2022 | |
| 6.6.3 | 859 | 6/20/2022 | |
| 6.6.2 | 863 | 6/15/2022 | |
| 6.6.1 | 877 | 5/28/2022 | |
| 6.6.0 | 881 | 5/20/2022 | |
| 6.5.4 | 929 | 4/29/2022 | |
| 6.5.3 | 892 | 4/14/2022 | |
| 6.5.2 | 885 | 4/6/2022 | |
| 6.4.0 | 931 | 3/10/2022 |