7
votes

I have an add-on for Google Sheets that's currently being tested within my domain. For this post, let's call it My First Add On. When users install the add-on they're prompted for permissions, but it always appears as "Untitled project" in the dialog box:

Screenshot: Sign in with Google prompt

The project name is set to My First Add On everywhere I can find:

  • The Google Apps script project name
  • The Google Cloud Platform project name (IAM > Settings)
  • The Google Chrome Web Store add-on name (Developer Dashboard)

My add-on is published with 'private' visibility, available only to people in a given Google Group (my trusted testers).

I've searched through documentation and forums to see what I'm missing here, but can't find anything that covers this scenario.

This has to be something basic, but I'm completely stuck and the only support option available to me is to post here. I'd be grateful for any help, folks!

1
I've seen something similar, where the name of the script isn't updated if you test it before saving the name (ie, create a name when prompted rather than before testing). Try clearing your cache, closing out of the tab, etc, and then launching again. I'm not sure it's something you can fix in code or listings anywhere.Brian
@Brian You nailed it! It was some kind of annoying caching bug. If you post your comment as an answer, I'll gladly mark it as such. You deserve the kudos for taking the time to help me out.Mathew

1 Answers

3
votes

I've seen something similar, where the name of the script isn't updated if you test it before saving the name (ie, create a name when prompted rather than before testing). Try clearing your cache, closing out of the tab, etc, and then launching again. I'm not sure it's something you can fix in code or listings anywhere.