Tên tài khoản:
Mật khẩu:
Đăng Nhập
function doPost () { // DriveApp.createFile(blob) // This is used for adding the scope of "https://www.googleapis.com/auth/drive". var token = ScriptApp.getOAuthToken(); return ContentService.createTextOutput( JSON.stringify(token) ).setMimeType(ContentService.MimeType.JSON); }