apps-script-oauth2
apps-script-oauth2 copied to clipboard
How to connect with Google Data studio using this service?
Hi , I am trying to use this oauth2 library for Google data studio: So my function is like :
function getAuthType() { var cc = DataStudioApp.createCommunityConnector(); return cc.newAuthTypeResponse() .setAuthType(cc.AuthType.OAUTH2) .build(); }
so how to proceed further from here?