Thanks for posting this video, @Giuliano De Luca - your channel is a great resource! A question for you: I want to publish training content to a client through a custom Teams app. If I: 1- publish the content on a SharePoint site in my tenant, 2 - set the external sharing policy of the site to 'can be shared with anyone', and 3 - limit sharing by domain to their domain Will they be able to view this content in their Teams app, or will it only work in a browser version of Teams?
@DeLucaGiulian3 жыл бұрын
Hi Graeme, Thank you, as far as I know they can access only the SharePoint site, I don't know if there is a plan to extend the usage of custom Teams app with guests in the future.
@Johnyuvi13 жыл бұрын
Hi Giuliano, Thanks for posting this video. And I do have doubt on storing a session data like authorization token or selected project. I used to store this data in localStorage (Teams). I can able to set, get from localStorage. But how to sync this locally stored data between multiple device. For example I have authorized, and stored a token in localstorage and other local data in desktop teams app will this sessions and data sync to multi device ? Or do we need to store this session in DB level to use in multi device please help me on this.
@DeLucaGiulian3 жыл бұрын
Hi John, Thanks for asking. I see storing every user context data in a db as better approach.
@Johnyuvi13 жыл бұрын
@@DeLucaGiulian Thanks Giuliano for your response, I thought there is a options to store a context data using Teams SDK like there is a methods like getCloudStorageFolders, addCloudStorage, etc. If possible Can you please post a tutorial video about. 1. Configuring personal tab API URL for fetching data. 2. Handling and Storing the other data from cloud servers not (sharepoint, onedrive Azure AD) 3. Sync the state of the app between multiple devices (Desktop , Mobile , Web) 4. Personal Tab informations from manifest configurations using Teams SDK Methods Thanks in Advance.✌🏻
@DeLucaGiulian3 жыл бұрын
I'll do it thank you @John
@DeLucaGiulian3 жыл бұрын
Hi John, maybe this new video could be helpful for your use case: kzbin.info/www/bejne/bHjOpH1tad6khpo
@Djubric Жыл бұрын
Hello, I'm trying to build a app via DeveloperPortal, which has 3 personal tabs that point to a SP list to which i have access. When i test the app in Teams everything works fine, but when i install it via admin center the tabs dont show. Hoping to find any solution been scouting the web couple days.
@vava9884 жыл бұрын
Hi. Does Teams has any way for making call or messaging to user from app? For example: I have an app with organization structure and I want to get my user possibility for starting conversation directly from my app.
@DeLucaGiulian4 жыл бұрын
Hi, you can use the Microsoft Graph API to start communication from other Apps docs.microsoft.com/en-us/graph/api/resources/call?view=graph-rest-1.0 but this requires a custom implementation and here the endpoints for messages docs.microsoft.com/en-us/graph/api/resources/chatmessage?view=graph-rest-1.0
@maharshisanandyadav4 жыл бұрын
kzbin.info/www/bejne/eXbafqxuo7aGoZY
@TuanPham-vn8uc Жыл бұрын
hi sir, how can i disable "About tab" in personal app, pls help.
@DeLucaGiulian Жыл бұрын
Hi, That's not possible unfortunately
@ShadowcitoGMS3 жыл бұрын
Hello sir, i do exactly. But i have BLUE CIRCLE when i open my tab. This just happend in TEAMS APP. In Browser it works. Please can you help me!
@DeLucaGiulian3 жыл бұрын
Hi, please check again the parameters in the file manifest (AAD App ID, Single-Sign-On, Domains from your tabs)
@GFSS4 жыл бұрын
I tried to use these steps to just add a simple website "not SharePoint" and I get a "There was a problem reaching this app" what can be the issue?
@DeLucaGiulian4 жыл бұрын
In this way you can add only a SharePoint site or page other website or web app are not supported, you can use eventually the app website to embed in Teams as tab external URL