I have created one app in Appmaker, I want to download certain reports from the Drive tables in Appmaker. For this currently I am creating SpreadSheet using Drive APIs. I wa
It seems that you can get download URL using DriveApp Apps Script service
// Server script var downloadUrl = DriveApp.getFileById(FileIdGoesHere).getDownloadUrl();