-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
Hi Afsar,
This might be not a valid request but can you help with this i am trying to connect to get to data studio from app script and want to use oauth2 validation method for this
`function getAuthType() {
var cc = DataStudioApp.createCommunityConnector();
return cc.newAuthTypeResponse()
.setAuthType(cc.AuthType.OAUTH2)
.build();
}
function isAdminUser() {
return true;
}`
Trying this one but couldn't get clear https://github.com/googleworkspace/apps-script-oauth2
Thanks in advance for your help.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels