【问题标题】:accessing fusion table with insert into使用 insert into 访问融合表
【发布时间】:2023-03-26 04:00:02
【问题描述】:

我正在尝试通过 http 命令将数据插入到融合表中:
"https://www.googleapis.com/fusiontables/v1/query?sql=INSERT INTO MyTableId (FName, LName, IdNumber, PhoneNumber, PostBox) VALUES ("AAAAAA", "BBBBB", "111111111", "2222222", "99")?key=MyApiKey" 。 google chrome 给了我错误代码 403,与 eclipse WebView 相同,但 IE 要求输入用户名和密码。 * IE 不接受我的谷歌帐户,所以我必须提供什么用户名和密码?
* Google Chrome 和 Eclipse 有什么问题? 谢谢。

【问题讨论】:

    标签: google-fusion-tables


    【解决方案1】:

    INSERT 需要 POST 方法。此外,必须在请求中提供access_token,请参阅:https://developers.google.com/fusiontables/docs/articles/oauthfusiontables

    【讨论】:

      猜你喜欢
      • 2012-12-03
      • 2013-03-13
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-07-06
      • 1970-01-01
      • 1970-01-01
      • 2015-02-21
      相关资源
      最近更新 更多