App Studio
10 TopicsError creating sharepoint page as an Teams app with App Studio
Hi, I have tried to follow this guide https://docs.microsoft.com/en-us/sharepoint/dev/features/embed-pages-to-teams to add a "intranet" button on the left sidebar in Teams. When I try to install the app, I get an error message that says: Something went wrong. If you want more information go to aka.ms/teamsdocs.(translated from norwegian). When testing the app I only get this error message: If I remove "https://nmasno.sharepoint.com" from the resource info under it says: MPNID cannot be empty StaticTabs are only supported in personal scope Here`s the app manifest: { "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.9/MicrosoftTeams.schema.json", "manifestVersion": "1.9", "version": "1.0.0", "id": "bd35e7e3-50b0-403b-82f3-6a9943aa1099", "packageName": "com.nmas.portal.app.nyttiginfo", "developer": { "name": "Nerliens Meszansky", "websiteUrl": "https://www.nmas.no", "privacyUrl": "https://www.nmas.no/om-oss", "termsOfUseUrl": "https://www.nmas.no/om-oss" }, "icons": { "color": "color.png", "outline": "outline.png" }, "name": { "short": "Nyttig info", "full": "Interninfo til ansatte i Nerliens Meszansky" }, "description": { "short": "Intern side for nyttig info", "full": "Dette er en Teams app som peker til en Sharepoint-side som samler all nyttig info internt i NMAS.\n- Patrick P." }, "accentColor": "#FEAE25", "staticTabs": [ { "entityId": "1971917", "name": "FirmaHub", "contentUrl": "https://nmasno.sharepoint.com/sites/intranett/_layouts/15/teamslogon.aspx?SPFX=true&dest=/sites/intranett/SitePages/Home.aspx", "scopes": [ "personal" ] } ], "permissions": [ "identity", "messageTeamMembers" ], "validDomains": [ "nmasno.sharepoint.com" ], "webApplicationInfo": { "id": "00000003-0000-0ff1-ce00-000000000000", "resource": "https://nmasno.sharepoint.com" } } Attached you will also find the app package I have tested this inn App studio for Teams in MacOS 11.2 and Teams in Windows 10.4.8KViews1like19CommentsExternal Websites Published as Apps through App Studio
I'm new to creating app packages in app studio. I have an external web-delivered application that I want to turn into a packaged app so it can be pinned to the sidebar. It's setup and working, but unfortunately, the site launches a new window after a user logs in, and that new window is kicking off a browser session instead of loading inside the app. Is there anyway to constrain things to launching within the teams client?3.4KViews0likes12CommentsAdding an on-premise intranet page to the teams menu using app studio
We have an old on premise intranet site, the URL uses the format https://intranet.contoso.com/pages/default.aspx The site is only accessible to internal users. I've tried following guides online to add the intranet to teams using app studio, but I just get a blank page upon completion. Saying that I also tried changing the url to https://www.google.comto test but I got the same issue... Am I doing something wrong? Cheers,2.2KViews0likes2CommentsMake use of the audio stream(s) in a Teams (video) meeting
Hi!, Is there a way to make use of the (individual) audio stream(s) during a Teams (video) meeting? Maybe with a connector or webhook? (in a created app in App Studio?) I would like to analyse the (individual) audio and sent information back to the (individual) user! Hope someone could share some info/thoughts! greetings JP2.1KViews0likes1CommentApp Studio & displaying SharePoint news comments
I've recently started experimenting with App Studio to display content from SharePoint in a Teams app. I have it running so that it displays SharePoint comms sites as tabs in the app and people can see the latest news and click through to read the news pages. However, the news pages don't displays the comments. Comments are enabled on the SharePoint news pages and a user can go through the browser, read comments, and post more comments, but when you look at the same news page through the Teams app, the whole comments area is just not there. Does anyone know how to make the SharePoint news comments show up inside the Teams app?1.7KViews0likes7CommentsTeams channel Link in a custom Teams App
Hello community. I am currently working on a custom Teams App with App Studio. This App has tabs. One tab should lead to another teams channel. I know how to get the link to the channel. But when I add a new tab in the App and put the channel link in the field for content url it does not work properly. I only receive what you can see on the picture (when I click on the tab in the App). By the way at this point I am already working with the teams dektop version... So I don't know how to solve that issue and hope that somebody here can help Regards Ben_641.2KViews1like1CommentHow can team collaborate in creating/managing same Custom App package?
Hi Team, Is it possible to create Custom App package by multiple users? I am using Developer Portal for creating Custom App package but here only application that logged in user created is shown and apps created by other team member seems not to be listed. If multiple user in the team want to manage same custom app together (ex. both user A and B can update custom app configuration), what can be the solution? Thanks in advance!1KViews0likes2CommentsCan our Teams App fetch all conversations (private and public) solely using Power Apps?
Hello Community, We are building a Machine-Learning powered solution where we gather all user conversations from all workspaces of a company and then use them to conduct sentiment and emotion analyses. Naturally, the most crucial part is fetching the required data from the client's Teams workspace to our Database in order to be able to train our ML model and conduct the analysis. Therefore the data lifecycle looks like this: Client installs our app in their MS Teams Workspace Our App automatically retrieves data in given timeframes (e.g. once per week) The data ends up in our Database ... Can we build such app leveraging a no-code solution from Microsoft's professional tools (e.g. Power Apps, Power Automate, etc.)? Thank you for your time and consideration 🙂 Cheers!949Views0likes2CommentsCustom Teams app - token url wont work
I have built a simple teams app that shows a web application. I have created a autologin url for the app (all users share the same account) It works fine on Teams application in computer In web version its like the app drops the autologin part of the url and it shows "you are not logged in" page instead of the webapp signed in. The url structure is: https://app.domain.com/?autologin_code=LD8RRL2Z9w8LBWwc929Views0likes1Comment