files
68 TopicsBot Image Attachment Does Not Display on MacOS.
We are developing a bot which renders and sends png images back to the user. On mobile and Windows builds of Teams, we are able to display the image within an Attachment using either a remote url or the base64 png data. However, on MacOS builds, the chat displays a narrow vertical box without the image rendered in it. Selecting a reaction, thus making the attachment wider, displays a very small render of the image without any click functionality. I should note that this issue only appears to effect individual chats with the bot; it works as expected in if used in a channel. Additionally, this issue came up only within the past week and appears to be unrelated to any changes in our code during that time. This is Teams release 1.4.00.22368 on MacOS 11.5.1 var imageAttachment = new Attachment { ContentType = "image/png", Name = "Chart", ContentUrl = pngUrl, Content = new FileDownloadInfo(pngUrl) };1.2KViews2likes3Comments"The following character are not allo..' in Teams but allowed in SharePoint
Why is this an issue in Teams when I can upload a file (with '#' or '&' in it's file name) via SharePoint? Is there any plan to solve this in Teams. I noticed I can't download the file either in Teams but can do it in SharePoint.Solved14KViews1like4CommentsCustom App - download of multiple files not working in Teams 2.0 desktop app
Hello, we have a working custom app which users can use to navigate files in a storage solution. It worked perfectly in the old Teams, however since the "New Teams" was published we got a problem regarding downloading files. Downloading a single file is working as intended, however downloading multiple files with one single click runs into nothing. The download is not started and our client-code also doesn't run into any error - it seems like it works as intended even while debugging and stepping over each line of code. However, the download doesn't get started. It is working in the web version of Teams 2.0 if the user accepts the pop-up which asks if multiple downloads should be allowed (this is a one-time thing and is prompted by the browser). Therefore, our guess is that the Teams 2.0 desktop client would need to prompt for this security setting too, but doesn't and therefore "blocks" all downloads. Our download is realized through creating an iframe, setting its source to the download url and appending it to the document body. We also tried to use this npm package, but it didn't help with our problem: https://www.npmjs.com/package/file-saver Hope you can help us. Best Regards Patrick2.7KViews1like10CommentsHow do we send Files using Attach Icon From Teams channels using Teams bot ?
We have created a Teams bot and added to a channel. We were able to send and receive text messages to and from Teams bot using Teams APIs. While working with attachments, we are not able to do it...How can we send Files using Attach Icon From Teams channels using Teams bot ? In the https://docs.microsoft.com/en-us/microsoftteams/platform/resources/bot-v3/bots-files it is mentioned that we need to use Graph APIs in order to achieve this as Teams APIs supports this only in personal context. Did anyone worked on this usecase ? If yes, pointers are highly appreciable. Thanks, PraveenaSolved1.7KViews1like5CommentsHow to share real time copies of Teams files with external website
What is the best method, if any, to share real time Teams files with the outside world via an external website. For example, I have a client that uses Teams for several different best practice project initiatives. Each team is developing files (.docx) that will eventually contain best practices on how to do something within the life sciences field, with the intention of sharing these practices with the world via their .org once they are finalized. Is there a Microsoft app, preferably minimal coding, that would allow us to share the files via a real time link so that we don't need multiple copies? The alternative is to obviously export the documents to be shared from that website, but that can often lead to version control issues. Thanks in advance.Solved1.1KViews1like3CommentsTeams desktop : Add documents from one drive in custom application in tab
Hi ! I'm trying to find a way to add documents from one drive in my custom application i access from Teams customtab or personnal tab. To explain a bit more, i have my own application where i can add remote files, i have a one drive button which, when i click on it, opens a new tab where i can find my one drive documents, choose one, and add it. It works the same way on Teams webapp but when i try to use this in Teams desktop it just open an empty tab where nothing load. So i would like to know if there was something existing which would allow me to add remote files in my custom application when i use it in Teams desktop. Thanks !745Views1like2CommentsTeams mobile app
Hi! I would like a feature where the pictures you've taken can be added either in a post OR in the joined files. When you've taken a picture in teams it goes directly in to a post, you can choose a view and see the file and all the documents but you can't make an active choice to save the picture in a file belonging to a group/channel. Is it possibalr to create that feature? That would save us so much time and get more closer to a digital and effective workplace. Best regards, NadjaSolved848Views1like1CommentWhat is he process to add a new cloud storage provider to ms Teams?
My company provides a cloud storage solution and many of our customers would like to be able to use it with MS Teams. How do I initiate the process to get our cloud storage provider added to those supported by Teams? Is this documented anywhere?1.5KViews1like3Comments