首页 > 解决方案 > Can i get the contents of historized sharepoint file with the logic app connector Get file Content (Sharepoint)?

问题描述

I open succesfully files and grab the content of released sharepoint files.

Then i try to get an historized file and it fail.

this worked: Siteaddress: https://domain.sharepoint.com/teams/Foldername FilePath: /Freigegebene Dokumente/General/Filename

and this not: Siteaddress: https://domain.sharepoint.com/teams/Foldername FilePath: /_vti_history/1024/Freigegebene Dokumente/General/Filename

Is this possible or not?

enter image description here

标签: sharepointazure-logic-appsgetfiles

解决方案


Since you select the "Site Address" and "File Path" in the "Get file content using path" action and it can't get what you want, it seems the action can't implement this requirement.

As a workaround, maybe you can try with microsoft graph api to download the file in your _vti_history. Please refer to this document of the graph api. You can add a "HTTP" action in your logic app to call the graph api and download the file.


推荐阅读