Upload files to Sharepoint Site

Requirement : Customer has shared their sharepoint site url and they wants the bot to upload files to their site.

Question : Which account we need to register in azure AD for application ID & secret key to access customer’s sharepoint site?

Customer account ( where site is created ) ?

OR

our bot account ( which has permission to their site)?

Hi @Sathish_Kumar_S

To access a customer’s SharePoint site and upload files using a bot, you will typically need to register an application in Azure Active Directory (Azure AD) associated with your bot’s account. This application will obtain the necessary permissions to access the customer’s SharePoint site on behalf of your bot.

Thanks!!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.