SPFx
5 TopicsTeams App that reads Excel File from Sharepoint site
Hi guys, i'm new to Teams App Development. My team leader at work asked me to start studying this technology to extend our Teams Channel (no one in my team knows how to do it). What i need are two things: 1) A better documentation and guides to Teams App, Teams Toolkit, SharePoint Framework etc. outside of official Microsoft documentation. 2) I need help to know how to go on with my project: - my goal is to make a Tab App (unfortunately i cannot make any bot 'cause of privileges problems) that reads an Excel file from a SharePoint page, extracts data from that and uses them to do XYZ operations. I started by creating a Tab with sharepoint framework, but ther's nothing i know about it. How can i do this, and which modules i need to use? thanks.751Views0likes1CommentAdding SPFx solution to Microsoft Teams tab
Hi guys, I have followed the below article to create a spfx solution and intend to make the web part available in Teams as a Teams tab/Teams App. https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/using-web-part-as-ms-teams-tab I have performed this action in 2 different demo tenant. The 1st tenant, when I click "Sync to Teams", It shows "Successfully synced teams solution" but I checked the Pending Request in Teams, I can't found the spfx solution. And then I try to reupload the spfx solution in SharePoint and click the "Sync to Teams", I got error saying that the sycn action is failed. Then I use 2nd tenant to test the steps again. This time, I can find the spfx solution in Teams Pending Request and able to search the apps in Teams Admin Centre. However, I cannot find the apps in Teams. May I know anyone has encountered the same issue?2KViews0likes4CommentsTeams custom personal app (SPFx) - slow authentication startup in desktop app
Hi We've implemented quite some Teams personal apps at clients now and the custom Teams apps in the (Teams desktop app) sometimes have load times ranging from 4s - 10s before our custom code even begins. The Teams web app handles auth in a different way, so never any issue there. It appears to have something to do with the way authentication is done in the desktop app (acquire OBO token call...). With a trick, you can also get the console & network tab to show in the desktop app. That way we can verify when our React is loaded & starting + when our backend api calls are done. Clients are complaining about the response times and rightfully so. The response times before our code hits also varies greatly between tenants as mentioned. Has anyone had the same experience? Is there a magic wonder solution out there that I don't know of yet (e.g. simple AAD authentication setting) ?2.2KViews0likes2CommentsWhat happened to the group/teams photo endpoint in graph api? Not fetching photos
Hi Guys! I have developed a solution that lists groups and teams with their basic information and photo. This has worked for years in different forms against the graph api endpoint: https://graph.microsoft.com/v1.0/groups/{id}/photo/$value However: Before I have been able to fetch the photo for all groups and teams regardless of membership in the team. But then, One week ago I started to notice that all the teams that was defined as private and I was not a member of resulted in a 404 error: { "error": { "code": "ErrorItemNotFound", "message": "The photo wasn't found.", "innerError": { "request-id": "e36d0132-aa37-4f7f-a110-03bc4e6b71d0", "date": "2020-02-19T09:15:28" } } } The behaviour is reproduced in several tenants and the permission level for API is Groups.ReadWrite.All I have tried to find any information about this change, have Microsoft done changes for this API endpoint? And if so, why? If someone has any similar experiences and/or some information that I have missed out on you are more than welcome to help me out 🙂 Thank you, Johan2.2KViews1like5CommentsServer Error in '/' Application - SPFX Tab in Teams
Has anyone else gotten this error for a Teams SPFX tab? Any clues what might be the issue? It was a private team and we had just added about 20-30 users who were all trying to access it at the same time so it could have been a permissions sync issue, but several people got it. It started working after each person who got the error tried a couple of times to click the tab.1.8KViews0likes0Comments