SteveWinward / GoogleSheetsWrapper

Google Sheets API .NET Wrapper Library
MIT License
48 stars 13 forks source link

Alternative authentication methods (to service accounts) #39

Open rohan-gaitonde opened 7 months ago

rohan-gaitonde commented 7 months ago

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 / domain.

Is it possible to authenticate via other methods (e.g. user accounts with OAuth)?

SteveWinward commented 7 months ago

@rohan-gaitonde today this library only supports service account authentication. The native Google Sheets API does support this so it is possible to configure this, just not supported today in the GoogleSheetsWrapper API.

I'm tagging this with the enhancement label so if anyone has the cycles to implement this into this library they can create a pull request for it.