My task is to use Google Sheets API method spreadsheets.values.append
the easiest way possible.
This method requires OAuth 2.0, but can I make some kind of persistent token just for myself if I'm not gonna publish this app? Or, is this any "proxy-api" that allows to use that method just with their persistent key (like API key in case of Google Sheets API)?