spring-bot icon indicating copy to clipboard operation
spring-bot copied to clipboard

MS Teams, download attachment feature

Open vaibhav-db opened this issue 1 year ago • 1 comments

MS Teams, download attachment feature

vaibhav-db avatar Apr 19 '24 07:04 vaibhav-db

Hi @robmoffat ,

Look like direct download or update attachment doesn't work for MS Team.

1st we need to get permission to write the file using FileConsentCard once it allow then bot can upload the files on oneDrive.

Currently all these thing are not present in our framework.

Reference URL: https://github.com/OfficeDev/Microsoft-Teams-Samples/blob/main/samples/bot-file-upload/java/src/main/java/com/microsoft/bot/sample/teamsfileupload/TeamsFileUploadBot.java

https://learn.microsoft.com/en-us/microsoftteams/platform/resources/bot-v3/bots-files

vaibhav-db avatar Apr 24 '24 04:04 vaibhav-db