VOOZH about

URL: https://www.nuget.org/packages/BizDoc.Core.G-Suite/

⇱ NuGet Gallery | BizDoc.Core.G-Suite 6.8.2




BizDoc.Core.G-Suite 6.8.2

Suggested Alternatives

BizDoc.Authentication.G-Suite

dotnet add package BizDoc.Core.G-Suite --version 6.8.2
 
 
NuGet\Install-Package BizDoc.Core.G-Suite -Version 6.8.2
 
 
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BizDoc.Core.G-Suite" Version="6.8.2" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BizDoc.Core.G-Suite" Version="6.8.2" />
 
Directory.Packages.props
<PackageReference Include="BizDoc.Core.G-Suite" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BizDoc.Core.G-Suite --version 6.8.2
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: BizDoc.Core.G-Suite, 6.8.2"
 
 
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package BizDoc.Core.G-Suite@6.8.2
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=BizDoc.Core.G-Suite&version=6.8.2
 
Install as a Cake Addin
#tool nuget:?package=BizDoc.Core.G-Suite&version=6.8.2
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

G-Suite for BizDoc

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.

Configure G-Suite

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.

Authentication

To use OAuth2 authentication, add the following:

 services.AddBizDoc().
 AddGSuite(options => {...}, configure => configure.AddAuthentication());
...
 app.UseBizDoc().
 UseGSuite().
 UseAuthentication().
 UseIdentityProvider();

Email Delivery

To use GMail for outgoing emails, add:

 AddGSuite().
 UseEmailer();

Email Feedback

To pull email reply, add the following:

 UseGSuite().
 UseGMailFeedback();

Widgets

Staff Performance, of groups in which the current user is a manager.

Types

Roles.

Groups.

Organization Units.

Workflow

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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

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
Loading failed