app-only authentication
Fail to download file
ID/Token not passed along?
tried macro
I followed https://help.alteryx.com/20214/designer/sharepoint-files-input-tool to setup the Sharepoint tool.
It works now as I can Sign in using Browser, which I can download the file (xlsx) that I needed, so nothing about network security is blocking anything.
But due to the token expire time, it is recommended to use Provide Authentication Information for automation (picture 1). I have obtained Client ID, Client Secret, Tenant ID and I am able to connect. It is identical to proceed as before, but I am not able to download the file now (picture 2).
(N.B. If I select Import only list of file paths, it fails as well, so not just the file, but the general metadata request is blocked too)
After searching for answers, the suggestion is about the credential is not passed along after the sign in/connect stage (picture 3). I've tried with macro to feed in the credential values (picture 4), but it still failed.
Any suggestions? Thanks