Forum Discussion

Eric_H's avatar
Eric_H
Iron Contributor
Jan 28, 2020
Solved

Posting files show as insecure and can't open

When attaching files to a Teams post, the files get uploaded, but show as "insecure".  We cannot open/view them from the post.  However, we can see them normally under the "files" tab.  This is not consistent across teams.  Some Teams the attachments work fine, some Teams do not.  I've verified it does not matter if I'm owner or member of the group.  It does not seem to matter the file type (tried pdf, doc, jpg, etc), or if I've uploaded from the app or web portal.  

 

I have not seen any other posts about this, nor have I found any documentation on why a file would display as "insecure".....   

  • Eric_H's avatar
    Eric_H
    Feb 24, 2020

    BrettHafer I had an open ticket with Microsoft for over a week and they finally replied that it is a known issue.  They are a working on a back end fix but do not have an ETA.  Not the greatest reply, I know, but it's nice to know I'm not the only one, and that they are already working on resolving.  

14 Replies

  • rkerssen's avatar
    rkerssen
    Copper Contributor

    Same problem here within Teams and jpg files attached to a Teams posting using the Android Teams smartphone app. Interesting: Attached jpgs are visible in the smartphone app but – as "insecure" – not in the posting in the current Windows 11 Teams client but in it's the files section.

  • Steve Maze's avatar
    Steve Maze
    Copper Contributor
    We just experienced this today with a .pdf in a Teams Chat that would not allow us to click on it and it displayed the "insecure" and alert triangle icon. I tried a link, as suggested in this thread, (from my OneDrive) and that gave us the same "insecure". I renamed the pdf (and made the name about 20 characters shorter) and that allowed us to attach the file in the same Chat with no issues. I don't know if it was the renaming or the shorter name, but it may help somebody.
    • bdesilva's avatar
      bdesilva
      Copper Contributor

      Steve Maze So it's a known problem in 2020 and it still is happening?! Yikes Microsoft.

  • EMS-KIN1970's avatar
    EMS-KIN1970
    Copper Contributor

    Eric_HI found that if I edit the posting when the attachments shows insecure, then click on the check mark to save the edit, the insecure status goes away.

      • neoashu's avatar
        neoashu
        Copper Contributor

        I faced same problem and figured out what i did wrong.

        When bot receives user consent to upload file its response has replyToId. 

         It is the activity id that needs to be used  to send the file info card ie. https://smba-traff....../conversation/<conversationId>/activities/<replyToId>

        After making this change it worked . I have used buttons in teams card and there also to update the card once button is clicked replyToId is used.

        "replyToId": "1:1_lchIqmYZbPTi2xph1pGR-4BGAjaduRNThQZ6GTWEh4",
        "value": {
        "type": "fileUpload",
        "action": "accept",
        "context": {},
        "uploadInfo": {
        "contentUrl": "https:///contosco....Documents/Applications/Athakur_laptop/text_file1.doc",
        "name": "text_file1.doc",
        "uploadUrl": "https://contosco-my.sharepoint.com.......",
        "uniqueId": "E4F8E72D-7D61-403C-9D6B-31E595EDC5B5",
        "fileType": "doc"
        }
        },

  • Jose Fierro's avatar
    Jose Fierro
    Copper Contributor
    Did you get any information/solution from Microsoft?
    We are having the same issue.
  • BrettHafer's avatar
    BrettHafer
    Brass Contributor

    Eric_H 

    Seeing the same thing at my company recently.  Yellow triangle icon that says insecure next to the correct file name and extension.  Yet it's visible and accessible in the files tab.  Also seeing it in chats.  All file types including office docs.  No apparent pattern observed on when / why.

    • Eric_H's avatar
      Eric_H
      Iron Contributor

      BrettHafer I had an open ticket with Microsoft for over a week and they finally replied that it is a known issue.  They are a working on a back end fix but do not have an ETA.  Not the greatest reply, I know, but it's nice to know I'm not the only one, and that they are already working on resolving.  

      • weiser6991315's avatar
        weiser6991315
        Copper Contributor

        Eric_H What was the fix for this? Running into the same problem. Attachments in emails sent to a Teams channel all show as insecure. 

Resources