我正在尝试使用JavaScript库通过Gmail API发送邮件。这是我的角度控制器。我收到错误,因为Get Token未定义, OleDbCommand command2 = new OleDbCommand("insert into Table2([TableID], [OtherInfo], [OtherDocument] values (@TableID, @OtherInfo, @OtherDocument)", connection);
command2.Parameters.AddWithValue("@TableIDID", id);
command2.Parameters.AddWithValue("@OtherInfo", txtOtherInfo.Text);
command2.Parameters.AddWithValue("@OtherDocument", txtOtherDocument.Text);
command2.ExecuteNonQuery();
command2.Parameters.Clear();
函数。
getClientRequestHeaders()