I wanted to verify if my PowerApps Portal app was at least version 9.3.2... I tried looking for the Portal version in the Portal Management and the Power Platform Admin Center without success.
After some searching, I was able to view the PowerApps Portal version by using https://<your_portal>.powerappsportals.com/_services/about. Result should be similar to below:
You can go to https://make.powerapps.com/ which will take you to the homepage. Go to the Apps section(left-hand side), you can see all your apps listed. Go to your corresponding app and click on the 3 dots on the right side and from their go-to Details . It opens up a screen, now click on the Versions tab and there you can see all the versions of the app, the current version, and the live version.
Related
Hi my organisation has been creating an app on microsoft teams that allows users to view glpi website inside of a teams tab. The app in itself is just a shortcut to make it easier for the users to navigate through teams.
We need to use an html file with java script in it so that the app redirects to the website in a tab as microsoft teams doesn't allow us to show external website inside of a teams app.
My question is the following : Is it possible that when as a user i click the app button and the redirection to the website tab happens, that this tab automatically expands so that it take all the space inside the teams client. I want it to trigger the "expand the tab" option. (I accept whatever solution you may find because i haven't been able to find something relevant)
This was my first post i thank you for you time and effort and for reading me, have a nice one.
(I tried my best to review this before posting but i'm not sure that i haven't made any mistakes).
I have tried a bunch of useless edits...
There doesn't seem to be any graph API available for pin an App.
We have app related graph API available for add app to team and install app to user.
Ref Doc: https://learn.microsoft.com/en-us/graph/api/team-post-installedapps?view=graph-rest-1.0&tabs=http
https://learn.microsoft.com/en-us/graph/api/userteamwork-post-installedapps?view=graph-rest-1.0&tabs=http
To redirecting your Tab in application you can use deeplink to Tab of an application.
Reference Document: https://learn.microsoft.com/en-us/microsoftteams/platform/concepts/build-and-test/deep-link-application?tabs=teamsjs-v2#generate-a-deep-link-to-your-tab
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).
I want to test the Calling API of Teams, when enabling Calling Bot function in App Studio, there is a hint as below:
Calling endpoint
Manage the calling endpoint for your bot here.
(This feature is in beta and only available for users using the Developer Preview version of Teams.)
So I got below link to help enable Developer Preview version of Teams, but there is no the About → Developer preview menu.
//https://learn.microsoft.com/en-us/microsoftteams/platform/resources/dev-preview/developer-preview-intro
Enabling uploading of apps in the admin console of your tenant as described here.
Click on your profile (either in the upper right or lower left of the Teams interface) to display the Teams menu.
Select About → Developer preview.
Select Switch to Developer preview.
Has the method been changed, or I haven't the right way?
You can enable it by clicking your profile, like below.
the teams version I am using is "1.2.00.24753", Please ensure that you are using the relevant version of Teams client, and if some setting was changed in Admin Console, you can log-in again to make it work.
You can enable Developer Preview in Teams via changing the Teams policies from Admin Center.
You need to open Update policies settings and set the policy you want to use to "Enabled" (the default is "Follow Office Preview").
[enter image description here][1]
[1]: MS Teams Update policy
Hi Google Admin SDK Devs,
We're having trouble updating our Google Apps Marketplace listing. It's already published (and has been for a while with 5 stars and 50K+ users), but we'd like to update it with new screenshots and content.
When we go to the "Publish" tab, all of the fields are filled out but the "Update" button at the bottom remains disabled.
Can you help please?
The publish tab is currently used only for Gmail add-ons. You have to update the images in the corresponding Chrome Web Store listing and they will be sync in the G Suite Marketplace the next day.
Ok, so without much notification given, adding market place listings to your vendor profile is no longer possible. The 'create new listing' button is greyed out.
I need to make changes to an existing marketplace listing but that gives errors. We are forced into the new SDK.
So I went ahead and enabled the apps market SDK, filled out all details including images of all sizes, add a COB extension for the contextual gadget and saved the whole thing.
A minute later I return to make a modification and dang... error: "We are looking into this.".
#Google: HELP !
UPDATE : I can reliably reproduce the error as explained here.
Enable Google Apps Marketplace SDK in your project
click on the gear icon, you will be directed to the old API Console
Fill out all details
Add a COB extension (Contextual gadget)
Save everything
Close the API console
Go back to your cloud console -> Google Apps Marketplace SDK
Click on the gear icon again
ERROR
Tested with several google accounts on different computeres and multiple projects on the cloud console.
#jonathanberi could we have a status on this issue, please? We are experiencing the exact same issue and we are unable to publish our app (which is ready) because of this bug. We have tried both creating a new Google Apps console project from scratch as well as modifying a draft of a yet to be published page with the same result. Is any information that we could provide to help?
You must fill out parameter name and a paramter value or your cloud console will return errors and you will not be able to recover from this.
Ouch, that were 3 useless weeks....