Get file content with Google Apps Script Advanced Drive API - Drive.Files.get - or export
问题 I need to get the file content of a text file using the Google Apps Script Advanced Drive Service . This question is specific to Google Apps Script. It is possible to get file content by making an HTTPS Request using the Drive API, but I don't want to make an HTTPS Request. So, I'm not asking for a "work around" or a way that does not use the Advanced Drive Service . It is possible to get file content using an HTTPS Request to the Drive REST API using the file's self link and the "alt=media"