Google Apps Script でのプログラミング等に関する質問スレです Excel や Access の VBA に不満のあるあなた web アプリだけでなくクライアントアプリからも利用したいあなた ローカルなデータベースやファイルだとバックアップに不安のあるあなた
ム板に無かったので立ててみます
Google Apps Script ttps://developers.google.com/apps-script/ Google Drive API ttps://developers.google.com/drive/ Getting Started with the Google Data Python Library ttps://developers.google.com/gdata/articles/python_client_lib
function getCsvSample() { var folderId = '***********'; var destfolder = DriveApp.getFolderById(folderId); var date = "2016-08-04"; var response = UrlFetchApp.fetch("hesonogoma.com/stocks/media/swf/copy_csv_xls_pdf.swf"); destfolder.createFile(date + '.csv', response.getContentText('Shift_JIS')); }