Click here to Skip to main content
15,892,298 members
Articles / Hosted Services / Azure

Creating a File Upload Bot

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
14 Feb 2022CPOL4 min read 4.6K   4  
How to create a Spring Boot web app in Java that replicates the functionality of the “Teams File Upload” sample app on GitHub
This is Part 3 of a 3-part series that demonstrates how to build Microsoft Teams apps in Java, with a focus on bots. This article shows how to create a bot that downloads and processes file attachments in chat messages.

This article is a sponsored article. Articles such as these are intended to provide you with information on products and services that we consider useful and of value to developers

Views

Daily Counts

This article is part of the series 'Teams Bots in Depth with Java View All

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Writer
Australia Australia

Comments and Discussions

Teams Bots in Depth with Java