Reputation: 6304
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