Amit
Amit

Reputation: 6304

Google Data Studio Connector Get Report URL

When someone goes to a data studio connector and creates a new report, that data studio report is saved in their Google Drive. Is there a way to programmatically get a link to that report from the apps script code, like other Google Drive integrations?

For example, Google Sheets plugin would need:

var sprURL = SpreadsheetApp.getActiveSpreadsheet();
Logger.log(sprURL.getUrl());

Upvotes: 1

Views: 301

Answers (1)

Minhaz Kazi
Minhaz Kazi

Reputation: 3168

This is currently not supported.

Upvotes: 1

Related Questions