使用 Azure Synapse 将文件从 Sharepoint 复制到 Azure Data Lake gen 2
我正在尝试使用 Azure Synapse 管道将文件从 Sharepoint 复制到 Azure 数据湖 gen2
我已经设置了先决条件并配置了文档中提到的管道 (https://learn.microsoft.com/en-us/azure/data-factory/connector-sharepoint-online-list?tabs=data-factory#copy-file-from-sharepoint-online )
Web 成功并将令牌传递给复制数据活动。但是,我在水槽侧遇到错误
获取以下错误消息
<图像src="https://i.sstatic.net/zbMM9.png" alt="在此处输入图像描述">
不确定问题是什么?有人可以建议吗?我参考了各种帖子但没有成功
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
出现此错误是由于身份验证问题。
同时检查
请参阅 - https://learn.microsoft.com/en-us/answers/questions/381621/copy-data-from-sharepoint-using-adf-1.html
This error occurs because of authentication issue.
Also check
Refer - https://learn.microsoft.com/en-us/answers/questions/381621/copy-data-from-sharepoint-using-adf-1.html
几周前,我在同一文档后遇到了同一问题。
我能够通过启用自定义应用程序身份验证来解决问题。对于2018年11月11日之后创建的SPO租户,默认情况下禁用了ACS ACS ACS访问令牌身份验证(请参见下面的链接中的蓝色框)。
我决定在使用Azure Data Factory将多个文件从SPO文件夹中移动到BLOB存储的如何将多个文件移动到BLOB存储,也许您会发现它很有用:
从SharePoint复制blob存储< /a>
A few weeks ago I ran into the same problem following the same documentation.
I was able to solve the problem by enabling Custom App Authentication. For SPO tenants that were created after 07.11.2018 the authentication via ACS app-only access token is disabled by default (see blue box in link below).
Granting access using SharePoint App-Only
I decided to write a blog post with a step by step guide on how to move multiple files from an SPO folder to Blob Storage using Azure Data Factory, maybe you will find it usefull:
Copy files from SharePoint to Blob Storage