0

Google's App Maker Setup Instruction seem to be inaccurate! I am closely following the instructions found on https://developers.google.com/appmaker/models/cloudsql

For: Create a custom Google Cloud SQL database for your app/ Second Generation

Step 6a is not valid

There is No Database Found in the Settings

Note I have followed all of the previous steps without issue.

Does anyone know what I can do to follow those intructions listed on the url above if Step 6a appears to be incorrect?

Note: This is my first ever post on stackoverflow, please be kind to my ignorance if obvious.

Thanks!

JRK
  • 1
  • I too am stuck at this step - it appears there is something missing in the documentation. I wonder if it is something to do with me using an Edu account..? – user976321 Jun 15 '18 at 07:49

1 Answers1

0

This is how to set it up: Connection from App Maker to Cloud SQL is locked

Basically, you need to assign the default instance within the Admin Console.

  • Mike
user976321
  • 123
  • 1
  • 7
  • Very good, I have followed those instructions. Nothing has changed yet but maybe I will need to wait 24 hours? It's been about 15 minutes so far. I will wait. Unless you know something else. It's interesting that when I added the instance name within Google Admin/Apps/Appmaker/Database settings it doesn't verify or visually tell me that it worked, saved, etc. – JRK Jun 15 '18 at 13:25
  • It worked very quickly for me - definitely within 5 minutes. Maybe you had not fully saved, perhaps? – user976321 Jun 16 '18 at 13:47
  • Is the project you are using assigned to any organization unit? The SQL database has to be in a project that is under some organization unit. – zaplec Aug 21 '19 at 11:00