Reputation: 85
How can I add an application to the Google Drive "New..." menu?
I've built a little script, but I don't know how to make it appear in that menu like other apps.
I want this option so that my script can ask some questions before creating a document for the user.
Upvotes: 1
Views: 458
Reputation: 45750
That functionality is not provided by Google Apps Script, and isn't under your programmatic control.
If you publish an app in the Google Apps Marketplace, you have the option to have your app configured as a Drive extension; if the app is accepted, that configuration results in the app appearing as a "New / More" option once installed.
Upvotes: 1