问题
I have configured my marketplace app, and I would like to let the user install the app through our website instead of going to G Suite marketplace at all.
I heard that Google has released this kind of functionality called "Integrate with google" in 2014 via this video. But I was unable to find any documentation for this now.
Documentation page of this feature is giving 404 error as well.
Was this feature obsoleted already? or else can someone please help me configuring this option on my website.
Thanks
回答1:
After some research, I found the answer. You just have to add the following two line into your page.
<script src="https://apis.google.com/js/platform.js"></script>
<div class="g-additnow" data-applicationid="your-app-id"></div>
App ID can be found in the top of Configuration in "G Suite Marketplace SDK"
But there is no google documentation for this.
来源:https://stackoverflow.com/questions/59642040/how-to-install-g-suite-marketplace-application-from-our-website-integrate-with