I want to display a message & install-button to the user if he did not yet install my drive app from Chrome Web Store.
Is there a way to tell if the app has been installed?
I can already access the list of apps, but I don’t find a way to distinguish whether the user can create files from the Drive “Create”-menu and see my file icons or not.
You can retrieve this information by sending an authorized
GETrequest to thedrive.about.getendpoint. The returned metadata will include aisCurrentAppInstalledattribute set totrueif your app has been installed by the user: