GoogleSheetsWrapper icon indicating copy to clipboard operation
GoogleSheetsWrapper copied to clipboard

Google Sheets API .NET Wrapper Library

Results 2 GoogleSheetsWrapper issues
Sort by recently updated
recently updated
newest added

At the moment, we can only authenticate with service accounts. The problem is that service accounts cannot access Shared Drives because it is restricted to members of the organization /...

enhancement

Service accounts cannot access Shared Drives restricted to organization members. This adds OAuth 2.0 user credential support alongside existing service account authentication. ## Changes **Core API additions:** - `SheetHelper`, `SheetAppender`,...