node.js - NodeJS. Google Execution API. OAuth server side -


i'm trying use google execution api (call script modify of google spreadsheets) within backend part (nodejs server). problem i'd make authorized api calls without user/ui login interaction (like in case of oauth 2 flow), rather own account's api key or whatever, point use google execution api 'silently'.

as can see far - can achieved using service account key, somehow cannot access scripts attached documents. maybe i'm missing , me out issue?


Comments

Popular posts from this blog

python - What's the Pythonic way to report nonfatal errors in a parser? -

angular - Converting AngularJS deffered promise to AngularX observable for JSOM -

python - AssertionError when trying to assert return value from two dictionaries with py.test -