G Suite Marketplace “Integrate With Google” is not visible for new unpublished app - google-apps-marketplace

I am developing G suite marketplace app. I have created new project and add G suite market place sdk as per google documentation. I do not see "Integrate With Google" in Configuration page for G Suite Marketplace SDK settings. Is there any thing to be done for this button to appear, so that I can test the app? Regards

Thank you for your report. We have identified the problem and we are working on a solution.
Update: The issue has already been fixed.

Related

"Test installation flow"/"Integrate with Google" button missing

I'm working on a project, which integrates with some G Suite services, and is implemented using G Suite Marketplace SDK, so we can have it published on the GSM. We have unpublished versions of the app, which are used for testing.
Up until a few days ago, we were able to test the app, by going to Cloud Console at https://console.developers.google.com/, then to "G Suite Marketplace SDK", then to "Configuration", where we had a an "Integrate with Google" button. Earlier, this button had a "Test installation flow" label.
A few days ago, the button disappeared. No errors are shown. What I did notice as well, is that the Cloud Console UI changed as well (e.g. Configuration renamed to App Configuration, there's also a "Store listing" option etc.)
Does anyone have any idea about why the button might have disappeared?
Reported in Issue Tracker:
I have filed a bug in Issue Tracker regarding this behaviour:
Button “Integrate with Google” does not get displayed in the “Configuration” tab of Marketplace SDK
To anyone affected by this, I'd suggest clicking the star on the top-left of the referenced page, in order to keep track of its development and to prioritize it.
Update from Issue Tracker: Marketplace SDK UI has recently changed:
The disappearance of this button is caused by a change in Marketplace SDK UI, which also explains the other changes you noticed (e.g. App Configuration). This from Issue Tracker:
There as been an update in the UI, and the button Integrate with Google has been removed from the new UI.In any case, there are other ways to test add-ons before publishing them publicly (see here), including installing an unpublished one, deploying an Apps Script web app for testing or publishing the app privately so that it's only visible to users in your domain.As a sidenote, recording a video of an app is no longer required for OAuth review when trying to publish it to the Marketplace (for which this button was useful).

Cannot trigger Domain-wide installation for a test G Suite marketplace project

I have a test application, created through the Google Developers Console. The application use the G Suite Marketplace SDK and G Suite Marketplace API. The application also uses domain-wide installation.
Usually, to test this app, I go to APIs & Services > G Suite Marketplace SDK and click the "Integrate with Google" button.
Once I click the "Integrate with Google" button, I get to see the following screen:
Usually, when I click the "Continue" button, the app is installed and I can successfully integrate with the application. However, this stopped working for one particular test G Suite domain.
Thing is: I see no error. After clicking the "Continue" button, simply nothing happens.
Any clue how I can troubleshoot this further?
After I updated the billing information, the integration started working again.
And then, after some time, it stopped working again, because the "Integrate with Google" button was completely removed. That was due to an update in UI. Also, the only way to test integrations now is to "publish" an application with private visibility.
Also see: "Test installation flow"/"Integrate with Google" button missing

How to install G Suite Marketplace application from our website? (Integrate with google button)

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
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.

How to change visibility of G Suite Marketplace app?

We published an application in "My Domain" visibility to test it, but now want to switch it to become publicly available. However, it appears Google doesn't allow the visibility to be changed once it's been set. What is the right approach to handle this case?
Unpublishing the app or disabling then re-enabling the G Suite Marketplace SDK don't seem to help, and it's not apparent how to "wipe" the application and start a brand new one.
According to this comment by #Lucas, the only way to resolve this is to create an entirely new GCP project.

G Suite Marketplace SDK Test Installation Flow gone

The Test Installation Flow button has disappeared from our unpublished G Suite Marketplace apps in the Configuration page for G Suite Marketplace SDK settings in the Cloud Platform Dashboard. We use unpublished apps for QA purposes. Our published project, we see that Configuration page now shows 'Integrate with Google' button. This disappearance happened within the last few weeks. Is there some way to get the Test Installation Flow button back?
Regards,
LT

Resources