Query 1 :
I have published my app in Gsuit Market place,what I want any admin can install my app by mine platform ie if he can install app (mine published) without going Gsuit marketplace.
So is there any Gsuit API for the same by using it we can install app on the behalf of him (Admin who wants to install App).
Query 2 :
This there any API why which we can fetch all the users those installed my published app.
Query 1
This feature doesn't exist yet, not even mentioned in Control user installation of Marketplace apps.
Query 2
Don't think there is. Even Google Analytics API only show daily active users and not the specific users themselves.
Related
I've set up free Power BI access for myself. Then I've upgraded it into "Pro trial" licence.
For testing purposes, I was trying to install some Power BI apps from AppSource.
However - for every app I was trying to do this - the following error message appears:
This app hasn't been listed on AppSource. You don't have permissions to install this app.
Contact your admin about permissions for installing this app.
Apps may contain security or privacy risks. Only install apps from trusted authors and sources. Learn more
I’m not sure where I should set up additional permission for doing it on my account because my account is Global Admin of organization (and this is the only account set up at this moment). And the licence which is currently assigned to my account is “PowerBI (free)”
Any hints?
Go to Admin portal -> Tennant settings and check if Install template apps is enabled:
I have installed WSO2 IoT server 3.1.0. The server is running successfully. I am able to log in. I have created few apps in publisher and published them. When I access the app store from my android device. I am not able to install these apps.
Picture 1:
Picture 2:
Problem :
When I click on the "NEXT" button , nothing happens. And app is not downloaded.
CheckList:
User have access to installing the apps.
Device is successfully enrolled with the IoT server.
Same credentials are being used to accessing the app store as for enrolling the device.
Questions:
Do WSo2 APP manager and devicemgt solution are pre integrated in IoT server or do I have to do it manually?
If these services are pre-configured then how can I make sure that it is correctly configured?
Will a list of enrolled devices is shown, when a user clicks on install?
IF someone can give some insights that would be much helpful.
I have setup WSO 2 emm 2.0.1 . I have published two public applications via publisher console. And then done enterprise install of the applications for some of the users from store console with admin credentials. Now the applications are visible in My subscription tab store If I login with users credentials. If I try to install applications on the device by clicking on application it gives an error as none of your devices are enrolled.
Is it possible to create a product on amazon programmatically using the api? I would ideally like to create a product using the spree commerce CMS and at the end of the day sync products between the CMS and an online amazon store.
On the Amazon side, you can create products using the Amazon Marketplace Web Service, in particular the feeds API (code samples here).
On the Spree side, you can make this happen by either writing an extension, or by using Spree's middleware product (Wombat) and creating a custom integration for it.
Spree is pushing hard for more integrations that have broad appeal, and syncing with Amazon MWS definitely fits the bill, so you may be able to contact them and get some help doing these things (my company is a Spree partner, and we're currently working on an open source integration to a popular CRM tool for another seller).
My team is trying to develop a product for the google apps marketplace and I am having issues with the workflow in the new ADMIN SDK.
With the now deprecated Provisioning API we simply ask for a username and password from the account we are trying to manage.
With the ADMIN SDK it seems as though they would need to go enable the API, create a key and do a lot of manual work for this to happen. This really is a tough option for us as the technical level of our clients is not likely to be able to make this transition.
Is there something like the work flow for the provisioning API where they can enable management from a third party or a recommended workflow for a developer to build an application that can access any number of google apps accounts?
A use case for this is say I want to develop a different option for a console, I want to build a console web app and simply ask for credentials or easy setup routine and allow our users to manage their google apps account in a different way.
Thanks in advance,
Steve
The Admin SDK Directory and Reports APIs work correctly with 2-legged OAuth 1.0a which is what the Google Apps Marketplace currently supports and automates. You do need to turn the Admin SDK on under "Register for additional APIs" from your Vendor Profile page on the marketplace. Also, the Administrative APIs for the domain must be turned on. You'll get a generic error that the domain cannot use the APIs if it's off in which case you can direct the client to the exact CPanel page where they can turn it on.