Questions tagged [google-app-maker]

DO NOT USE for new questions. The google-app-maker tag is used for questions about the deprecated Google App Maker. It was deprecated in 2021.

The tag should be used for questions about Google App Maker.

NOTE: Since April 2020 no new App Maker apps can be created. It was shut down on January 2021. Ref.

App Maker was a low-code, application development tool

1130 questions
2
votes
0 answers

How can we publish the web app with custom domain?

Good Day! We are building web apps with Google App Maker, How can we publish the web app with custom domain? Thanks. Heart
Heart Tang
  • 31
  • 1
2
votes
1 answer

Error prevents application from opening

When I attempt to open an existing appmaker project, it fails to load and returns this message. Other appmaker projects load and build just fine. The issue exists for multiple users. How can I restore my appmaker project if it continues to crash…
Brady coye
  • 120
  • 4
2
votes
0 answers

Cannot connect Google App Maker to external mysql database

I am trying to connect Google App Maker to MySQL database on digital ocean. Life of me I can't get going, I went through every possible forums and article. Initially, I had a droplet with MySQL with SSL setup, then I configured another server with…
2
votes
1 answer

Filters in AppMaker

I have created one datasource which contains only the rows that fulfil one condition. I want to create some filters in this table... but is not working. This is the datasource: For example, I have a text area which filters by the field "Title".…
jbra95
  • 881
  • 2
  • 11
  • 30
2
votes
0 answers

Google Drive API "Insufficient permissions for this file" error with Service Account

I am trying to delete permissions on a specific file in Google Drive using Google Drive API and Google Apps Script with a service account. My mission is to delete permission of a file which is shared with the option "public on the web". Things I…
darkfolcer
  • 172
  • 1
  • 3
  • 17
2
votes
1 answer

In Google App Maker, how do you display a snackbar message?

I am currently trying to build an application using Google App Maker. After a user hits a "Create" button, depending on whether the files were successfully or unsuccessfully sent, a popup snackbar should display saying "File successfully sent" or…
Eric
  • 264
  • 1
  • 5
  • 15
2
votes
0 answers

Appmaker group access permissions for developer to add group to role

I found some helpful information in this post [Adding google groups to roles ] which helped me realize I have to have permissions to at least read group membership in order to get a group to properly assign to a role under access permissions (or…
Cory G
  • 21
  • 1
2
votes
3 answers

App Maker Document approval template : How can I Add Default Approvers

I use document approval template, and I want to define default approver and stages. I have tried to change the custom value associates to the userpicker widget in EditRequest Page to define a default Approver by changing the location from…
2
votes
1 answer

How to efficiently send Batch Requests through JDBC into MySQL database in Google App Script?

I am building an application in Google App Maker that takes in a user-input Excel CSV file with 3 columns and 370,573 rows, so in total 1,111,719 data values. I am trying to efficiently input this data into a MySQL database by sending Batch…
Eric
  • 264
  • 1
  • 5
  • 15
2
votes
1 answer

Workaround solutions to Google App Script "Exception: FILENAME.csv exceeds the maxmium file size"?

I am building a Google App Maker application that takes a user-uploaded Excel CSV spreadsheet file as input. I have thought of multiple, possible solutions to reading the data from this file, but I have encountered this error: "Exception:…
Eric
  • 264
  • 1
  • 5
  • 15
2
votes
1 answer

Why is Google AppMaker is not allowing me to add database connections?

If I attempt to add a new SQL data model, a popup shows up explaining that the feature is locked and I must contact my administrator (myself). However, there is no further explanation found in the documentation on how to unlock this feature. This…
XY6
  • 3,082
  • 4
  • 21
  • 26
2
votes
1 answer

Maximize Page Value Syncing between Multiple Users in App Maker?

I would like to know how the best way and how to ensure multiple users using an App Maker app see the same data when using the App simultaneously. For example, if two users are on a ContactEdit page, for example, and they are editing the same…
bbx
  • 108
  • 9
2
votes
1 answer

How to sort a table for which its datasource is a relation

I have a Page with a Table for which its datasource is a relation and needs to be sorted based on fields from another model: Page      Datasource = Indicators Table      Datasource = Indicators [one] : MetadataText [many] (relation) The Table…
Mauricio
  • 39
  • 5
2
votes
1 answer

AppMaker - Google Drive Table not available

Please refer to my image, "Google Drive Table" option no longer available today (suddenly) ... But i checked back my existing appmaker app, i am still able to create additional google drive table but not new app Missing 'Google Drive Table'
Weilies
  • 500
  • 1
  • 7
  • 27
2
votes
2 answers

How to access Appmaker Revision ID?

I'd like to access the Revision ID for my appmaker app so I can display it inside the app somewhere. This is the ID in Settings > Revisions. How can I programatically access Revision ID?
emmby
  • 99,783
  • 65
  • 191
  • 249