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
Post a Comment