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

android - IllegalStateException: Cannot call this method while RecyclerView is computing a layout or scrolling -

go - serving up pdfs using golang -

how to add preprocess loader in webpack 2 -