简体   繁体   English

使用 ADF/ADB/PowerShell 将 MS 团队的 excel 文件下载到 Azure Data Lake

[英]Downloading excel file from MS teams into Azure Data Lake using ADF/ADB/PowerShell

We would like to read file thats available in MS Teams Files folder (Connected to Sharepoint) into ADLS using ADF/ADB/Powershell.我们想使用 ADF/ADB/Powershell 将 MS Teams Files 文件夹(连接到 Sharepoint)中的可用文件读入 ADLS。 While trying HTTP connector from ADF, connection is initially successful with individual credentials but retrieving the sheets failed with "Access forbidden" error.从 ADF 尝试 HTTP 连接器时,最初使用单个凭据连接成功,但检索工作表失败并出现“禁止访问”错误。 Please suggest if there is access needs to be shared to Azure for MS Teams and how.请建议是否需要将访问权限共享到 Azure for MS Teams 以及如何共享。

Connection联系

Error错误

Unfortunately, downloading files from MS teams is not allowed using ADF/ADB/PowerShell.不幸的是,不允许使用 ADF/ADB/PowerShell 从 MS 团队下载文件。

You can use below Services to connect to MS Teams.您可以使用以下服务连接到 MS Teams。 But cannot download files from it.但无法从中下载文件。

在此处输入图像描述

Microsoft Teams supports only the following actions: Microsoft Teams 仅支持以下操作:

  • List channels列出频道

  • List teams列出团队

  • List chat列出聊天

etc.等等

Full List available here 此处提供完整列表

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用 ADF 将 14gb 文件从 ftp 复制到 azure 数据湖存储 - copying 14gb file from ftp to azure data lake store using ADF 使用Azure数据工厂(ADF)仅从Azure Data Lake存储中复制最新文件 - Copy only the latest file from azure data lake store with Azure Data Factory (ADF) 从 Azure 数据湖中读取和查询 Parquet 文件 - Read and Query Parquet files from Azure Data Lake Using Azure Function without downloading locally C# 如何将文件从Azure Powershell加载到Azure Data Lake - How to load files from azure powershell to Azure Data Lake Azure ADF v2-如何向要部署到Azure Data Lake的文件名添加/附加时间戳 - Azure ADF v2- How to add/append timestamp to file name getting deployed to Azure Data Lake 如何使用 for each 和 dataflow 将 excel 文件从 Azure 数据湖复制到 Azure SQL 数据库? - How to use for each and dataflow to copy excel file from Azure data lake to Azure SQL database? 使用 Azure Runbook Powershell 从 SFTP 服务器下载文件 - downloading file from a SFTP server using Azure Runbook Powershell 将 Parquet 文件数据从 azure 数据湖读取到存储在 SharePoint Online 中的 Excel - Read parquet file data from azure data lake to Excel stored in SharePoint Online 使用Powershell的Azure Data Lake子文件夹权限 - Azure Data Lake Child Folder permissions using Powershell 使用Azure Data Factory将数据从Data Lake Store(JSON文件)移动到Azure搜索 - Move data from Data Lake Store (JSON file ) to Azure Search using Azure Data Factory
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM