I am writing a .Net code to populate Google sheets from console application.
Reference article https://www.hardworkingnerd.com/how-to-read-and-write-to-google-sheets-with-c/
I understand that we should give access to the service account.
In my organization, I could not share it with the service account and i am hitting the below error.
Sorry, an item cannot be shared outside of [Company]
Is there a way to access/read/write the Google sheets via my own account
Any help on this (.net code) using own account instead of service account will be much appreciated.