Skip to content

Instantly share code, notes, and snippets.

View wezardnet's full-sized avatar
🐈
Myao!

Kenji Nakahara wezardnet

🐈
Myao!
View GitHub Profile
@soundTricker
soundTricker / bigquery.js
Created June 12, 2012 12:20
BiqQuery API with Google Apps Script CheatSheet
var projectId = ScriptProperties.getProperty("projectId");
function プロジェクトの取得() {
var list = BigQuery.Projects.list();
Logger.log(list);
}