apps-script-oauth2 icon indicating copy to clipboard operation
apps-script-oauth2 copied to clipboard

How to connect with Google Data studio using this service?

Open Khnaz35 opened this issue 3 years ago • 0 comments

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?

Khnaz35 avatar Jun 05 '22 15:06 Khnaz35