GASをつかうGoogle Docsの既存ファイルを開く
* 実際のところ
URLから
var doc = DocumentApp.openByUrl( 'https://docs.google.com/document/d/1234567890abcdefghijklmnopqrstuvwxyz_a1b2c3/edit');
IDなら
// Open a document by ID. var doc = DocumentApp.openById('DOCUMENT_ID_GOES_HERE');