How to create Personal Apps without any line of code in Microsoft Teams

Поделиться
HTML-код
  • Опубликовано: 1 фев 2025
  • НаукаНаука

Комментарии • 26

  • @Johnyuvi1
    @Johnyuvi1 3 года назад +1

    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
      @DeLucaGiulian  3 года назад +1

      Hi John,
      Thanks for asking.
      I see storing every user context data in a db as better approach.

    • @Johnyuvi1
      @Johnyuvi1 3 года назад

      @@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.✌🏻

    • @DeLucaGiulian
      @DeLucaGiulian  3 года назад

      I'll do it thank you @John

    • @DeLucaGiulian
      @DeLucaGiulian  3 года назад

      Hi John,
      maybe this new video could be helpful for your use case:
      ruclips.net/video/6GksJ74yqP8/видео.html

  • @Djubric
    @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.

  • @legalops
    @legalops 4 года назад

    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?

    • @DeLucaGiulian
      @DeLucaGiulian  4 года назад +1

      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.

  • @vava988
    @vava988 4 года назад

    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.

    • @DeLucaGiulian
      @DeLucaGiulian  4 года назад

      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

    • @maharshisanandyadav
      @maharshisanandyadav 4 года назад +1

      ruclips.net/video/CEwMy8nQSk4/видео.html

  • @ShadowcitoGMS
    @ShadowcitoGMS 3 года назад

    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!

    • @DeLucaGiulian
      @DeLucaGiulian  3 года назад

      Hi, please check again the parameters in the file manifest (AAD App ID, Single-Sign-On, Domains from your tabs)

  • @TuanPham-vn8uc
    @TuanPham-vn8uc Год назад

    hi sir, how can i disable "About tab" in personal app, pls help.

  • @GFSS
    @GFSS 4 года назад

    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?

    • @DeLucaGiulian
      @DeLucaGiulian  4 года назад

      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

    • @maharshisanandyadav
      @maharshisanandyadav 4 года назад

      ruclips.net/video/CEwMy8nQSk4/видео.html