GoogleSheetsWrapper icon indicating copy to clipboard operation
GoogleSheetsWrapper copied to clipboard

Alternative authentication methods (to service accounts)

Open rohan-gaitonde opened this issue 1 year ago • 1 comments

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)?

rohan-gaitonde avatar Mar 14 '24 10:03 rohan-gaitonde

@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.

SteveWinward avatar Mar 18 '24 23:03 SteveWinward