4

My NodeJS Google Calendar App's google permission page titles my app as "quickstart" , how do I change this version. I am new to stack overflow so please excuse if I didn't get the format of asking a question right.

I have already tried changing the name of the app in the credentials.json file.

I was hoping there would be a way to change the app name in google's permissions page as "quickstart" does not look very professional.

Linda Lawton - DaImTo
  • 106,405
  • 32
  • 180
  • 449
Archit Kithania
  • 177
  • 4
  • 13

1 Answers1

7

The name that pops up on the consent screen is configured in Google developer console

enter image description here

You can control everything though this page.

Linda Lawton - DaImTo
  • 106,405
  • 32
  • 180
  • 449