Google App Maker app not working after deploy

本秂侑毒 提交于 2019-12-01 14:33:16

I am using Drive Tables as my datasource. The kind people at Google sent me a couple of links which helped me to understand what's going on: previewing and publishing your application and running as user or developer.

The crux of the issue is that when you deploy an app and run it as user (default), it doesn't take any Drive Table data with it. If you want to add Drive Table data to the deployed app, you have to do this:

  1. Open App Maker
  2. Go to App Settings
  3. Go to Deployments
  4. Select your most recent deployment and click: “EXPORT DATA”
  5. Make sure you select Preview from the Deployments drop down list.
  6. Click Export
  7. This will export all your Preview data to a new Google Spreadsheet.
  8. Now go to your Drive models in the App Maker and click “IMPORT DATA FROM SHEET”
  9. Here you can choose to import data to your Deployed version.
  10. After completing the import process, you will have all your data in the Deployed app.

All courtesy of Google but I didn't find it in the docs, so it might help someone.

Use the browser console to see if there's an error on the connection, make sure the user has access to the datasource and if you're using cloud SQL check the parameters of cloudSQL in the publication

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