Google App maker API [英] Google App maker API

查看:99
本文介绍了Google App maker API的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要将数据提取并发布到另一个应用程序.应用程序制造商提供URL提取选项,以从公共API获取数据.

I have a requirement to pull and post data to another application. App maker provides URL fetch option to get data from public API's.

我想从我的Intranet服务器中的应用程序访问数据,应用程序制造商是否提供了连接到外部服务器的任何选项.

I want to access data from a application in my intranet server does app maker provides any option to connect to the outside server.

URL Fetch选项用于消耗数据,如果我需要传递一些数据,是否可以在应用程序脚本中使用任何选项

URL Fetch option is used to consume data, if I need to pass some data is there any option available to do this in app script

推荐答案

我需要将数据提取并发布到另一个应用程序

I have a requirement to pull and post data to another application

如果您对如何提取/发布数据没有严格的要求,可以考虑通过数据库共享数据:

If you don't have strong requirements on a way how to pull/post the data you can consider sharing data via database:

选项一:共享数据库

您可以将App Maker和其他应用程序连接到相同的Google Cloud SQL数据库

You can connect App Maker and your other apps to the same Google Cloud SQL database

选项二:直接数据库连接

比方说,您有连接到Google Cloud SQL数据库的App Maker应用程序和一些连接到内部数据库的内部应用程序.在App Maker端,您可以使用 JDBC服务连接到内部数据库您可以将内部应用列入白名单,以连接到与App Maker应用连接的Cloud SQL实例.

Let's say, you have App Maker app connected to Google Cloud SQL database and some internal apps connected to your internal databases. From App Maker side you can connect to your internal databases using JDBC service and you can whitelist your internal apps to connect to your Cloud SQL instance that App Maker app is connected to.

选项三:API方式

  • At this time App Maker app cannot serve as API endpoint(How to create a rest api in app maker?)
  • But in theory it should work fine with third party services(External API)

这篇关于Google App maker API的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆