Hello there,
i'm trying to get a Zip Package from a sharepoint folder and Import that Package automated with a flow: This is how the Flow looks:
When i run the flow, the following error occurs:
An error has occurred. Exception occurred while executing action ImportFromPackage on Entity DataManagementDefinitionGroup: Error when downloading from URL: https://sharepoint.com/sites/Freigegebene Dokumente/26-MAN Manufacturing/Uebergabe Produktdaten/Test.zip. Exception has been thrown by the target of an invocation.
clientRequestId: 99173611-3cf9-456e-b5e0-a09a6a1c4875
When i try to open this Link manually, the download of the package starts. But somehow, the flow cant handle this link. (I changed this URL in this question because its customer Data)
The Link works and is given as an output from the "get File properties" action in the flow.
Does anyone know, what the problem could be?
The Import Project exists in the Dynamics environment and the Link works. Is there any restriction, that the flow can not acces the Sharepoint?
It should work because iam the owner of the flow and I do have access to the sharepoint site.
Thank you in advance