Fusion Table 与 google 电子表格同步
Fusion Table sync with google spreadsheet
我正在尝试将我的 google 电子表格与融合 table 同步,但出现此错误。
问题运行SQL:
INSERT INTO 1AB09C-nASIxDE89CXOWoipT-CzHSSg31NOQwPMHv
('Timestamp','Age','Name','Location') VALUES ('3/15/2016
14:27:27','1000','test','manila'): Exception: Access Not Configured.
The API (Fusion Tables API) is not enabled for your project. Please
use the Google Developers Console to update your configuration.. (line
311, file "Code")
我正在按照 link 中的步骤操作:
https://fusion-tables-api-samples.googlecode.com/svn/trunk/FusionTablesFormSync/docs/reference.html
这很奇怪,因为我在 Developers Console 中启用了 Fusion Table API。
如有任何帮助,我将不胜感激。
非常感谢
您必须在 Console Developer 上注册您的 Fusion Table API 并单击开关:
按照此 link 上的说明进行操作 -
https://gist.github.com/chrislkeller/3013360
非常感谢您的帮助。
现在正在工作。我只是按照 link 中的说明进行操作:
https://fusion-tables-api-samples.googlecode.com/svn/trunk/FusionTablesFormSync/docs/reference.html
正确设置触发器解决了问题。
我正在尝试将我的 google 电子表格与融合 table 同步,但出现此错误。
问题运行SQL:
INSERT INTO 1AB09C-nASIxDE89CXOWoipT-CzHSSg31NOQwPMHv ('Timestamp','Age','Name','Location') VALUES ('3/15/2016 14:27:27','1000','test','manila'): Exception: Access Not Configured. The API (Fusion Tables API) is not enabled for your project. Please use the Google Developers Console to update your configuration.. (line 311, file "Code")
我正在按照 link 中的步骤操作: https://fusion-tables-api-samples.googlecode.com/svn/trunk/FusionTablesFormSync/docs/reference.html
这很奇怪,因为我在 Developers Console 中启用了 Fusion Table API。
如有任何帮助,我将不胜感激。 非常感谢
您必须在 Console Developer 上注册您的 Fusion Table API 并单击开关:
按照此 link 上的说明进行操作 - https://gist.github.com/chrislkeller/3013360
非常感谢您的帮助。 现在正在工作。我只是按照 link 中的说明进行操作: https://fusion-tables-api-samples.googlecode.com/svn/trunk/FusionTablesFormSync/docs/reference.html
正确设置触发器解决了问题。