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.
@@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.✌🏻
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.
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?
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.
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.
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
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
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.
Hi John,
Thanks for asking.
I see storing every user context data in a db as better approach.
@@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.✌🏻
I'll do it thank you @John
Hi John,
maybe this new video could be helpful for your use case:
ruclips.net/video/6GksJ74yqP8/видео.html
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.
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?
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.
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.
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
ruclips.net/video/CEwMy8nQSk4/видео.html
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!
Hi, please check again the parameters in the file manifest (AAD App ID, Single-Sign-On, Domains from your tabs)
hi sir, how can i disable "About tab" in personal app, pls help.
Hi,
That's not possible unfortunately
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?
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
ruclips.net/video/CEwMy8nQSk4/видео.html