Google App maker API

自古美人都是妖i 提交于 2019-12-11 17:27:36

问题


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.

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 option is used to consume data, if I need to pass some data is there any option available to do this in app script


回答1:


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:

Option one: shared database

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

Option two: direct database connection

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.

Option three: API way

  • 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)


来源:https://stackoverflow.com/questions/47742984/google-app-maker-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!